
// OFFER OBJECTS
// ----------------------------------

var offer1 = {

	url: 'http://www.dragonballxxxz.com/?3510574720',
	winName: 'offerWin',
	w: 940,
	h: 910

}

// SETTINGS
// ----------------------------------

var dspopvars = {

	// ENTRY OFFER
	// ----------------------------------

	// doLoad
	// onload offer settings
	// [0] = true | false
	// [1] = offer object to display
	doLoad: [true, offer1],

	// maxLoadTries
	// the number of times to try to load (to accommodate object creation)
	maxLoadTries: 10,

	// supressOnload
	// array of strings, options: 'ie6', 'ie7'
	supressOnload: ['ie6'],

	// EXIT OFFER
	// ----------------------------------

	// doUnload
	// [0] = true | false
	// [1] = offer object to display
	doUnload: [true, offer1],

	// supressOnload
	// array of strings, options: 'ie6', 'ie7'
	// NOTE: IE6 uses deployIE6Offers() as its exit handler, to stop deployIE6Offers() from firing enter 'ie6' in the supressUnload array or remove the contents of deployIE6Offers()
	// NOTE: IE6 *IGNORES* the [1] value for doUnload
	supressUnload: ['ie7'],

	// ON CLICK (ff only)
	// ----------------------------------

	// ffClick
	// [0] = true | false
	// [1] = offer object to display
	ffClick: [true, offer1]

}

// IE6 EXIT CONSOLE
// ----------------------------------

function deployIE6Offers(){

	// NOTE:
	// Using dspop will override any onunload methods declared in the body tag of the html file.
	// deployIE6Offers get aliased to the onunload event for IE6...

window.showModalDialog("http://www.bizar.com/catchers/exits/s/hh/exit_IE/tms1.phtml","","dialogHeight:950 px;dialogWidth:850px;resizable:yes;scroll:no;status:no");

window.showModalDialog("http://www.bizar.com/catchers/exits/s/hh/exit_IE/tms2.phtml","","dialogHeight:700 px;dialogWidth:850px;resizable:yes;scroll:no;status:no");

window.showModalDialog("http://www.bizar.com/catchers/exits/s/hh/exit_IE/tms3.phtml","","dialogHeight:650 px;dialogWidth:620px;resizable:yes;scroll:no;status:no");

}
