document.writeln('<p align="left">'+
'<span class="red"><strong>Sponsorship Information<br \/>\n<\/strong><\/span>For information regarding ZINO Society sponsorships and partnerships contact:<br \/>\n<img width="200" height="300" src="\/filestore\/About_exec_team\/Mary%20at%20the%20podium.jpg" alt="Mary Holmes" \/><br \/>\n Mary Holmes<br \/>\n Chief Marketing Officer<br \/>\n206-686-3745 PST<br \/>\n<a href="mailto:m.holmes@zinosociety.com">Email<\/a><br \/>\n\n'+
''+
''+
'<img src="\/filestore\/images\/EmoryThomas.jpg" height=165 width=200 alt="Emory Thomas at ZINO Society" \/><br \/><br \/>\n'+
'<img src="\/filestore\/images\/AllenSmith.jpg" height=150 width=200 alt="Allen Smith at ZINO Society" \/><br \/><br \/>\n'+
'<img src="\/filestore\/images\/2009Napa%20034.jpg" height=150 width=200 alt="Napa at ZINO Society" \/><br \/><br \/>\n'+
'<img src="\/filestore\/images\/HaeryungShin.jpg" height=254 width=200 alt="Haeryung Shin at ZINO Society" \/><br \/><br \/>\n'+
'<\/p>');

// To add new sponsor pictures:
// 
// Step 1: Get picture source from our website. Then from this file, copy and paste one of the lines beginning with ('<img src="...) to a new line
//
// Step 2: Swap the (src="...") for the one you copied from our site, but remember to put a "\" character before every "/" 
// 	character or else it will break the page and the left column will be blank.
//
// Step 3: Get height and width of picture. because all of our pictures here should have a width of 200, use nakea site manager's image button
// 	from the edit mode of any page. This will prompt you to add a picture, select the one you want and set width to 200, this will size the
//	picture to the proper height. Copy that height, and paste it here for the (.. height="number" width=200) part
//
// Step 4: Set the text for the picture in the (..alt="Description of the picture"...) attribute
//
// Step 5: Remember to check all of the formatting on your new line to make sure it looks like the others. put a \ before all special characters.
//
// Step 6: save this file and upload it to /filemanager/javascript/   (file must be named sponsor.js)