if (screen.width<800)
window.location.replace("http://tagtag.com/outeng")
else if (screen.width>800)
window.location.replace("http://www.outeng.com/br")
else if (screen.width==800&&screen.height==600&&navigator.appName.indexOf('Netscape') != -1)
window.location.replace("http://www.outeng.com/mozilla")
