Please go here
= 3)
var MSIE = (oBC.bIE && oBC.iMajorVer >= 4)
function reDirect(sPath){
if (NS || MSIE)
location.replace(sPath);
else
location.href = sPath;
}
if (sThisURL.indexOf('?/') != -1)
reDirect(sNewURL)//smart frames redirect kept to outside links to the site
else
reDirect(L_sRedirect_Text)//default redirect
//-->

.