<!--



var myimages = new Array();



function preloading(){



for (x=0; x>preloading.arguments.length; x++){



myimages[x] = new Image();



myimages[x].src = preloading.arguments[x];



}



}



preloading("images/mycandysupplier.gif",
           "images/infobox/corner_left.gif",
					 "images/infobox/corner_right.gif",
					 "images/infobox/corner_right_left.gif",  
           "images/header_account1.gif",
           "images/header_account2.gif",
					 "images/header_cart1.gif",
           "images/header_cart2.gif",
					 "images/header_checkout1.gif",
					 "images/header_checkout2.gif",
           "images/header_account_close1.gif",
					 "images/header_account_close2.gif",
           "images/button_bank_left.gif",
					 "images/button_bank_middle.gif",
					 "images/button_bank_right.gif",
           "images/freeshipping.jpg",
					 "images/surprise.jpg",
					 "images/guarantee.gif",
					 "images/supporttroops.gif",
           "images/gift_25.gif", 
					 "images/safesurf.gif", 
					 "images/icra_sy.gif", 
					 "images/baby.jpg",
					 "images/clearance.gif",
					 "images/creditcards_all.gif");

// -->







<!--



//  Hide script from older browsers



// script by http://www.hypergurl.com



 var urlAddress = "http://www.mycandysupplier.com/";



 var pageName = "Wholesale Candy Supplier - old fashioned candy at wholesale prices.";







 function addToFavorites()



 {



  if (window.external)



  {



   window.external.AddFavorite(urlAddress,pageName)



  }



  else



  { 



   alert("Sorry! Your browser doesn't support this function.");



  }



 }



// -->