function funRedirect()
{
	window.open("http://scheyden.com","ClupGlove");
// document.location.href="http://scheyden.com/";
}

function funRedirect1(url)
{
	fullURL="http://"+url;
	window.open(fullURL,"ClupGlove");

// document.location.href="http://scheyden.com/";
}