// JavaScript Document

function headItem(headDate,headTitle,headText,headLink,headUrl,headTarget) {
	this.headDate = headDate;
	this.headTitle = headTitle;
	this.headText = headText;
	this.headLink = headLink;
	this.headUrl = headUrl;
	this.headTarget = headTarget;
}

// ix++; headline[ix] = new headItem("mm/dd/yyyy","Title","Text","more...","webpage.htm","_self");


headline= new Array();
ix=0;



ix++; headline[ix] = new headItem("11/19/2009","TEACHING CAREER INFORMATION SESSION", "<br>Thursday November 19th <br> RSVP: Stacy Tweedie 860-253-3025","<br>More info","http://www.acc.commnet.edu/assets/pdf/Teaching%20Career%20Fall%202009.pdf","_blank");

ix++; headline[ix] = new headItem("01/26/2010","Spring 2010 Schedule Online","<BR> The Spring 2010 course schedule is now available online","<BR> View Schedule","http://www.acc.commnet.edu/courseschedule/index.htm","_self");

ix++; headline[ix] = new headItem("11/04/2009","Nursing Information Session","<BR> Wednesday, November 4th Cafe II 11:00 a.m.","<BR> More Info","../assets/pdf/CTCCNursing .pdf","_blank");

ix++; headline[ix] = new headItem("11/12/2009","Transfer College Fair","ACC Fall 2009 Transfer College Fair <br> Thursday, November 12th <BR> 10:30 a.m. - 12:30 p.m. <BR> See Tim St. James in Admissions for more information at (860) 253-3087 or","tstjames@acc.commnet.edu","mailto:tstjames@acc.commnet.edu","_self");

ix++; headline[ix] = new headItem("03/26/2008","MANUFACTURING TECHNOLOGY CENTER OPEN HOUSE","MARCH 26, 2008 4:00 TO 6:00 P.M. <BR> Scholarship opportunities in Percision Machining, CNC, Welding and Electronics Technology",
"More...","http://www.acc.commnet.edu/ManufacturingTechnologyCenter/NewsandEvents.htm","_self");


ix++; headline[ix] = new headItem("03/29/2008","Bookstore Hours","","<BR> <BR> View March and April Bookstore Hours","http://www.acc.commnet.edu/about/BookstoreHoursExtended.htm","_self");

ix++; headline[ix] = new headItem("01/16/2008","HOW TO PAY FOR COLLEGE","A workshop designed for high school students and their parents to learn about the financial aid application process for the 2008-2009 academic year on Wednesday, January 9th or Wednesday, January 16th of 2008, from 7 pm until 10 pm.","","webpage.htm","_self");




