<!--
function clickTrack(id) {
windowTrack = window.open('http://sys.highestcpa.com/convertion5.php?id='+id,'windowTrack','status=no,toolbar=no,location=no,menubar=no,resizable=no,width=10,height=10');
if (windowTrack) setTimeout('windowTrack.close();',5000);
window.focus();
}
//-->
<!--
function showDiv(id){

$('#'+id).slideToggle("fast");

}
//-->
<!--
function pageTrack(page){
pageTracker._trackPageview(page);
}
//-->
<!--
function onLoad() {

//oConfirm(textAlertDownload, textTitle, function(r) { if (r) goDownload(); });

}
//-->
<!--
function goDownload() {

windowDown = window.open('/download.php');

//windowDown
if (windowDown) {

//track
pageTrack('/out_alert.php');
clickTrack(0);
//track

}
//windowDown

}
//-->
<!--
function onExit() {

//varExitUrl
if (varExitUrl) {

windowOpen = window.open(varExitUrl);

//windowOpen
if (windowOpen) {

//track
pageTrack('/exit.php');
//clickTrack(tag);
//track

//focus
windowOpen.focus();
//focus

}
//windowOpen

}else{

//vars
var urlWin = '/promo.php';
var widthWin = 540;
var heightWin = 300;
var topWin;
var leftWin;
var dataw = window.screen.width;
var datah = window.screen.height;
//vars

//top//left
if (datah>heightWin) { topWin = (datah-heightWin)/2; } else { topWin = 0; }
leftWin = (dataw-widthWin)/2;
//top//left

//windowPromo
window.showModalDialog(urlWin,'windowPromo','dialogHeight:' + heightWin + 'px; dialogWidth:' + widthWin + 'px; dialogTop:' + topWin + 'px; dialogLeft: ' + leftWin + 'px; edge: raised; center: 1; help: 0; resizable: 1; scroll: 1; status: 0;');
//windowPromo

}
//varExitUrl

}
//-->
<!--
function showVideoYT(div,youtuve) {
	
//var so = new SWFObject('/swf/player/player.swf','mpl','560','340','9');
//so.addParam('allowscriptaccess','always');
//so.addParam('allowfullscreen','true');
//so.addParam('wmode', 'transparent');
//so.addParam('menu','false');
//so.addVariable('file', url_movie);
//so.addVariable('backcolor', '000000');
//so.addVariable('screencolor', '000000');
//so.addVariable('frontcolor', 'cc0000');
//so.addVariable('lightcolor', 'ffffff');
//so.addVariable('stretching', 'fill');
//so.addVariable('autostart', 'true');
//so.addVariable('controlbar', 'over');
//so.write(div_movie);

//vars
var width = '560';
var height = '340';
var codevideo = '<'+'object width="'+width+'" height="'+height+'"><'+'param name="movie" value="http://www.youtube-nocookie.com/v/'+youtuve+'&hl=en_US&fs=1&color1=0x3a3a3a&color2=0x999999&hd=1&border=1&rel=0&autoplay=1"><'+'/param><'+'param name="allowFullScreen" value="true"><'+'/param><'+'param name="allowscriptaccess" value="always"><'+'/param><'+'embed src="http://www.youtube-nocookie.com/v/'+youtuve+'&hl=en_US&fs=1&color1=0x3a3a3a&color2=0x999999&hd=1&border=1&rel=0&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'+width+'" height="'+height+'"><'+'/embed><'+'/object>';
//vars

//divvideo
//var divvideo= document.getElementById(div);
//divvideo.style.display = 'none';
//divvideo.style.width = width+'px';
//divvideo.style.height = height+'px';
//divvideo.innerHTML = codevideo;
//divvideo

//write
document.write('<div id="'+div+'" style="display: none; width: '+width+'px; height: '+height+'px;">'+codevideo+'</div>');
//write

}
//-->
<!--
function callFancy(ahref) {

//alink
var alink;
alink = document.getElementById('videolink');
alink.href = ahref;
//alink

//write
//document.write('<div id="videolinks" style="display: none;"><a class="video" id="videolink" href="#">videolink</a></div>');
//write

//click
$('#videolink').trigger('click');
//click

}
//-->
<!--
function showThumb(type,tag,file,file2,url) {

//vars
var swf = '/swf/flash1.swf';
var width = '188';
var height = '150';
var target = '_self';
var numrandom = Math.floor(Math.random()*1000);
var action = "javascript:actionThumb('"+type+"','"+tag+"','"+url+"');";
var skin = '';
//vars

//tag
if (tag) {

//type
if (type=='video') skin = '/swf/skin1.swf';
if (type=='image') skin = '/swf/skin0.swf';
//type

//div
document.write('<div id="'+tag+'_'+numrandom+'" style="width: '+width+'px; height: '+height+'px;"></div>');
//div

//SWFObject
var so = new SWFObject(swf,'mpl',width,height,'9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('wmode', 'transparent');
//so.addParam('bgcolor','#000000');
so.addParam('menu','false');
so.addVariable('file',file);
so.addVariable('file2',file2);
so.addVariable('action',action);
so.addVariable('skin',skin);
so.addVariable('target',target);
so.addVariable('loop',true);
so.write(tag+'_'+numrandom);
//SWFObject

}
//tag

}
//-->
<!--
function actionThumb(type,tag,url) {
	
//tag
if (tag) {

//video
if (type=='video') {
pageTrack('/video_'+tag+'.php');
callFancy('#'+tag);
}
//video

//image
if (type=='image') {

windowOpen = window.open(url);

//windowOpen
if (windowOpen) {

//track
pageTrack('/out_'+tag+'.php');
clickTrack(tag);
//track

//focus
windowOpen.focus();
//focus

}
//windowOpen

}
//image

}
//tag

}
//-->
<!--
function showBanner(tag,file,file2,width,height,url,text) {
	
//tag//width//height//file//file2
if (tag && width && height && (file || file2)) {
	
//vars
var swf = '/swf/flash1.swf';
var skin = '';
var target = '_self';
var numrandom = Math.floor(Math.random()*1000);
var action = "javascript:actionBanner('"+tag+"','"+url+"');";
//vars

//div
document.write('<div id="'+tag+'_'+numrandom+'" style="width: '+width+'px; height: '+height+'px;" class="jsbanner"></div>');
//div

if (text) {
document.write('<div id="'+tag+'_'+numrandom+'_text" class="jsbanner_text"><a href="'+action+'" target="_blank">'+text+'</a></div>');
}
	

//SWFObject
var so = new SWFObject(swf,'bswf',width,height,'9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('wmode','transparent');
//so.addParam('bgcolor','#000000');
so.addParam('menu','false');
so.addVariable('file',file);
so.addVariable('file2',file2);
so.addVariable('action',action);
so.addVariable('skin',skin);
so.addVariable('target',target);
so.addVariable('loop','true');
so.write(tag+'_'+numrandom);
//SWFObject
	   
}
//tag//width//height//file//file2

}
//-->
<!--
function actionBanner(tag,url) {
	
//tag
if (tag) {
	
windowOpen = window.open(url);

//windowOpen
if (windowOpen) {

//track
pageTrack('/b_'+tag+'.php');
clickTrack(tag);
//track

//focus
windowOpen.focus();
//focus

}
//windowOpen
	   
}
//tag

}
//-->