<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');






// START XML FLASH CHANGER

// XML CHANGER VARIABLES YOU CAN EDIT - ALSO EDIT THE image_changer.xml

var XMLshowsflash	= "yes"		// SHOW FLASH XML CHANGER
var XMLflashcolor	= "336699"	// FLASH XML BACKGROUND COLOR
var XMLflashwidth	= "165"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var XMLflashheight	= "165"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var XMLborder		= "336699"	// SCROLLER AND IMAGE BORDER COLOR

// XML CHANGER SUPPORT: - http://www.allwebco-templates.com/support/S_flash_image_changerXML-ADDON.htm


   if (XMLshowsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+XMLborder+'" style="border-collapse:collapse"><tr><td>');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+XMLflashwidth+'" HEIGHT="'+XMLflashheight+'" id="image_changer_XML">');
document.write('<PARAM NAME="movie" VALUE="image_changer_XML.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+XMLflashcolor+'">');
document.write('<EMBED src="image_changer_XML.swf" quality="high" wmode="transparent" bgcolor="#'+XMLflashcolor+'" WIDTH="'+XMLflashwidth+'" HEIGHT="'+XMLflashheight+'" NAME="image_changer_XML" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
}

// END XML FLASH CHANGER



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('Quick Links<br></legend>');
document.write('<a href="http://www.terralinguausa.org"><b>Terra Lingua Homestay</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://uhaweb.hartford.edu/intcenter/practicaltraining.html"><b>Practical Training</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="OPT Presentation 10-19-09.ppt"><b>Practical Training ppt Demo</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="orientationfinal09-02-2009.ppt"><b>Orientation ppt Demo</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://uhaweb.hartford.edu/intcenter/oncampusemployment.html"><b>On-campus Employment</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://uhaweb.hartford.edu/intcenter/socialsecurity.html"><b>Social Security Numbers</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://www.ct.gov/dmv/cwp/view.asp?a=805&Q=244774&dmvPNavCtr=|28069|#31252"><b>CT Drivers License</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://www.ct.gov/dmv/cwp/view.asp?a=805&Q=244720&dmvPNavCtr=|28089|#28096"><b>CT State ID</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://uhaweb.hartford.edu/intcenter/medical.html"><b>Medical Insurance</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://uhaweb.hartford.edu/intcenter/oncampushousing.html"><b>On-campus Housing</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://uhaweb.hartford.edu/intcenter/offcampushousing.html"><b>Off-campus Housing</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="http://uhaweb.hartford.edu/intcenter/incometaxhandbook.html"><b>U.S. Income Tax</b></a><br>');
document.write('<a href="#"><b> </b></a><br>');
document.write('<a href="hartfordarea.html"><b>Hartford Area Resources</b></a><br>');



document.write('</fieldset>');
document.write('<br><br>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="#"><img src="picts/pinar.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Quick Link<br></legend>');

document.write('Check out our <a href="hartfordarea.html"><b>Hartford Area Resource Guide</b></a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Quick Link<br></legend>');

document.write('Check out our <a href="hartfordarea.html"><b>Hartford Area Resource Guide</b></a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Quick Link<br></legend>');

document.write('Check out our <a href="hartfordarea.html"><b>Hartford Area Resource Guide</b></a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Quick Link<br></legend>');

document.write('Check out our <a href="hartfordarea.html"><b>Hartford Area Resource Guide</b></a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Quick Link<br></legend>');

document.write('Check out our <a href="hartfordarea.html"><b>Hartford Area Resource Guide</b></a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="#"><img src="picts/students1.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Quick Link<br></legend>');

document.write('Click here for the University<a href="http://www.hartford.edu/resources/bus/OffCampus.asp"><b>Shuttle Bus Schedule</b></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="#"><img src="picts/50yearlogo1.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Quick Link<br></legend>');
document.write('Click here for the latest edition of the <a href="http://www.hartford.edu/observer/"><b>"OBSERVER"</b></a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




document.write('</td></tr></table>');


// -- END -->


