

/*
var msg = "Welcome to the Office of Career Development & Internships. Please check the MESSAGE BOARD for the most current information from our office."
var delay = 100
var startPos = 100

 
var timerID = null
var timerRunning = false
var pos = 0

// Crank it up!
StartScrolling()

function StartScrolling(){
     
    StopTheClock()

    // Pad the message with spaces to 
    // get the "start" position
    for (var i = 0; i < startPos; i++) msg = " " + msg

     
    DoTheScroll()
}

function StopTheClock(){
    if(timerRunning)
        clearTimeout(timerID)
    timerRunning = false
}

function DoTheScroll(){
    if (pos < msg.length)
        self.status = msg.substring(pos, msg.length);
    else
        pos=-1;
    ++pos
    timerRunning = true
    timerID = self.setTimeout("DoTheScroll()", delay)
}

*/

function MM_reloadPage(init) {  //Updated by PVII. Reloads the window if Nav4 resized

  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {

    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}

  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();

}

MM_reloadPage(true);



function MM_findObj(n, d) { //v4.0

  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);

  if(!x && document.getElementById) x=document.getElementById(n); return x;

}



function P7_hideDiv(evt) { //v1.2 by PVII

 var b,relT,mT=false; 

 if(document.layers){b=evt.target;if(b.p7aHide){

  b.visibility="hidden";}else{routeEvent(evt);}

 }else if(document.all&&!window.opera){b=event.srcElement;

  while(b!=null){if(b.tagName=="DIV" && b.p7ahD){mT=true;break;}b=b.parentElement;}

  if(!b.contains(event.toElement)){b.style.visibility="hidden";}

 }else if(document.getElementById){b=evt.currentTarget;relT=evt.relatedTarget;

  while(relT!=null){if(b==relT){mT=true;break;}

  relT=relT.parentNode;}if(!mT){b.style.visibility="hidden";}}

}



function P7_autoHide() { //v1.2 by PVII

 var i,g,args=P7_autoHide.arguments;

 for(i=0;i<args.length;i++){if((g=MM_findObj(args[i]))!=null){

  g.p7aHide=true;if(document.layers){

  g.captureEvents(Event.MOUSEOUT);}g.onmouseout=P7_hideDiv;g.p7ahD=true;}}

}



function P7_autoLayers() { //v1.2 by PVII

 var g,b,k,f,args=P7_autoLayers.arguments;

 var a = parseInt(args[0]);if(isNaN(a))a=0;

 if(!document.p7setc) {p7c=new Array();document.p7setc=true;

  for (var u=0;u<10;u++) {p7c[u] = new Array();}}

 for(k=0; k<p7c[a].length; k++) {

  if((g=MM_findObj(p7c[a][k]))!=null) {

   b=(document.layers)?g:g.style;b.visibility="hidden";}}

 for(k=1; k<args.length; k++) {

  if((g=MM_findObj(args[k])) != null) {

   b=(document.layers)?g:g.style;b.visibility="visible";f=false;

   for(j=0;j<p7c[a].length;j++) {

    if(args[k]==p7c[a][j]) {f=true;}}

  if(!f) {p7c[a][p7c[a].length++]=args[k];}}}

}



function MM_swapImgRestore() { //v3.0

  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;

}



function MM_preloadImages() { //v3.0

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}



function MM_swapImage() { //v3.0

  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)

   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

}



function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

 

/*
Live Date Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use,
visit http://www.dynamicdrive.com
*/


var dayarray=new Array("Sun","Mon","Tue","Wed","Thur","Fri","Sat")
var montharray=new Array("01","02","03","04","05","06","07","08","09","10","11","12")

function getthedate(){
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()
var dn="AM"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
//change font size here
var cdate="<small><font color='3300ff' face='Arial'><b>"+dayarray[day]+", "+montharray[month]+"/ "+daym+"/ "+year+", "+hours+":"+minutes+":"+seconds+" "+dn
+"</b></font></small>"
if (document.all)
document.all.clock.innerHTML=cdate
else if (document.getElementById)
document.getElementById("clock").innerHTML=cdate
else
document.write(cdate)
}
if (!document.all&&!document.getElementById)
getthedate()
function goforit(){
if (document.all||document.getElementById)
setInterval("getthedate()",1000)
}

 




