/*
Author: Richard Morrison
Phone: 416-857-5697

Description: this is the content of the second content column for the PMI Lakeshore Chapter. It is indented for displaying logos, images, or content intended for all chapter pages.


Example of code that can be entered between the quotation makes "":


<span style='postion:absolute; height 80px'><img src='./images/image1.jpg' alt='' hspace='0' vspace='0' height='47' width='100' align='top' border='0' > \
</span>\
<br/>\
<br/>\
<br/>\
<span style='postion:absolute; height 80px'><img src='./images/image2.jpg' alt='' hspace='0' vspace='0' height='47' width='100' align='top' border='0' > \
</span>


*/
var subColumn1="\
	<a href='http://www.pmi.org/en/About-Us/Our-Professional-Awards/2010-PMI-Award-Recipients.aspx'> \
     <img style='margin-top:0px' src=" + root + "images/pmi_award_medallion_2c_MIN.gif title='PMI Award' \
   alt='PMI Award' hspace='0' vspace='0' height='267' width='179' border='0' /></a>\
  <a href='http://www.linkedin.com/groups?gid=1299437&trk=myg_ugrp_ovr'> \
   <img style='margin-top:0px' src=" + root + "style/Linkedin_button_follow_us.jpg title='Join our group to network with likeminded professionals. Note: You must already have an account to join.' \
   alt='Follow Us on LinkedIn' hspace='0' vspace='0' height='36' width='112' border='0' target='_blank' /></a>";
var subColumn2="";
var screenWidth=0;
screenWidth=screen.width;
if (screenWidth >= 640) {
document.write(subColumn1); }
else {document.write(subColumn2);}

/* 


*/



