function displayAdBg_21(){
$('#aspnetForm').attr('style', 'background: #ffffff url(http://montreal.rockdetente.com/Pics/bg/bg_jp_gaultier2.jpg) top center repeat-y !important');
//$('#template3').attr('style', 'background: #ffffff url(http://montreal.rockdetente.com/Pics/bg/bg_jp_gaultier_repeat.jpg) top center repeat-y !important');
//$('#template3').attr('style', 'background:  url(none) top center !important');
$('#masthead').css('background-color','#ffffff');
}
if (getUrlVar('demoAdBg_21') == 1){
	displayAdBg_21();
}
else{
	$.getJSON('http://www.61215.ca/adbg/adbg_21.php?callback=?');
}
