// this script was redone in php since pianoboy3333's whole site is designed in php
if ((navigator.userAgent.indexOf("Firefox") == -1) || (navigator.userAgent.indexOf("Epiphany") != -1))
{
		parent.location.href=("notfirefox.html");
}

