<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var social	= "yes"		// SHOW SOCIAL LINKS | yes | no |
var sidealign	= "center"	// ALIGN ICONS | left | center | right |



if (social == "yes") {

// START SOCIAL LINKS

document.write('<table cellpadding="5" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" class="socialtext">');


document.write('Follow us on:<br>');


document.write('<table cellpadding="3" cellspacing="0" border="0"><tr><td>');





// FACEBOOK

document.write('<a href="https://www.facebook.com/#!/pages/Protein-Sciences-Corporation/237760582938845" target="blank"><img src="picts/social_facebook.gif" border="0" width="22" height="22" alt="Facebook"></a><br>');
document.write('</td><td>');




//LINKEDIN

document.write('<a href="http://www.linkedin.com/company/70809?trk=tyah" target="blank"><img src="picts/social_linkedin.gif" border="0" width="22" height="22" alt="LinkedIn"></a><br>');








document.write('</td></tr></table>');
document.write('</td></tr></table>');
}
//  End -->
