     
$(document).ready(function() 
	{
		
		//, postid: $("[id=div_value_0][name]") , postid0: document.all["div_value_0"].title 
		  
		$("#div_value_0").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id0", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_0').title });
			});

		$("#div_value_1").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id1", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_1').title  } );
			});

		$("#div_value_2").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id2", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_2').title  } );
			});

		$("#div_value_3").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id3", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_3').title  } );
			});

		$("#div_value_4").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id4", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_4').title  } );
			});

		$("#div_value_5").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id5", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_5').title  } );
			});

		$("#div_value_6").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id6", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_6').title  } );
			});

		$("#div_value_7").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id7", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_7').title  } );
			});

		$("#div_value_8").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id8", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_8').title  } );
			});

		$("#div_value_9").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id9", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_9').title  } );
			});

		$("#div_value_10").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id10", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_10').title  } );
			});

		$("#div_value_11").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id11", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_11').title  } );
			});

		$("#div_value_12").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id12", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_12').title  } );
			});

		$("#div_value_13").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id13", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_13').title  } );
			});

		$("#div_value_14").bind('copy', function() 
			{
			$.post("./scripts/catch.php", { dataString: "id14", userpath: window.location.search.substr(1), postid0: document.getElementById('div_value_14').title  } );
			});

return false;
	});

