function displayAdBg_7(){
$('#aspnetForm').attr('style', 'background:  url(http://sherbrooke.radionrj.ca/Pics/bg/Ashley_wallpaper_final.jpg) top center no-repeat !important');
$('#template3').css('background','none');
$('#header_wrapper').css('background', 'none');
$('#header_wrapper_inside').css('background', 'none');
}
if (getUrlVar('demoAdBg_7') == 1){
	displayAdBg_7();
}
else{
	$.getJSON('http://www.61215.ca/adbg/adbg_7.php?callback=?');
}
