     jQuery(document).ready(function() {

       jQuery("#stock").load("/comparisontables/djherowiirenegade.php", function() {
       AddLink();});
 
       jQuery("#stock1").load("/comparisontables/djherowii.php", function() {
       AddLink();});
 
       jQuery("#stock2").load("/comparisontables/djheroxboxrenegade.php", function() {
       AddLink();});
 
       jQuery("#stock3").load("/comparisontables/djheroxbox.php", function() {
       AddLink();});
 
       jQuery("#stock4").load("/comparisontables/djherops3renegade.php", function() {
       AddLink();});
 
       jQuery("#stock5").load("/comparisontables/djherops3.php", function() {
       AddLink();}); 
       
	    jQuery("#stock6").load("/comparisontables/djherowiirenegademain.php", function() {
       AddLink();}); 
	   
	   jQuery("#stock7").load("/comparisontables/djherowiimain.php", function() {
       AddLink();}); 
	   
	     jQuery("#stock8").load("/comparisontables/djheroxboxrenegademain.php", function() {
       AddLink();}); 
	   
	    jQuery("#stock9").load("/comparisontables/djheroxboxmain.php", function() {
       AddLink();}); 
	   
	      jQuery("#stock10").load("/comparisontables/djherops3renegademain.php", function() {
       AddLink();}); 
	   
	    jQuery("#stock11").load("/comparisontables/djherops3main.php", function() {
       AddLink();}); 
	   
	    jQuery("#stock12").load("/comparisontables/djheroimages.php", function() {
       AddLink();}); 
	   
 jQuery("a.code").tooltip({
 positionLeft: true,
  track: true,
  showURL: false
      });
       
       }); 
 
 function AddLink()
 {
   jQuery('.stock-list tr').click(function() {
               window.open(jQuery("a", this).attr('href'), 'newwin').focus();
               return false;
           });
   
 }
 
