// JavaScript Document

function eventInfo(){
	
	var output1  = "<div style=\"width:298px; height:auto; font-size:.85em; margin:0; padding:0;\"> ";
	    output1 += "<object id=\"FlashID\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"298\" height=\"35\"><param name=\"movie\" value=\"multimedia/dontMiss.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"opaque\" /><param name=\"swfversion\" value=\"6.0.65.0\" /><param name=\"expressinstall\" value=\"Scripts/expressInstall.swf\" /><object type=\"application/x-shockwave-flash\" data=\"multimedia/dontMiss.swf\" width=\"298\" height=\"35\"><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"opaque\" /> <param name=\"swfversion\" value=\"6.0.65.0\" /><param name=\"expressinstall\" value=\"Scripts/expressInstall.swf\" /><div><h4>Content on this page requires a newer version of Adobe Flash Player.</h4><p><a href=\"http://www.adobe.com/go/getflashplayer\"><img src=\"http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif\" alt=\"Get Adobe Flash player\" width=\"112\" height=\"33\" /></a></p></div></object></object> ";
		output1 += "<h1 style=\"text-align:center; font-size:1.75em;\">IL Spring Kickoff<br />and Information Fair</h1>";
		output1 += "<ul style=\"text-align:left;\"><li style=\"margin-bottom:5px; font-weight:bold;\">DUC - across from Food Court</li><li style=\"margin-bottom:5px; font-weight:bold; color:#cc0000;\">Wed. &amp; Thurs. -  Dec. 9 &amp; 10</li><li style=\"margin-bottom:5px; font-weight:bold;\">10 am until 2 pm each day</li><li style=\"margin-bottom:5px; font-weight:bold;\">Refreshments, giveaways, and IL course information</li></ul>";
		output1 += "<p style=\" text-align:justify; line-height:1.4em; padding-right:10px;\"><img style=\"float:left;\" src=\"images/arrow2.png\" alt=\"\" width=\"20\" height=\"20\" />Once enrolled in an IL course, you have up to one year to complete the course work in most cases.  Courses may be accelerated and completed in as little as eight weeks.  This is a great way to stay on track for your degree, while working at your own pace and on your own time!</p>";
		output1 += "<p style=\" text-align:justify; line-height:1.4em; padding-right:10px;\"><img style=\"float:left;\" src=\"images/arrow2.png\" alt=\"\" width=\"20\" height=\"20\" />Online Registration for Independent Learning courses is available. In-state tuition rates apply for all enrollments, and we accept payment by check, money order, Visa, MasterCard, Discover or through Financial Aid.</p>";
		output1 += "<script type=\"text/javascript\">swfobject.registerObject(\"FlashID\");</script>";
		output1 += "</div>";
		
	document.getElementById("girlContainer").innerHTML = output1;
	
}
