Free Switched iPhone app - try it now!
AOL Tech

nospam

Member since: Jul 29th, 2006

nospam's Latest Comments

Blog Activity
Blog# of Comments
Download Squad1 Comment

Recent Comments:

Microsoft proves it hates Firefox, we're all upset (Download Squad)

Jul 29th 2006 12:30AM ie redirect.js [it's in the metadata for the site]
==============
function BrowserRedirect()
{if(!g_IERedirectUrl||g_IERedirectUrl=="")
{g_IERedirectUrl="http://www.microsoft.com/info/preview/default.mspx"}
if(IE6IE7SupportCheck()){window.location.href=g_IERedirectUrl;}}
function RootBrowserRedirect()
{if(!g_RootRedirectUrl||g_RootRedirectUrl=="")
{g_RootRedirectUrl="http://preview.microsoft.com/en/us/default.aspx";}
window.location.href=g_RootRedirectUrl;}
function IE6IE7SupportCheck()
{var ie6,ie7;var nu='';var objBrwsr=navigator;var nua=objBrwsr.userAgent;var op=(nua.indexOf('Opera')!=-1);var ie=((nua.indexOf('MSIE')!=-1)&&!op);var str_pos=nua.indexOf('MSIE');var nu=nua.substr((str_pos+5),3);ie6=(ie&&(nu.substring(0,1)==6));ie7=(ie&&(nu.substring(0,1)==7));return(!ie6&&!ie7);}