function show_ticker() {
	document.write("<center>");
      	document.write("<marquee direction=\"left\" scrollamount=\"5\" scrolldelay=\"0\" width=\"99%\" style=\"background: darkgreen; color: white; font-family: Verdana; font-weight: bold; font-size: 12pt;\">");
	document.write("Please contact the Homeland Self Storage store nearest you for our numerous Summer Specials!!!  ");
      	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	document.write("Our New Store Hours Are: Monday thru Friday 10:00a.m. - 7:00p.m., Saturday 10:00 a.m. - 6:00 p.m., and Sunday 10:00 a.m. - 4:00 p.m.");
      	document.write("</marquee>");
      	document.write("</center>");
}