document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="112" height="20" id="PharmingShield" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="//ps.catbird.com/pharmingShield.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="flashVars" value="tested=10-Dec-2012&verified=VERIFIED%3A" /><embed src="//ps.catbird.com/pharmingShield.swf" flashVars="tested=10-Dec-2012&verified=VERIFIED%3A" quality="high" bgcolor="#ffffff" width="112" height="20" name="Pharming Shield" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="//www.macromedia.com/go/getflashplayer" /></object>');


function getElementByIdCompatible (the_id) {
if (typeof the_id != 'string') {
return the_id;
}

if (typeof document.getElementById != 'undefined') {
return document.getElementById(the_id);
} else if (typeof document.all != 'undefined') {
return document.all[the_id];
} else if (typeof document.layers != 'undefined') {
return document.layers[the_id];
} else {
return null;
}
}

var logo = getElementByIdCompatible("pslogo");
var link = logo.parentNode;

link.href = link.href.replace(/^http:/g, "https:");
link.onclick = function(e) {
    var wnd = window.open('', 'pslanding', 'width=530,height=550');
    link.target = 'pslanding';
    link.click();
};

var altText = "Pharming Shield certified websites are continuously monitored for pharming attacks 24x7 365 days a year.";
logo.title = logo.alt = altText;
logo.oncontextmenu = function()
{
    alert('Illegal copying of the Pharming Shield logo is prohibited by law. To enroll in the Pharming Shield program please visit Catbird Networks @ www.catbird.com.');
    return false;
};