function cw_BuildSlideShow() {
	document.write("<table bgcolor='#ffffff'  width=100% cellpadding=0 cellspacing=0 border=0>\n");
	document.write("    <tr><td colspan='2' valign='middle' width=100% bgcolor='#0081e4' class='portalmiddleheader'>COMMUNITY EVENTS</td></tr>\n");
	document.write("    <tr><td colspan='2' class='portalspacer'>&nbsp;</td></tr>\n");

	document.write("    <tr>\n");
//	document.write("        <td bgcolor='#ffffff' align='center' width='167'>\n");
//	document.write("<div style='border: solid #0081e4 3px; width: 166px;'>");
//	document.write("	    <table width='167' cellspacing='0' cellpadding='0' border='0'><tr>\n");
//
//	document.write("                <td valign='top' align='center' background='../images_portal/wowguymap240.jpg' width='166' height='240' class='outline'>\n");
//	document.write("	                <span style='font-size: 4px;'><br></span>\n");
//	document.write("	                <span style='line-height: 22px; font-size: 13px; color: #eb1500; font-weight: bold;'>SIGN UP TODAY!</span>\n");
//	document.write("	                <a class='signuplink' href='../mkpage.cgi?support+residential_signup'>\n");
//	document.write("	                   <br>Residential High Speed Internet Access</a><br>\n");
//	document.write("	                <span style='font-size: 4px;'><br></span>\n");
//	document.write("	                <a class='signuplink' href='../mkpage.cgi?support+small_business_signup'>\n");
//	document.write("	                   Business High Speed Internet Access</a>\n");
//
//	document.write("	            </td>\n");
//	document.write("	    </tr></table></div></td>\n");


// The flash PowerPoint box 
	document.write("        <td align='center' valign='middle' bgcolor='#ffffff'>");
	document.write("<div style='border: solid #0081e4 3px; width: 320px;'>");

    document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='320' HEIGHT='240' id='PowerPoint' ALIGN='center'>");
document.write("         <PARAM NAME=quality VALUE=high>");
document.write("         <PARAM NAME=bgcolor VALUE=#ffffff>");
document.write("         <PARAM NAME=movie VALUE='portal_L.swf'>");
document.write("                      <EMBED src='portal_L.swf' quality=high bgcolor=#ffffff  WIDTH='320' HEIGHT='240' NAME='PowerPoint' ALIGN='center' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
document.write("    </OBJECT></div></td>");

	document.write("        <td align='center' valign='middle' bgcolor='#ffffff'>");
	document.write("<div style='border: solid #0081e4 3px; width: 320px;'>");

    document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='320' HEIGHT='240' id='PowerPoint' ALIGN='center'>");
document.write("         <PARAM NAME=quality VALUE=high>");
document.write("         <PARAM NAME=bgcolor VALUE=#ffffff>");
document.write("         <PARAM NAME=movie VALUE='portal_R.swf'>");
document.write("                      <EMBED src='portal_R.swf' quality=high bgcolor=#ffffff  WIDTH='320' HEIGHT='240' NAME='PowerPoint' ALIGN='center' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
document.write("    </OBJECT></div></td>");





// end flash box.
	document.write("    </tr>\n");
	document.write("</table>\n");
	document.write("<span class='portaltablespacer'><br>&nbsp;</span>\n");
	
}