document.write('<style>');

document.write('body{');
document.write('margin:0px;');
document.write('}');
 

document.write('a.banner {');
	document.write('color:#09c;');
	document.write('font-size:10px;');
	document.write('font-family:verdana, arial, helvetica, sans-serif;');
	document.write('font-weight:600;');
	document.write('text-decoration:none;');
	document.write('}');
	
document.write('a.banner:link {color:#330099;}');
document.write('a.banner:visited {color:#330099;}');
document.write('a.banner:hover {background-color:#e8e8e8; text-decoration:underline; font-weight:600 }');

document.write('</style>');





 


document.write('<STYLE TYPE="text/css">');
document.write('BODY {');
	document.write('scrollbar-3d-light-color : #0000ff;');
	document.write('scrollbar-arrow-color : #e5e8f1;');
	document.write('scrollbar-base-color : #0000ff;');
	document.write('scrollbar-dark-shadow-color : #6b84b5;');
	document.write('scrollbar-face-color : #6b84b5;');
	document.write('scrollbar-highlight-color : #e5e8f1;');
	document.write('scrollbar-shadow-color : #9999ff;');
document.write('}');
document.write('</STYLE>');

 



   
document.write('<table align=center bgcolor=9999ff  width="100%" border=1 bordercolor=330099 cellspacing=2 cellpadding=0>'); 
document.write('<tr><td>');


 
document.write('<div align="left">');
 document.write(' <table border="0"  height="43" bgcolor="#ccccff"  width="100%">');
    document.write('<tr><td>');  
    
	document.write('<table border=0 width="90%" align=left>');
    document.write('<tr align=center >');

	document.write('<td align=center bgcolor="#ccccff" width="80"  ><A href="http://www.qc.edu" target="_blank">'); 
	document.write('<img name=home1 align=center border="0"  src="../../../../career/Career/pictures/home/Banner2/qc.bmp" width="81" height="59" OnMouseOut="MM_swapImgRestore();"  onMouseOver="MM_swapImage(\'home1\',\'\',\'../../../../career/Career/pictures/home/Banner2/QC_Colorful_Symetric.gif\',1)">');
	document.write('</a>');
	document.write('</td>');
       
    document.write('<td align=center bgcolor="#ccccff" width=80>');
	document.write('<a target="_self" href="../../../../career/Career/html/assessments/assessment.htm">');
	document.write('<img align=center name=assess border="0"'); 
	document.write('src="../../../../career/Career/pictures/home/Banner2/bookpile.jpg" width="60" height="59"');
	document.write('OnMouseOut="MM_swapImgRestore();"');
	document.write('onMouseOver="MM_swapImage(\'assess\',\'\',\'../../../../career/Career/pictures/home/Banner2/cap53.gif\',1)">');
	document.write('</a>');
	document.write('</td>');

    document.write('<td align=center bgcolor="#ccccff"  width=80>');
	document.write('<a target="_self" href="../../../../career/Career/html/int_jobs/internet.htm">');
	document.write('<img align=center name=job border="0"'); 
	document.write('src="../../../../career/Career/pictures/home/Banner2/office11.jpg" width="60" height="59"');
	document.write('OnMouseOut="MM_swapImgRestore();"'); 
	document.write('onMouseOver="MM_swapImage(\'job\',\'\',\'../../../../career/Career/pictures/home/Banner2/office7.jpg\',1)">');
	document.write('</a>');
	document.write('</td>');
 
    document.write('<td align=center bgcolor="#ccccff"  width=80 >');
	document.write('<a target="_self" href="../../../../career/Career/html/events/Events.html">');
	document.write('<img align=center name=event border="0" src="../../../../career/Career/pictures/home/Banner2/clock2.jpg" width="60" height="59"');
	document.write('OnMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage(\'event\',\'\',\'../../../../career/Career/pictures/home/Banner2/calender73.gif\',1)">');
	document.write('</a>');
	document.write('</td>');

     document.write('<td align=center bgcolor="#ccccff"  width=80 >');
	document.write('<a target="_self" href="http://qc.erecruiting.com/er/security/login.jsp">');
	document.write('<img align=center name=career border="0" src="../../../../career/Career/pictures/home/Banner2/handshake2.jpg" width="60" height="59"');
	document.write('OnMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage(\'career\',\'\',\'../../../../career/Career/pictures/home/Banner2/handshake.jpg\',1)">');
	document.write('</a>');
	document.write('</td>');

	document.write('<td align=center bgcolor="#ccccff"  width=80>');
	document.write('<a target="_self" href="../../../../career/Career/html/resources/Resources.html">');
	document.write('<img align=center name=resource border="0" src="../../../../career/Career/pictures/home/Banner2/computer.jpg" width="60" height="59"');
	document.write('OnMouseOut="MM_swapImgRestore();" alt="Resources"'); 
	document.write('onMouseOver="MM_swapImage(\'resource\',\'\',\'../../../../career/Career/pictures/home/Banner2/openbook.jpg\',1)">');
	document.write('</a>');
	document.write('</td></tr>');
	 

   document.write('</table>');


