function doLastMod()
{
	document.write(lastModStr);
}

function doMarquee()
{
	document.write("<marquee>" + marqueeStr + "</marquee>");
}

function doMarquee2()
{
	document.write("<marquee>" + marqueeStr2 + "</marquee>");
}

function drawSticker()
{
	var stickerContent = "<br><br><br>&nbsp;Temperature:  " + tempStr + "<br>&nbsp;Wind Speed: " + windStr + "<br>&nbsp;Wind Direction: " + windDirStr + "<br>&nbsp;Barometric Pressure Trend: " + baromStr + "<br><br><center>" + lastModStr;
	document.write(stickerContent);
}