//global variable for media server path
var mediaPath = "http://media.occasions365.com"

//cmpm wt popup
function wtpopup(){
	wtpopupwin = window.open(mediaPath + '/inc/wt/wt.html', 'wtpopup', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=250');
}

//add flash to page
function addSwf() {
	document.write("<embed src='");
	document.write(mediaPath);
	document.write("/i/calendarProd.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='280' height='238' AllowScriptAccess='always'></embed>");
}

//for offermatica interaction with flash calendar
function calClick() {
	setTimeout(function(){UX.transmitConversion("calendarClick",UX.parentMboxName,false,"");},0);
}

function calPage() {
	setTimeout(function(){UX.transmitConversion("calendarPage",UX.parentMboxName,false,"");},0);
}