document.write('</td>'); 

document.write('<td bgcolor="#ccccff"  colspan="6" width="20%" align=right>');
document.write('<p align="center"><font  style="filter:glow(color=3300ff,strength=8 number 10); width: 320; height: 20; font-weight:bold; font-size: 11pt; font-family: Celtic;  color:white"><b><strong>OFFICE OF CAREER DEVELOPMENT &amp; INTERNSHIPS</strong></b></font>');
document.write('</td>');
document.write('</tr>');
	 
  document.write('</table>');
document.write('</div>');
 

document.write('</td></tr>');

document.write('<tr><td>');




 
document.write('<table style=" font:10px/8px verdana, arial, helvetica, sans-serif; color:#330099" align=center width="100%" border="0" bordercolor="black"  height=5 style="font:8px; font-weight:200" bgcolor=999999  ><tr>');

/** 
document.write('<TD align=center align=center style=" background-color:#DCDCDC; " onMouseover="this.style.backgroundColor=\'ccccff\';P7_autoLayers(0,\'flym1\');" onMouseout="this.style.backgroundColor=\'#9999ff\'; P7_autoHide(\'flym1\');"  >');

document.write('<a class=banner href="../home/home.html" name="home" target="_self"');
document.write('OnMouseOut="MM_swapImgRestore();"'); 
document.write('onMouseOver="MM_swapImage(\'home1\',\'\',\'../../../../career/Career/pictures/home/Banner2/QC_Marque_2.gif\',1)">');
document.write('<b><font color="#330099">HOME</font></b>');
document.write('</A>');

document.write('</td>');


document.write('<TD align=center style=" background-color:#DCDCDC"');
 document.write('onMouseover="this.style.backgroundColor=\'ccccff\'; P7_autoLayers(0,\'flym8\');"');
 document.write('onMouseout="this.style.backgroundColor=\'#9999ff\'; this.style.color=\'yellow\'; P7_autoHide(\'flym8\');" >');

document.write('<a class=banner target="_self" href="../../../../career/Career/html/assessments/assessment.htm" name=assessment OnMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage(\'assess\',\'\',\'../../../../career/Career/pictures/home/Banner2/books_woman3.gif\',1)">');
document.write('<B><font color="#330099">ASSESSMENTS</font> </A>');

document.write('</td>');



document.write('<TD align=center style=" background-color:#DCDCDC" onMouseover="this.style.backgroundColor=\'ccccff\';P7_autoLayers(0,\'flym4\');" onMouseout="this.style.backgroundColor=\'#9999ff\'; P7_autoHide(\'flym4\');"  >');

document.write('<a class=banner target="_self" href="../int_jobs/internet.htm" name= jobs  OnMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage(\'job\',\'\',\'../../../../career/Career/pictures/home/Banner2/office3.jpg\',1)">');
 document.write('<b><font color="#330099">INTERNSHIPS&nbsp;&amp;&nbsp;JOBS</font></A>');

document.write('</td>');


document.write('<TD align=center style=" background-color:#DCDCDC" onMouseover="this.style.backgroundColor=\'ccccff\';P7_autoLayers(0,\'flym2\');" onMouseout="this.style.backgroundColor=\'#9999ff\'; P7_autoHide(\'flym2\');"  >');

document.write('<a class=banner target="_self" href="../events/Events.html" name="events"  OnMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage(\'event\',\'\',\'../../../../career/Career/pictures/home/Banner2/calender73.gif\',1)">');
 document.write('<b><font color="#330099">SCHEDULED&nbsp;EVENTS</font></A>');

document.write('</td>');



document.write('<TD align=center style=" background-color:#DCDCDC" onMouseover="this.style.backgroundColor=\'ccccff\';P7_autoLayers(0,\'flym5\');" onMouseout="this.style.backgroundColor=\'#9999ff\'; P7_autoHide(\'flym5\');"  >');

document.write('<a class=banner target="_self" href="http://qc.erecruiting.com/er/security/login.jsp" name= careerlink  OnMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage(\'career\',\'\',\'../../../../career/Career/pictures/home/Banner2/handshake4.gif\',1)">');
 
 document.write('<B><font color="#330099">QC&nbsp;CAREERLINK</font></A>');

document.write('</td>');

document.write('<TD align=center style=" background-color:#DCDCDC" onMouseover="this.style.backgroundColor=\'ccccff\';P7_autoLayers(0,\'flym3\');" onMouseout="this.style.backgroundColor=\'#9999ff\'; P7_autoHide(\'flym3\');"  >');

document.write('<a class=banner target="_self" href="../resources/Resources.html" name=resources  OnMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage(\'resource\',\'\',\'../../../../career/Career/pictures/home/Banner2/openbook.jpg\',1)">');
document.write('<b><font color="#330099">RESOURCES</font></A>');

document.write('</td>');

document.write('</td>');

*/



