var br=new Array(4);
br=getBrowser();

if (br[0]=='firefox')
{

window.location.href = 'firefox.php';

}


