		setInterval( "toggledownloadclass()", 700 );
		function toggledownloadclass()
		{
		  	jQuery('.sitedownload').toggleClass('sitedownloadb')
		}

