// JavaScript Document
function gotoBR(){
var s1='http://www.aaj.tv/adserver/perform/?';
var s2='ad_id='+ad_id;


var ss=s1+s2;
var s3 ="<iframe src='"+ss+"' width='"+winWidth+"px' height='"+winHeight+"px' border='0' frameborder='0' scrolling='no' marginwidth='0' marginwidth='0'  ></iframe>"; 
document.writeln(s3);

}

