function scroll(){
	var i = "<APPLET height=143 width=153 code=ScrollingUpdateApplet.class>";
	i += "<PARAM NAME=\"scrollrecth\" VALUE=\"140\">";
	i += "<PARAM NAME=\"framedelay\" VALUE=\"120\">";
	i += "<PARAM NAME=\"fontcolor\" VALUE=\"000000\">";
	i += "<PARAM NAME=\"text\" VALUE=\"specials.txt\">";
	i += "<PARAM NAME=\"justification\" VALUE=\"left\">";
	i += "<PARAM NAME=\"bgcolor\" VALUE=\"CCCCCC\">";
	i += "<PARAM NAME=\"refresh\" VALUE=\"3600\">";
	i += "<PARAM NAME=\"notifyonread\" VALUE=\"true\">";
	i += "<PARAM NAME=\"scrollrecty\" VALUE=\"10\">";
	i += "<PARAM NAME=\"maxsizekb\" VALUE=\"4\">";
	i += "<PARAM NAME=\"scrollrectx\" VALUE=\"10\">";
	i += "<PARAM NAME=\"scrollrectw\" VALUE=\"134\">";
	i += "<PARAM NAME=\"fontsize\" VALUE=\"11\">";
	i += "<PARAM NAME=\"font\" VALUE=\"Verndana\">";
	i += "<img src=\"nojava.gif\" alt=\"No Java Support Available\" height=\"143\" width=\"153\">";
	i += "</APPLET>";
	
	document.write(i);
}

scroll();