//news Spotlight One

function startup() {
	allready = true }

function writeNewsImg()
// Edit the contents of this section to change what appears in the News Spotlight image box.
{
<!--document.write('<img src="/images/currentnews.png" height="100" width="154"/>');-->
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="154" height="102" title="currentnews_flash"><param name="movie" value="/images/currentnews.swf"><param name="quality" value="high"><embed src="/images/currentnews.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="154" height="102"></embed></object>');
}

function writeNewsImgRotate()
// Edit the contents of this section to change what appears in the News Spotlight image box.
{
<!--document.write('<img src="/images/currentnews.png" height="100" width="154"/>');-->
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="154" height="137" title="currentnews_flash"><param name="movie" value="/images/currentnewsrotate.swf"><param name="quality" value="high"><embed src="/images/currentnewsrotate.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="154" height="137"></embed></object>');
}

function writeNewsHeadline()
// Edit the contents of this section to change what appears in the News Spotlight text box.
{
document.write('CCIR Construction Update');
}

function writeNewsLink()
// Edit the contents of this section to change the "Learn More >>" link in the News Spotlight text box.
{
document.write('<a href="/aboutus/news/20080416.shtml">Learn More >></a>');
}
