var browser=navigator.appName


if(browser =="PLAYSTATION 3")
{
window.location="sony/";
}
else
{ 
window.location="home.html";
}
 