document.write('<td width="22%" bgcolor=\"#e5e8f1\" align=right><span id="clock"></span></td>');


document.write('</tr></table>');

document.write('</td></tr>');
document.write('</table>'); 

 

document.write('<div id="flym2" style="position:absolute; left:340px; top:105px; width:101px; z-index:17; visibility: hidden">'); 

  
 /*document.write('<tr><td>');*/

  document.write('<table width="100" bgcolor="#e8e8e8" border="1" bordercolor=black cellspacing="2" cellpadding="0" align=center>');

    document.write('<tr>'); 

      document.write('<td bgcolor="#E8E8E8"> ');

        document.write('<table width="230" border="0" bordercolor=black cellspacing="0" cellpadding="0" bgcolor="#e8e8e8" align=left style="font:10px/20px verdana, arial, helvetica, sans-serif; font-weight:bold;">');

          document.write('<tr><td>');

			document.write('<img name=b1 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../events/workshops.htm" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();"'); 
				document.write('onMouseOver="MM_swapImage(\'b1\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)">');
				document.write('<font color="black">');
				document.write('&nbsp;&nbsp;Workshops');
			
			document.write('</td></tr>');
			

		document.write('<tr><td>');
 
			document.write('&nbsp;&nbsp; <a class=banner target="_self" href="../events/recruitment_info&workshopschedule.htm"><font color=330099>Workshop&nbsp;Schedules</font>');

		document.write('</td></tr>');

		 
		document.write('<tr><td>');
			document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img name=star2 width=8 height=7 src="../../../../career/Career/pictures/home/purple_star_small.gif">');
			document.write('<a class=banner href="../events/fall.htm"  target="_self"');
			document.write('OnMouseOut="MM_swapImgRestore();"'); 
			document.write('onMouseOver="MM_swapImage(\'star2\',\'\',\'../../../../career/Career/pictures/home/yellow_star_small.gif\',1)"><font color=6600ff>Fall</font>');

		document.write('</td></tr>');

		document.write('<tr><td>');

			document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img name=star3 width=8 height=7 src="../../../../career/Career/pictures/home/purple_star_small.gif">');
			document.write('<a class=banner href="../events/spring.htm"  target="_self"');
			 document.write('OnMouseOut="MM_swapImgRestore();" ');
			 document.write('onMouseOver="MM_swapImage(\'star3\',\'\',\'../../../../career/Career/pictures/home/yellow_star_small.gif\',1)"><font color=6600ff>Spring</font>');

		document.write('</td></tr>');

		document.write('<tr><td>');

			document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img name=star4 width=8 height=7 src="../../../../career/Career/pictures/home/purple_star_small.gif">');
			document.write('<a class=banner href="../events/summer.htm"  target="_self" ');
			document.write('OnMouseOut="MM_swapImgRestore();"'); 
		document.write('onMouseOver="MM_swapImage(\'star4\',\'\',\'../../../../career/Career/pictures/home/yellow_star_small.gif\',1)"><font color=6600ff>Summer</font>');

		document.write('</td></tr>');

      document.write(' <tr><td>');
	   
			document.write('<img name=b2 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
 			document.write('<a class=banner href="../events/CareerFair.html" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b2\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">&nbsp;&nbsp;Career&nbsp;Fair</a>');
				
		document.write('</td></tr>');

	  document.write('<tr><td>');
			document.write('&nbsp;&nbsp;');
			document.write('<a class=banner target="_self" href="../events/listofcompanies.htm" >');
			document.write('<font color=330099>Participating&nbsp;Organizations</font>');

	 document.write('</td></tr>');

      document.write('<tr><td> ');
           document.write('<img name=b3 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../events/oncamp.htm" target="_self"');
			document.write('OnMouseOut="MM_swapImgRestore();" ');
			document.write('onMouseOver="MM_swapImage(\'b3\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black"><font color="black">');
			document.write('&nbsp;&nbsp;On-Campus&nbsp;Recruitment</a> ');
       document.write('</td></tr>');

      document.write('<tr><td> ');

           document.write('<img name=b4 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../home/Underconstruction.html" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b4\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black"><font color="black">');
			document.write('&nbsp;&nbsp;Interview&nbsp;Scheduling ');
            document.write('</a>');

     document.write(' </td></tr> '); 

       document.write(' </table>');
      document.write('</td>'); 
    document.write('</tr>');
document.write('</table>');
  

document.write('</div>');



document.write('<div id="flym1" style="position: absolute; left:20px; top:105px; width:1px; z-index:17; visibility: hidden; height: 1px">'); 
 
  document.write('<table bgcolor="#e8e8e8" width="145" border="1" bordercolor=black cellspacing="1" cellpadding="0" align=center>');

    document.write('<tr>'); 
      document.write('<td bgcolor="#E8E8E8"> ');
    document.write('<table width="145" border="0" bordercolor=black cellspacing="0" cellpadding="0" bgcolor="#e8e8e8" align=left style="font:10px/20px verdana, arial, helvetica, sans-serif; font-weight:bold;">');


          document.write('<tr><td><b>');
			document.write('<img name=b5 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="Services.html"  target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b5\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
			document.write('&nbsp;&nbsp;About&nbsp;us</a>');
		document.write('</td></tr>');
 
		document.write('<tr><td>');
		document.write('<img name=b6 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
		document.write('<a class=banner href="../home/Services1.html" target="_self"');
		document.write('OnMouseOut="MM_swapImgRestore();" ');
		document.write('onMouseOver="MM_swapImage(\'b6\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
		document.write('&nbsp;&nbsp;Services</a></font>');

		document.write('</td></tr>');

	document.write('<tr><td>');
		document.write('<img name=b10 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../home/Contactus.html" target="_self"');
			document.write('OnMouseOut="MM_swapImgRestore();"'); 
			document.write('onMouseOver="MM_swapImage(\'b10\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
			document.write('&nbsp;&nbsp;Contact us');
			document.write('</a>');

	document.write('</td></tr>');

	document.write('<tr><td>');
		document.write('<img name=b303 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
		document.write('<a class=banner href="../home/Site_Index.html" target="_self"');
		document.write('OnMouseOut="MM_swapImgRestore();" ');
		document.write('onMouseOver="MM_swapImage(\'b303\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
		document.write('&nbsp;&nbsp;Site Index</a></font>');

		document.write('</td></tr>');

		document.write('<tr><td>');
		document.write('<img name=b302 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
		document.write('<a class=banner href="../home/help.html" target="_self"');
		document.write('OnMouseOut="MM_swapImgRestore();"'); 
		document.write('onMouseOver="MM_swapImage(\'b302\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
		document.write('&nbsp;&nbsp;HELP</a></font>');

		document.write('</td></tr>');

  document.write('</table>');

document.write('<td></tr>');

document.write('</table>');
 

 document.write('</div>');

 

 document.write('<div id="flym3" style="position: absolute; left:500px; top:105px; width:1px; z-index:17; visibility: hidden; height: 1px">'); 

  
  document.write('<table width="100" border="1" bordercolor=black cellspacing="1" cellpadding="0" bgcolor="#e8e8e8">');
    document.write('<tr>'); 
     document.write(' <td bgcolor="#E8E8E8"> ');

        document.write('<table width="250" border="0"   cellspacing="0" cellpadding="0" bgcolor="#e8e8e8" style="font:10px/20px verdana, arial, helvetica, sans-serif; font-weight:bold;">');
          
		 document.write(' <tr><td>');
				document.write('<img name=b11 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
				document.write('<a class=banner href="../resources/resources.htm" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b11\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
				document.write('&nbsp;&nbsp;Career&nbsp;&amp;&nbsp;Employer&nbsp;Information');
            document.write('</a>');
			
	     document.write(' </td></tr><tr><td>');

            document.write('<img name=b12 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../resources/grad.htm" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b12\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
			document.write('&nbsp;&nbsp;Graduate&nbsp;School&nbsp;Information');
            document.write('</a></font>');
			
		document.write('</td></tr><tr><td>');

			document.write('<img name=b13 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../resources/Resources.html" target="_self"');
			document.write('OnMouseOut="MM_swapImgRestore();"'); 
			document.write('onMouseOver="MM_swapImage(\'b13\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
			document.write('&nbsp;&nbsp;Guides&nbsp;&amp;&nbsp;Tips</a></td></tr>');

        document.write('</td></tr><tr><td>');

				 document.write('&nbsp;&nbsp; ');
				  document.write('<a class=banner target="_self"'); document.write('href="../resources/requirements.htm"><font color=330099>Recruitment&nbsp;Guide</font>');

		document.write('</td></tr><tr><td>');
				
				  document.write('&nbsp;&nbsp; ');
				 document.write(' <a class=banner target="_self" href="../resources/resumeCenter.html"><font color=330099>Resume&nbsp;Writting</font>');

		document.write('</td></tr><tr><td>');

		document.write('</td></tr><tr><td>');

					document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img name=star5 width=8 height=7 src="../../../../career/Career/pictures/home/purple_star_small.gif">');
						 document.write('<a class=banner target="_self" href="../resources/theresume.htm" '); 
						 document.write('OnMouseOut="MM_swapImgRestore();" ');
				         document.write('onMouseOver="MM_swapImage(\'star5\',\'\',\'../../../../career/Career/pictures/home/yellow_star_small.gif\',1)"><font color=6600ff>The&nbsp;Resume</font>');

		 document.write('</td></tr><tr><td>');
					 
					document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img name=star8 width=8 height=7 src="../../../../career/Career/pictures/home/purple_star_small.gif">');
					document.write('<a class=banner target="_self"'); 
					document.write('href="../resources/quantitative.htm"');  
					document.write('OnMouseOut="MM_swapImgRestore();"'); 
				    document.write('onMouseOver="MM_swapImage(\'star8\',\'\',\'../../../../career/Career/pictures/home/yellow_star_small.gif\',1)"><font color=6600ff>Resume&nbsp;Tips</font>');

		document.write(' </td></tr><tr><td>');

					document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img name=star6 width=8 height=7 src="../../../../career/Career/pictures/home/purple_star_small.gif">');
						 document.write('<a class=banner target="_self" href="../resources/coverltrs.htm"');  
						 document.write('OnMouseOut="MM_swapImgRestore();" ');
				         document.write('onMouseOver="MM_swapImage(\'star6\',\'\',\'../../../../career/Career/pictures/home/yellow_star_small.gif\',1)"><font color=6600ff>Cover&nbsp;Letters</font>');

		 document.write('</td></tr><tr><td>');
					
					document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img name=star7 width=8 height=7 src="../../../../career/Career/pictures/home/purple_star_small.gif">');
						 document.write('<a class=banner target="_self" href="../resources/Thankyoultr.htm" '); 
						 document.write('OnMouseOut="MM_swapImgRestore();" ');
				         document.write('onMouseOver="MM_swapImage(\'star7\',\'\',\'../../../../career/Career/pictures/home/yellow_star_small.gif\',1)"><font color=6600ff>Thank-you&nbsp;Letter&nbsp;Sample</font>');

		 
		document.write('</td></tr><tr><td>');

				document.write('&nbsp;&nbsp;'); 
				       document.write('<a class=banner target="_self" href="../resources/interviewtips.htm"><font color=330099>Job&nbsp;Search&nbsp;Tips</font>');

	  document.write(' </td></tr><tr><td>');

				document.write('&nbsp;&nbsp;'); 
				       document.write('<a class=banner target="_self" href="../resources/careerFair_tips.html"><font color=330099>Career&nbsp;Fair&nbsp;Tips</font>');

		document.write('</td></tr><tr><td>');

			  document.write('&nbsp; ');
			 document.write('<a class=banner target="_self" href="../resources/interviewtips.htm" onMouseOut="MM_swapImgRestore();"><font color=330099>Interview&nbsp;Tips</font>');
 
		document.write('</td></tr><tr><td>');

			  document.write('&nbsp;&nbsp;<a class=banner target="_self" href="../resources/interviewquestions.htm" 		   ><font color=330099>Sample&nbsp;of&nbsp;Interview&nbsp;Questions</font>');
 
		document.write('</td></tr><tr><td>');

			document.write('<img name=b14 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
				document.write('<a class=banner target="_self" href="../resources/credserv.htm" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b14\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">&nbsp;&nbsp;Credentials</a>');

		document.write('</td></tr><tr><td>');

			document.write('&nbsp;&nbsp; <a class=banner target="_self" href="Underconstruction.html" ><font color=330099>What\'s&nbsp;Credentials&nbsp;Service?</font>');

		document.write('</td></tr><tr><td>');

			//	 document.write('&nbsp;&nbsp; ');
						

		document.write('</td></tr>');

	document.write('</table>');
  document.write('</td></tr>'); 
  
document.write('</table>');

document.write(' </div>');


document.write('<div id="flym4" style="position: absolute; left:180px; top:105px; width:1px; z-index:17; visibility: hidden; height: 1px">'); 

 
  document.write('<table width="100" border="1" bordercolor=black cellspacing="1" cellpadding="0" bgcolor="#e8e8e8">');

   document.write(' <tr>'); 

     document.write(' <td bgcolor="330099"> ');

       document.write(' <table width="240" border="0" bordercolor=black cellspacing="0" cellpadding="0" bgcolor="#e8e8e8" style="font:10px/20px verdana, arial, helvetica, sans-serif; font-weight:bold;">');


		document.write('<tr><td>');
		
		document.write('<img name=b22 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../int_jobs/internships.html" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b22\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
			document.write('&nbsp;&nbsp;Internships</a>');

		document.write('</td></tr><tr><td>');

			  
				document.write('<a class=banner href="../int_jobs/Internship_postings.htm" target="_self"><font color="330099">');
				document.write('&nbsp;&nbsp;Currently&nbsp;Posted&nbsp;Internships</a>');

		document.write('</td></tr><tr><td>');

		 
				document.write('<a class=banner href="../int_jobs/guideline.htm" target="_self"><font color="330099">');
				document.write('&nbsp;&nbsp;FAQ\'s&nbsp;About&nbsp;Internships</a>');

		document.write('</td></tr><tr><td>');

			document.write('<img name=b102 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
				document.write('<a class=banner href="../int_jobs/jobs2.html" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b102\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
				document.write('&nbsp;&nbsp;Job&nbsp;Listings</a>');

		document.write('</td></tr><tr><td>');
			 
			document.write('<img name=b21 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
				document.write('<a class=banner href="../int_jobs/jobs2.html" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b21\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
				document.write('&nbsp;&nbsp;P/T&nbsp;&amp;&nbsp;F/T&nbsp;Job&nbsp;Opportunities</a>&nbsp;&nbsp;');

	document.write('</td></tr><tr><td>');

		document.write('<img name=b19 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../int_jobs/internet.htm" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();"'); 
				document.write('onMouseOver="MM_swapImage(\'b19\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
				document.write('&nbsp;&nbsp;Online&nbsp;Job&nbsp;Search&nbsp;Resources</a>');

	document.write('</td></tr><tr><td>');
		 
		 document.write('<img name=b20 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
			document.write('<a class=banner href="../events/oncamp.htm" target="_self"');
				document.write('OnMouseOut="MM_swapImgRestore();" ');
				document.write('onMouseOver="MM_swapImage(\'b20\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
				document.write('&nbsp;&nbsp;On-Campus&nbsp;Recruitment</a></font>');

	document.write('</td></tr>');

        document.write('</table>');
      document.write('<td>'); 
   document.write(' </tr>');
  document.write('</table>');

document.write('</div>');



document.write('<div id="flym5" style="position: absolute; left:593px; top:105px; width:1px; z-index:17; visibility: hidden; height: 1px"> ');

 

  

document.write(' </div>');

document.write('<div id="flym6" style="position: absolute; left:697px; top:105px; width:1px; z-index:17; visibility: hidden; height: 1px"> ');

  

document.write('</div>');

document.write('<div id="flym7" style="position: absolute; left:973px; top:105px; width:1px; z-index:17; visibility: hidden; height: 1px"> ');
 
 document.write('</div>');

document.write('<div id="flym8" style="position: absolute; left:70px; top:105px; width:1px; z-index:17; visibility: hidden; height: 1px"> '); 

document.write('<table width="100" border="1" bordercolor=black cellspacing="1" cellpadding="0" bgcolor="#e8e8e8">');

document.write('<tr>');

      document.write('<td bgcolor="330099"> ');

        document.write('<table width="229" border="0" bordercolor=black cellspacing="0" cellpadding="0" bgcolor="#e8e8e8" style="font:10px/20px verdana, arial, helvetica, sans-serif; font-weight:bold;">');
 
           
		document.write('<tr><td>');
			
				document.write('<img name=b23 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
					document.write('<a class=banner href="../../../../career/Career/html/assessments/default.html" target="_self"');
					document.write('OnMouseOut="MM_swapImgRestore();" ');
					document.write('onMouseOver="MM_swapImage(\'b23\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
			document.write('&nbsp;&nbsp;What&nbsp;can&nbsp;I&nbsp;do&nbsp;with&nbsp;my&nbsp;major?</a>');
			document.write('</font>');

		document.write('</td></tr><tr><td>');

				document.write('<img name=b25 src="../../../../career/Career/pictures/home/ball04.gif" width=7 height=7>');
					document.write('<a class=banner href="../../../../career/Career/html/assessments/roadmap.htm" target="_self"');
					document.write('OnMouseOut="MM_swapImgRestore();" ');
					document.write('onMouseOver="MM_swapImage(\'b25\',\'\',\'../../../../career/Career/pictures/home/ball06.gif\',1)"><font color="black">');
					document.write('&nbsp;&nbsp;Roadmap&nbsp;to&nbsp;Career&nbsp;Success</a></font>');

		document.write('</td></tr><tr><td>');
				document.write(' &nbsp;&nbsp;');
				 
				 document.write('<a class=banner target="_self" href="../../../../career/Career/html/assessments/freshmanyear.htm" ><font color=330099>Freshman&nbsp;Year</font>');

	   document.write(' </td></tr><tr><td>');
				document.write('&nbsp;&nbsp;');
				 
				 document.write('<a class=banner target="_self" href="../../../../career/Career/html/assessments/sophomoreyear.htm"  ><font color=330099>Sophomore&nbsp;Year</font>');
		document.write('</td></tr><tr><td>');
				document.write('&nbsp;&nbsp;');
				 
				document.write('<a class=banner target="_self" href="../../../../career/Career/html/assessments/junioryear.htm" ><font color=330099>Junior&nbsp;Year</font>');

		document.write('</td></tr><tr><td>');
					document.write('&nbsp;&nbsp;');
					 
					document.write('<a class=banner target="_self" href="../../../../career/Career/html/assessments/senioryear.htm" ><font color=330099>Senior&nbsp;Year</font>');

		document.write('</td></tr>');
				document.write('</table>');
		document.write('</td></tr>');       
        document.write('</table>');
 

 document.write('</div>');
 