document.writeln("<LINK REL='SHORTCUT ICON' HREF='http://www.bikemexico.com/pinguinos/favicon.ico'>");

var LocStr = top.location.href;
if (LocStr.search('pinguinos.bikemexico.com') != -1)
{
	if (self.stop != null) self.stop();
	top.location.href = 'http://www.bikemexico.com/pinguinos/'+top.location.href.slice(top.location.href.lastIndexOf("/")+1);
}
