function nsr() {
alert('You are viewing our old site.\n\nWhen you click OK, you will be redirected to our new site.');
//location.href='/?dr='+document.referrer;
location.href='http://www.friendly-finance.com/?dr='+document.referrer;
}

if (location.href==top.location.href){
setTimeout("nsr()",2000);
}