<!--
var param = 'br'
var time = new Date();
ord= (time.getTime());
tag=top.location.href;
tag=tag.substring(tag.indexOf ("//") + 2,255);

var dblClickordNum = Math.round(Math.random()*100000000);

document.write('<table width="100" border="0" cellspacing="0" cellpadding="0" height="60" align="center">');
document.write('<tr>');
document.write('<td>');
document.write('<a href="http://ad.'+param+'.doubleclick.net/jump/'+tag+';sz=100x60;pos=1;tile=1;ord=' + dblClickordNum + '?">');
document.write('<img src="http://ad.'+param+'.doubleclick.net/ad/'+tag+';sz=100x60;pos=1;tile=1;ord=' + dblClickordNum + '?" width=100 height=60 border=0></a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
//-->
