if (JAVA_FLAG == 0) // meaning yourscript.js was not loaded
{
if(window.SymError) // If Norton is installed and changing page
{
document.write('<table bgcolor="FFFFFF"><tr><td><font face="verdana" size="1">Our system has recognized that you have Norton Internet Security software installed on your computer. Banners, logos and most importantly job listings may not appear on your screen. Please open your Norton application and ensure that Norton Spam Blocking is disabled. This will give you access to the complete website.</td></tr></table>');
}
else // if Norton not installed but still no yourscript.js
{

} // end else

} // end if
