function displayAdBg_3(){
$('#template3').attr('style', 'background: #ffffff url(http://montreal.radionrj.ca/Pics/bg/NRJ_wallpaper_Sonic_finale.jpg) top center repeat-y !important');
$('#aspnetForm').attr('style', 'background: none !important');
$('#header_wrapper').css('background', 'none');
$('#header_wrapper_inside').css('background', 'none');
}
if (getUrlVar('demoAdBg_3') == 1){
	displayAdBg_3();
}
else{
	$.getJSON('http://www.61215.ca/adbg/adbg_3.php?callback=?');
}
