<!-- Begin
var showlinks 		= "yes"

var topspacing		= "5"		// NUDGE SIDEBAR DOWN
var sidewidth		= "750"		// SIDEBAR WIDTH


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="5" width="750"><br>');

//document.write('<br>');

if (showlinks == "yes") {
document.write('<table cellpadding="1" cellspacing="1" border="0" width="100%" class="sidebartext-right"><tr>');
document.write('<td wight="24" align="center"><a href="http://feeds.feedburner.com/CogswellBlog" target="_blank"><img src="picts/logo_RSS_32.jpg" height="24" width="24" border="0" title="Subscribe to RSS feed" alt="Subscribe to RSS feed"></a></td>');
document.write('<td valign="center">RSS feed</td>');
document.write('<td wight="24" align="center"><a href="contact.htm"><img src="picts/logo_email_32.jpg" border="0" height="24" width="24" title="Email us" alt="Email us"></a></td>');
document.write('<td valign="center">send e-mail</td>');
document.write('<td wight="24" align="center"><a href="http://www.twitter.com/cogswellcollege" target="_blank"><img src="picts/logo_twitter_32.jpg" border="0" height="24" width="24" title="Follow Cogswell on Twitter" alt="Follow Cogswell on Twitter"></a></td>');
document.write('<td valign="center">follow us</td>');
document.write('<td wight="24" align="center"><a href="http://www.facebook.com/cogswellcollege" target="_blank"><img src="picts/logo_facebook_32.jpg" border="0" height="24" width="24" title="Cogswell on Facebook" alt="Cogswell on Facebook"></a></td>');
document.write('<td valign="center">become a fan</td>');
document.write('<td wight="24" align="center"><a href="http://www.youtube.com/user/CogswellCollege" target="_blank"><img src="picts/logo_Youtube_32.jpg" border="0" height="24" width="24" title="Cogswell Youtube Channel" alt="Cogswell Youtube Channel"></a></td>');
document.write('<td valign="center">watch us</td>');
document.write('<td wight="24" align="center"><a href="http://blog.cogswell.edu" target="_blank"><img src="picts/logo_blog.jpg" border="0" height="24" width="24" title="Cogswell Blog" alt="Cogswell Blog"></a></td>');
document.write('<td valign="center">share thoughts</td>');
document.write('</tr></table>');
document.write('<br>');

}

// -- END -->