var l=" "+document.location;
var NONO="";
if (l.indexOf("?nopop")>0) { NONO="1";}

function ad(x) {
if (NONO=="") {
document.location="http://www.becanada.com/adzone/?"+escape(x);
}
else {
document.location=x;
}

}

function ad2(x) {
if (NONO=="") {
window.open("http://www.becanada.com/adzone/?"+escape(x),"_blank","scrollbars=yes,toolbar=yes,status=yes,resizable=1");
}
else {
document.location=x;
}

}