﻿// JavaScript Document
function writeJS(){
var str='';
str+='<div id="sidePanel">';
str+='	<ul class="justLinks">';
str+='		<li><a href="http://channelintelligence.vnewscenter.com/">Press Releases</a></li>';
str+='		<li><a href="http://www.channelintelligence.com/corporate/news.html">CI in the News</a></li>';
str+='		<li><a href="http://www.channelintelligence.com/corporate/awards.html">Awards</a></li>';
str+='	</ul>';
str+='</div>';
document.write(str);
}
writeJS();
