function showAds1() {
   //alert("showAds");
   	var s = "";

	
	s = "<fieldset><legend><b>More Pet Deals</b></legend>";
	s += "<center><br/><a href=\"http://www.lynxtrack.com/afclick.php?o=6608&b=rmrcgxh7&p=25191&l=1\"><b>PetCareRX Saving</b></a><br/><font size=\"1\">Free Shipping on orders over $35. Save now on the Flea and Tick Products you Need!</font><br/><br/>";
	
	s += "<a href=\"http://www.lynxtrack.com/afclick.php?o=7576&b=51p96mg9&p=25191&l=1\"><b>PediPaws Pet Nail Trimmer</b></a><br/><font size=\"1\">The newest, fastest way to keep your pet's nails trim without the expense!</font><br/><br/>";	
	
	s += "<a href=\"http://www.lynxtrack.com/afclick.php?o=6775&b=3m8b27xf&p=25191&l=1\"><b>Pet First Health Care</b></a><br/><font size=\"1\">Quality pet health care insurance to protect your pet for a small monthly fee.!</font><br/><br/>";	

	s += "<a href=\"http://www.lynxtrack.com/afclick.php?o=7753&b=hmsz2pcg&p=25191&l=1\"><b>PetZoom Pet Grooming</b></a><br/><font size=\"1\">Groom Your Pet without the Mess! Try PetZoom today.!</font><br/><br/>";		
	
	s += "</center></fieldset>";
	
	//alert(s);
   var x = document.getElementById("ads1");
   //alert("Obj:" + x);
   x.innerHTML = s;
   
   //alert(s);
   //document.getElementsByTagName("body")[0].appendChild(x);
   
}