function msover2(img1,ref1) { if (roll == 'true') 
{ document.images[img1].src = ref1;} }

function wiper()
{
	if (stringcount > -1) str = themsg[stringcount]; else str = themsg[0];
	if (stringcount-- < -40) stringcount=31;
	status = str;
	clearTimeout(timeID);
	var timeID = setTimeout("wiper()",100);
}
