

var quicklinks = [
	{text: "Quick Links", url: ""},
	{text: "Admissions", url: "/future.html"},
	{text: "Athletics", url: "/athletics/index.html"},
	{text: "Bookstore", url: "http://www.bookstore.ccbcmd.edu/catonsville/main/"},
	{text: "Calendars", url: "/newsroom/events.html"},
	{text: "Class Schedules Search", url: "/schedule/index.html"},
	{text: "College Catalog", url: "/catalog/index.html"},
	{text: "College Life", url: "/collegelife/index.html"},
	{text: "Contact Us", url: "/contactus.html"},
	{text: "Continuing Education", url: "/ceed/index.html"},
	{text: "Employment at CCBC", url: "http://www.ccbcmdjobs.com"},
	{text: "Financial Aid", url: "/financialaid/index.html"},
	{text: "International Options", url: "/international/index.html"},
	{text: "Libraries", url: "http://library.ccbcmd.edu/"},
	{text: "Make a Gift", url: "/foundation/givenow.html"},
	{text: "News and Events", url: "/newsroom/index.html"},
	{text: "Online Learning", url: "/distance/index.html"},
	{text: "Online Orientation", url: "http://webprod.ccbcmd.edu:1082/orientation/student"},
	{text: "Parents", url: "/admissions/Parents.html"},
	{text: "Programs and Courses", url: "/programs.html"},
	{text: "Public Safety", url: "/publicsafety/index.html"},
	{text: "Records and Registration", url: "/registration/index.html"},
	{text: "Schools", url: "/academics/schools.html"},
	{text: "Site Map", url: "/help/sitemap.html"},
	{text: "Student Services", url: "/services/index.html"},
	{text: "Transcript Request", url: "/registration/transcript.html"},
	{text: "Transfer", url: "/transfer/index.html"},
	{text: "Veterans", url: "/veterans/index.html"}
];

document.write("<select onChange=\"MM_jumpMenu('parent', this, 1)\">");
for(var i = 0; i < quicklinks.length; i++) {
	document.write("<option value=\"" + quicklinks[i].url + "\">" + quicklinks[i].text + "</option>");
}
document.write("</select>");
document.write("</td>");
document.write("<td class=\"quicklinksPadding\"><img src=\"/images/empty.gif\" width=\"5\" height=\"20\">");