function advertise() {
	var popunder_cookie = $.cookie('popunder_campaign');
	if (typeof(window[popunder_cookie]) == 'undefined') { popunder_cookie = 0; }
	if (popunder_cookie != 1) {
		//if ($.browser.msie && $(this).attr('target') == '_blank') {
		//	window.open($(this).attr('href')).focus();
		//}
		var randomnumber=Math.floor(Math.random()*6)
		
		winWidth = 1024; // sets a default width for browsers who do not understand screen.width below
		winheight = 600;
		if (screen){ // weeds out older browsers who do not understand screen.width/screen.height
		   winWidth = screen.width;
		   winHeight = screen.height;
		}
		
		if (randomnumber<=2){
			var popunder = window.open('http://affiliate.admtracker.com/rd/r.php?sid=353&pub=400936&c1=&c2=&c3=', 'jobinaclick_co_uk', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width='+winWidth+',height='+winHeight+',left=0,top=0' );
			popunder.focus();
			//jQuery.popunder('http://affiliate.admtracker.com/rd/r.php?sid=353&pub=400936&c1=&c2=&c3=',560,580);
		} else if (randomnumber<=4){
			var popunder = window.open('http://affiliate.admtracker.com/rd/r.php?sid=152&pub=400936&c1=&c2=&c3=', 'jobinaclick_co_uk', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width='+winWidth+',height='+winHeight+',left=0,top=0' );
			popunder.focus();
			//jQuery.popunder('http://affiliate.admtracker.com/rd/r.php?sid=152&pub=400936&c1=&c2=&c3=',560,580);
		} else if (randomnumber<=6){
			var popunder = window.open('http://affiliate.admtracker.com/rd/r.php?sid=129&pub=400936&c1=&c2=&c3=', 'jobinaclick_co_uk', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width='+winWidth+',height='+winHeight+',left=0,top=0' );
			popunder.focus();
			//jQuery.popunder('http://affiliate.admtracker.com/rd/r.php?sid=129&pub=400936&c1=&c2=&c3=',560,580);
		} else {
			//var popunder = window.open('http://www.centreforconsumersavings.co.uk/1431', 'jobinaclick_co_uk', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width='+winWidth+',height='+winHeight+',left=0,top=0' );
			//popunder.focus();
			//jQuery.popunder('http://affiliate.admtracker.com/rd/r.php?sid=129&pub=400936&c1=&c2=&c3=',560,580);
		}
		var currentTime = new Date();
		var midnight = new Date();
		midnight.setMonth(currentTime.getMonth());
		midnight.setDate(currentTime.getDate());
		midnight.setFullYear(currentTime.getFullYear());
		midnight.setHours(24,0,0,0);
		$.cookie('popunder_campaign','1', { expires: midnight });
	}
	return true;
}

