function addToWishlist(pageID,pageName,imgLoc)
{
	pageName = pageName.replace("&","and");
	var strLocation = "http://ydesigns.biz/tools/wishlist/shoplist/addlist.php?"+
			  "storeID=yhst-54440605861916&pageID="+pageID+"&pageName="+pageName+"&imgLoc="+imgLoc;
	var WLpopup = window.open(strLocation,"WLpopup","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=305,height=540");
	WLpopup.focus();
}

