if(!document.getElementById("SonTrackingImg"))
{
var sonPageTitle = escape(document.title.replace(/\s/g, '_').toLowerCase());
document.write('
');
}
var DisplayLogo = true;
try{ if( parent && parent.frames && parent.frames["FrameNoLogo"] ){ DisplayLogo = false; } } // if we should not display logo
catch( e ){} // if permission denied access to parent frame (because we are framed by a web page on another domain), display logo
if( DisplayLogo )
{
var CurDate = new Date();
var CacheString = '?' + CurDate.getMonth() + CurDate.getDate() + CurDate.getYear() + CurDate.getTime();
document.write
(
'
'
);
}