<!--
var lhs = "jeremy";
var rhs = "tellymania.com";
function print_mail_to_link()
{
   document.write("<a href=\"mailto");
   document.write(":" + lhs + "@");
   document.write(rhs + "\">" + lhs + "@" + rhs + "<\/a>");
}
//break frames
if (top.location != self.location) top.location = self.location;
//-->
