// Global scripts for Silver Vine Jewelry

function init()
 {
  window.status = "Silver Vine Jewelry - Fine Jewelry By Artist Lisa Weber";
  //if (top!= self) top.location.replace(self.location.href);
 }

function getEmail()
{
 //Hide email from spambots
 email = new String("mail" + "@" + "silvervinejewelry" + "." + "com");
 return new String("<a href='mai" + "lto:" + email+"'>"+email+"</a>");
}
			

