$(function()
{
	$('#TGSplash').cycle({
        delay: 2000,
        speed: 500,
		timeout: 9000 
    });

});