/* AD REFRESH [adrefresh] JS */

//placeholder stub -- DO NOT DELETE -- used by OAS with certain Flash Interactives
function oasAdCap(str) { }

/* ------------------------------------------------------------------------ refresh [function] */
// upon triggering of below function ... the ad banner and tower will be reloaded
function interactiveReload () {
	if (window.adbanner) { window.adbanner.location.reload(); }
	if (window.adtower) { window.adtower.location.reload(); }
}

/* AD REFRESH [adrefresh] JS */
