

/*
  Include some external stuff
 */

document.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://js.sapo.pt/SAPO/0.1/\"></script>");
document.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://js.sapo.pt/SAPO/Exception/0.1/\"></script>");
document.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://js.sapo.pt/SAPO/Communication/Syndication/0.1/\"></script>");


/*
  Common functions
 */

function l ( url ) {

	location.href = url;

}



function siteInteraction ( ) {

        var
                mrec;

        // Identify MREC

        if ( ((mrec = document.getElementById('mrec')) == null) && ((mrec = document.getElementById('pub300x250')) == null) )
                return true;
        if ( mrec.nodeName.toLowerCase() == 'div' )
                mrec = (mrec.getElementsByTagName("IFRAME"))[0];

        // Refresh MREC

        mrec.src = '/pub/?ts='+Date.parse(new Date());

        // Hit Netscope

        if ( typeof(w_counter) != 'undefined' )
                w_counter.count();

	return true;
        
}

