
function RefreshBanners() {
	//USA
    var loc = '/Ads.mvc/ViewAd/domestic/leader';
    $('#banner').html('<iframe id="bannerAdIframe" src="' + loc + '" width=728 height=90 noresize scrolling=no hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0></iframe>');

    var cubeLoc = '/Ads.mvc/ViewAd/domestic/cube';
    $('#cubeAd').html('<iframe id="cube1AdIframe" src="' + cubeLoc + '" width=300 height=250 noresize scrolling=no hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0></iframe>');

    var skyLoc = '/Ads.mvc/ViewAd/domestic/sky';
	$('#skyAd').html('<iframe id="skyAdIframe" src="' + skyLoc + '" width=160 height=600 noresize scrolling=no hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0></iframe>');
	
    if(playerReady)
        $('#playerCubeAd').html('<iframe id="playerCubeAdIframe" src="' + cubeLoc + '" width=300 height=250 noresize scrolling=no hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0></iframe>');
}
