

var Sweeps = {

	swfObjName:"MA_bnr1.swf",
	
	showEntry:function() {
			
		window.setTimeout("Sweeps.openSweepsWin()", 10000);		
	
	},
	
	openSweepsWin:function() {
	
		//alert("testmes");
		var newwin = window.open("sweepsshell.asp","sweepswin","resizable=yes,scrollbars=yes,width=564,height=298")
	
		if (newwin!=null) {
			newwin.focus();
		}
	},
	
	rs:function() {
		
		window.resizeTo(800,600);
		window.document.shell1.TGotoLabel('/', 'fOut');
		window.document.shell1.Play();

	}

}
