// Handles the exit-popup. Currently calls a YAT script
// Created 21 December 2006
var exit=true;
function unLoad()
{
if (exit && document.all) {
//	var ASKpopPage;
//	var popHeight=560;
//	var popWidth=530;
//	var yatpop = "http://www.attractingaffiliates.com/yat/?page=navig/index&cmp_id=3";
//	showModalDialog(ASKpopPage,window,'status:no; help:no; dialogHeight:'+popHeight+"px; dialogWidth:"+popWidth+"px;"); }
	 window.open ("http://www.attractingaffiliates.com/yat/?page=navig/index&cmp_id=13","mywindow","status=0, height=595, width=530"); }
}
window.onunload=unLoad;
