<!-- 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		= "no"		// 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 RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Stuyvesant CCNY<br></legend>');

document.write('“Like many others in the rising generation of immigrant families, we Stuyvesant Honors graduates were admitted to C.C.N.Y. as fully matriculated students for a tuition-free college education. ‘I don’t want life to be as hard for you as it was for me,’ my father would say, in his native Russian. ‘But for that to happen, you must have an education.’ <a href="StuyM.htm">more...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
//document.write('<a href="student.htm"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
//document.write('<object width="160" height="146"><param name="movie" value="http://www.youtube.com/v/_EnNLP7aUqA&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_EnNLP7aUqA&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="160" height="146"></embed></object>');

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"  width="160" height="120"  id="mymoviename"> <param name="loop"  value ="1" /> <param name="movie"  value="video/2010commence.swf" />  <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="video/2010commence.swf" quality="high" bgcolor="#ffffff" width="160" height="120" name="mymoviename" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed> </object> ');
document.write('</center>');
document.write('<br><br>');



}



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('New Era Sch.<br></legend>');

document.write('As part of a recruitment plan to attract the brightest public school students in the five boroughs to The City College of New York, the College has established a new scholarship program that guarantees recipients up to $24,000 in support over four years.  Beginning with an inaugural class enrolled in the fall 2009 semester, up to 100 entering freshmen, each with a minimum combined SAT score of 1150 or the equivalent on the ACT and an 85 high school average, will receive awards annually...’ <a href="era.htm">more...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
