function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") &&
       anchor.getAttribute("rel") == "external")
     anchor.target = "_blank";
 }
}
window.onload = externalLinks;

function cldnrOnld(){
var browserName=navigator.appName; 
if (browserName=="Microsoft Internet Explorer")
{
	document.getElementById('obfrmgcal').innerHTML='<iframe src="https://www.google.com/calendar/embed?showTitle=0&amp;showNav=0&amp;showDate=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=2h6c6lndoeanvm3etfi5cuku8k%40group.calendar.google.com&amp;color=%23A32929&amp;ctz=America%2FLos_Angeles" style="border-width:0;" width="531" height="600" frameborder="0" scrolling="no"></iframe>';
}
else
{
	document.getElementById('obfrmgcal').innerHTML='<object data="https://www.google.com/calendar/embed?showTitle=0&amp;showNav=0&amp;showDate=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=2h6c6lndoeanvm3etfi5cuku8k%40group.calendar.google.com&amp;color=%23A32929&amp;ctz=America%2FLos_Angeles" style="border-width:0" width="531" height="600"></object>';
}
}

function gtalkOnld(){
var browserName=navigator.appName; 
if (browserName=="Microsoft Internet Explorer")
{
	document.getElementById('obfrmgtalk').innerHTML='<iframe src="http://www.google.com/talk/service/badge/Show?tk=z01q6amlqg1ql27op73l7eke41mgp6usufkuojn33rjc8dldrfj00k7kast852okg8hv7m4ee2ros61mekstdfb3bgopvadebftvltka43sshj5thmb48lnq36gdad4rqni0dq5acoquts1kuhrve86cquoh72hivpjte70us&amp;w=200&amp;h=60" allowtransparency="true" width="200" frameborder="0" height="60"></iframe>';
}
else
{
	document.getElementById('obfrmgtalk').innerHTML='<object data="http://www.google.com/talk/service/badge/Show?tk=z01q6amlqh7c7tjru8rvjnhk9c6gr2c0f0cfquddad2t0erlk6shktatl25nn1c23isabni3g7vcbjn62a9kntvbcep0mfvaspouo6icegdlmf1gpmpfshvbeq8j97idmjm0hhcjtfv6ibeoe64v0v99kqt7h4gvtnopp45jg" width="200" height="60" style="margin-top:-30px;border:0;"><param name="wmode" value="transparent" /></object>';
}
}

    var wim = {};

    wim.Safari = function() {
        return (navigator.userAgent.match(/Safari/));
    };

    wim.IE = function() {
        return (navigator.userAgent.match(/MSIE/));
    }

    wim.launchPopout = function() {
        var url = "http://o.aolcdn.com/aim/gromit/beta_2_aim_express/WidgetMain.html";
        var attributes = "resizable=yes,width=300,height=600,directories=no,titlebar=no,scrollbars=no,status=no,menubar=no,toolbar=no,";

        if (wim.Safari()) {
            window.open(url, "_blank", attributes+"location=no");
        } else {
            window.open(url, "_blank", attributes+"location=1");
        }
    };

    function __launch() {
        wim.launchPopout(); 
        return false;
    }

    document.onload=function() {
        anchor = document.getElementById('slot_0').getElementsByTagName('a')[0];

        old_func = anchor.onclick;

        anchor.onclick= function() {
            __launch();
            return false;
        };
    };

document.onerror=function(errType, errURL, errLineNum ) { return true;};