(function() {
var tld = location.host.match (/\.([a-z]*)$/i);
if (tld) {tld = tld[1];} else {tld = 'pt';}
if (typeof force_tld != 'undefined') {
switch(force_tld) {
case 'pt': case 'cv': case 'ao': case 'mz': case 'tl':
break;
default:
force_tld = 'pt';
break;
} 
tld = force_tld; 
}
var lang = 'pt_PT';
if(tld=='tl') {
var lang = document.cookie.match (/lang\=([a-z\_]+)/i);
if (lang==null){lang='tet_TL';} else if (typeof lang[1] =='string') {lang = lang[1];}
}
if (typeof force_lang != 'undefined') {
switch(force_lang) {
case 'pt_PT': case 'tet_TL':
break;
default:
force_lang = (tld == 'tl' ? 'tet_TL' : 'pt_PT');
break;
} 
lang = force_lang; 
}
var template = 'light';
if(typeof dark != 'undefined') {
if (dark==true) { template = 'dark'; }
}

document.write('<style type="text/css" media="screen">');
document.write('#pageFooter {padding-top:3px;}');
document.write('#pageFooter img {float:left;}');
document.write('#copyrightNote {float:left;margin-top:5px;text-align: left;}');
document.write('#pageFooterContent {width: 42em;margin: 0 auto;}');
if(template !== 'dark') {
document.write('#copyrightNote p {font-size:10px;line-height:15px;margin:0;padding:0;color:#000;}');
} else {
document.write('#copyrightNote p {font-size:10px;line-height:15px;margin:0;padding:0;color:#fff;}');
}
document.write('</style>');
document.write('<div id="pageFooter"><div id="pageFooterContent">');
document.write('<img src="http'+(location.protocol=='https:'?'s':'')+'://imgs.sapo.pt/images/footer/logoPT'+(template=='dark'?'_fe':'')+'.gif" alt="PT" title="PT" width="48" height="40"/>');
document.write('<div id="copyrightNote">');
if (lang == 'pt_PT') {
document.write('<p>Produzido por PTC &copy; 2011. Todos os direitos reservados.</p>');

document.write('<p>O SAPO &eacute; uma marca e um <a href="http://pesquisa.sapo.'+tld+'" target="_top">motor de busca</a> criado na Universidade de Aveiro.</p>');
} else {
document.write('<p>Produsaun husi PTC &copy; 2010. Ho direitu hotu-hotu rezervadu.</p>');
document.write('<p>SAPO nu\'udar marka ida no m&oacute;s <a href="http://pesquisa.sapo.'+tld+'" target="_top">mot&oacute;r buka</a> nian ne\'eb&eacute; halo iha Universidade Aveiro</p>');
}
document.write('</div></div>');
document.write('</div>');
})();

