/*
	*********************************************************************
	*	Admission javaScripts for:										*
	*	Ask a question function and showImage() function for adding 	*
	*	promotional element on the admission pages						*
	*	Created - 2/21/06 by JCO										*
	*	Updated - 9/29/08 by JCO										*
	********************************************************************
*/

function askAQuestion(){
	document.write('<FORM name="ask" action="http://central.askadmissions.net/central/aeresults.aspx" method="get" >');
	document.write('<div align="left">');
	document.write('<span class="titleText">Ask us a question:</span><br /> <input name="Quser" type="text" size="25" maxlength="350" /><br />');
	document.write('<div align="right"><input type="submit" name="Submit" value="Ask" /></div>');
	document.write('</div></form>');
}
//Write the image and alt tag code to the document
function showImage(){
	document.write('<p><div id="noBorder" align="center"><a href="http://www.central.edu/saidinred"><img src="http://www.central.edu/admission/images/sirBlogsLeftSide.gif" alt="The Said in Red Blogs" /></a></div></p>');	
}



