cookie.set( 'testing', 'none', '', '/', '', '' );
if (cookie.get('testing'))
{
	cookie_set = true;
	//cookie.delete('testing', '/', '');
	var href = window.location.toString();
	href = href.replace(/^.+?\/\/(.+?)\//ig, "");
	//alert(href);
	window.location = '/Splash?refer='+escape(href);
}
else
{
	cookie_set = false;
}