function GGG() {

var l=""+location;
l=l.toLowerCase();

if (l.indexOf("ppc")>-1 && l.indexOf("findwhat")<0) {

if (confirm("FREE DOWNLOAD? \n\nWould you like a free software download to assist in traffic, leads, and sales generation?\nIncludes training and support plus it never expires...")) {
runpop();
}

}

else {
runpop();
}


}


//onunload=GGG;

function runpop() {

var doc=open("","_blank","width=500,height=400");
doc.document.write("<title>Free Download?</title>");
doc.document.write('<table border=2 bordercolor="red" cellpadding=10 cellspacing=10><tr><td><big>Thank you for visiting today... Free Download?</big><P><small>Would you like a free download to help you increase sales, traffic, leads and revenue generation from your website[s]? The download never expires and you can use it for as long as you like. Full instructions and training to get results included.<p>If you want a copy, enter your first name, last name and email address below and click "Send my free download" button...</small><BR>');
doc.document.write('<iframe src="http://www.becanada.com/cgi-bin/p.cgi?'+a+HL+'&&'+HT+'&&RP1&&'+a+'&&'+b+'&&&&power-up/free.html" scrolling="no" frameborder="no" width=400px height=170px></iframe>');
doc.document.write('</tr></td></table>');
doc.document.close;

}