';
content+='Welcome to Trouble shooter site';
content+='
';
content+='You are using Netscape Communicator 4.x\n';
content+='Click on the image below to enter the site
\n';
content+='';
content+='\n';
content+='\n';
content+='
';
content+='
';
}
else
{
// Unknown browser so use normal HTML TAG
content='
';
content+='This site is best viewed in Netscape ';
content+='Communicator 4.x or Internet Explorer 4.x. In case you are ';
content+='unable to view any contents, please do email us at ';
content+='tshooter@iname.com and specify the problem.Do not forget ';
content+='to specify the browser, version, platform';
content+=' you are working on, as this will help us in ';
content+='improving the facility.';
content+='Welcome to Trouble shooter site';
content+='
You are using '+navigator.appName+' Click on ';
content+='the image below to enter the site
\n';
content+='\n';
content+='
';
content+='
';
content+='
';
}
self.document.write(content);
self.document.close();
}
//End of JavaScript function -->