// header edimpresa 08/2008
var h08l = [
	['cinza','http://acesso.clix.pt/','NET + TV'],
	['cinza','http://webmail.clix.pt/','Webmail'],
	['cinza','http://loja.clix.pt/','Loja Online'],
	['cinza','http://clix.caras.pt/','Caras'],
	['cinza','http://exameinformatica.clix.pt/','Exame Inform&aacute;tica'],
	['cinza','http://clix.expresso.pt/','Expresso'],
	['cinza','http://clix.autosport.pt/','Autosport'],
	['cinza','http://clix.visao.pt/','Vis&atilde;o'],
	['laranja','http://musica.clix.pt/','M&uacute;sica'],
	['laranja','http://desporto.clix.pt/','Desporto']
];

ord = Math.ceil(Math.random() * 100);
if(ord > 50 && 0){ // inactivo
	h08l[h08l.length - 1] = ['rosa','http://palcoprincipal.clix.pt/','M&uacute;sica no Palco'];
}
var h08 = '<link rel="stylesheet" href="http://css.static.clix.pt/haf.clix.pt/optimus/header_legacy.css?t=1265731922" type="text/css" />';
h08+='<div id="clix-header"><div id="clix-header-content" style="width:870px;">';
h08+='<div id="clix-header-logo"><a href="http://www.clix.pt/" target="_top"><img src="http://images.static.clix.pt/haf/optimus/logo_laranjix.jpg" width="120" height="30" border="0" alt="" /></a></div>';
h08+='<div id="clix-header-menu"><ul>';
for(var i=0; i<h08l.length; i++) h08+='<li class="'+h08l[i][0]+'"><a href="'+h08l[i][1]+'" target="_top">'+h08l[i][2]+'</a></li>';
h08+='</ul></div></div></div>';
document.write(h08);

function clix_dfp_tag_js(sitename,w,h){
	var ord=Math.random()*10000000000000000;
	return '<iframe src="http://ad.doubleclick.net/adi/'+sitename+'/;sz='+w+'x'+h+';ord='+ ord +'?" width="'+w+'" height="'+h+'" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling=no borderCOLOR="#000000"></iframe>';
}

function clix_dfp_tag(){
	return;
} 
