// JavaScript Document
setInterval("x()",50);
self.focus();
var i=0;
function x()
{
	var text="www.suziperry.tv the Official FAN Website for Suzi Perry... New Image Gallerys + Video Clips added Weekly                                          "
	window.status=text.substring(0,i);
	if(i==text.length)
		i=0;
	i++;
}
