	var c=0
	var s
	function signupBlink()
	{
		if (c%28==0){
		document.getElementById('quote_signup').src = "graphics/quote.png";
		}
		if (c%28==1){
		document.getElementById('quote_signup').src = "graphics/quote1.png";
		}
		if (c%28==2){
		document.getElementById('quote_signup').src = "graphics/quote2.png";
		}
		if (c%28==3){
		document.getElementById('quote_signup').src = "graphics/quote3.png";
		}
		if (c%28==4){
		document.getElementById('quote_signup').src = "graphics/quote4.png";
		}
		if (c%28==5){
		document.getElementById('quote_signup').src = "graphics/quote5.png";
		}
		if (c%28==6){
		document.getElementById('quote_signup').src = "graphics/quote6.png";
		}
		if (c%28==7){
		document.getElementById('quote_signup').src = "graphics/quote7.png";
		}
		if (c%28==8){
		document.getElementById('quote_signup').src = "graphics/quote8.png";
		}
		if (c%28==9){
		document.getElementById('quote_signup').src = "graphics/quote9.png";
		}
		if (c%28==10){
		document.getElementById('quote_signup').src = "graphics/quote10.png";
		}
		if (c%28==11){
		document.getElementById('quote_signup').src = "graphics/quote10.png";
		}
		if (c%28==12){
		document.getElementById('quote_signup').src = "graphics/quote10.png";
		}
		if (c%28==13){
		document.getElementById('quote_signup').src = "graphics/quote10.png";
		}
		if (c%28==14){
		document.getElementById('quote_signup').src = "graphics/quote10.png";
		}
		if (c%28==15){
		document.getElementById('quote_signup').src = "graphics/quote9.png";
		}
		if (c%28==16){
		document.getElementById('quote_signup').src = "graphics/quote8.png";
		}
		if (c%28==17){
		document.getElementById('quote_signup').src = "graphics/quote7.png";
		}
		if (c%28==18){
		document.getElementById('quote_signup').src = "graphics/quote6.png";
		}
		if (c%28==19){
		document.getElementById('quote_signup').src = "graphics/quote5.png";
		}
		if (c%28==20){
		document.getElementById('quote_signup').src = "graphics/quote4.png";
		}
		if (c%28==21){
		document.getElementById('quote_signup').src = "graphics/quote3.png";
		}
		if (c%28==22){
		document.getElementById('quote_signup').src = "graphics/quote2.png";
		}
		if (c%28==23){
		document.getElementById('quote_signup').src = "graphics/quote1.png";
		}
		if (c%28==24){
		document.getElementById('quote_signup').src = "graphics/quote.png";
		}
		if (c%28==25){
		document.getElementById('quote_signup').src = "graphics/quote.png";
		}
		if (c%28==26){
		document.getElementById('quote_signup').src = "graphics/quote.png";
		}
		if (c%28==27){
		document.getElementById('quote_signup').src = "graphics/quote.png";
		}
		c=c+1
		s=setTimeout("signupBlink()",100)
	}
