/**
* savvy.js
*
*
*
*
**/




var exit_url = "http://aff.primaryads.com/t.asp?id=2639&e=26371";
var isExit = true;

function Launch()
{
		if(isExit)
		{
			window.open(exit_url,'','width=760, height=720');
		}
	
}