function marquee(msg,num) { 
	document.write('<marquee scrollamount="'+num+'"" onmouseover=stop(); onmouseout=start();>'+msg+'</marquee>');
}

var url = (window.location.hostname);
if (url!='www.lomtoe.com') {
	self.window.location = "http://www.lomtoe.com/home.php";
}
