function displayAdBg_17(){
	$('#aspnetForm').css('background', ' url(http://montreal.radionrj.ca/Pics/LibTV/nrj_back_libtv_prise3.jpg) top center no-repeat !important');
	$('#template3').css('background', ' url(http://montreal.radionrj.ca/Pics/LibTV/nrj_back_libtv_prise3_2.jpg) top center repeat-y !important');
	$('#header_wrapper').css('background', 'none !important');
	$('#header_wrapper_inside').css('background', 'none !important');
}
if (getUrlVar('demoAdBg_17') == 1){
	displayAdBg_17();
}
else{
	$.getJSON('http://www.61215.ca/adbg/adbg_17.php?callback=?');
}
