var pop_once=1;

function popup_coupon(dc){
	if(pop_once==1){
		setTimeout("window.open('http://images.worlddealer.net/alpha/specialpopup.cfm?dealercode="+ dc +"','pop_coupon','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=535,height=700,top=200,left=400')", 500);
		pop_once = pop_once + 5;
	}
}

function pop_ad(ad_id,ad_height,ad_width,ad_top,ad_left){
	if(pop_once==1){
	setTimeout("window.open('http://images.worlddealer.net/images/popupads/pop_window.cfm?Popup_Ad_ID="+ad_id+"','pop_ad','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,width="+ad_width+",height="+ad_height+",top="+ad_top+",left="+ad_left+",resizable=0');",500);
		pop_once = pop_once + 5;
	}
}