<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Cool things<br></legend>');

//document.write('Michetti Information Solutions Inc. welcomes the Edmonton-based clinic of Dr. V. Amato to its impressive list of clients.</a><br>');

document.write('We are pleased to welcome the Alberta Ballet and Extreme Power Electrical Services as new clients.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset>');


document.write('<div align="center"><br/>MIS is now certified  for<br/>Citrix XenServer<br><br/>');
document.write('<a href="http://citrix.com/lang/English/home.asp"><img src="picts/citrixlogo.jpg" border="0" alt="Citrix"></a></div><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

   if (showimage == "yes") {
/*
document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
*/
	document.write('<br><center>');
document.write('<!-- Begin CBL Data Recovery Advantage Link Code --><a href="http://www.cbltech.ca/evaluation.php?RCODE=5963633cd07345b3734f43f692eede44" title="Data Recovery"><img src="http://www.cblpartners.com/resources/banners/CBL-Data-Recovery-Partner_120x90-EN.gif" alt="Data Recovery Services" border="0"><br />Data Recovery Services</a><!-- End of CBL Data Recovery Advantage Link Code --><br>');
document.write('</center>');
document.write('<br><br>');

}







// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Listen for Greg<br></legend>');

document.write('On NewsTalk 650 in Saskatchewan.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="newstalk650.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('MIS Partner Area<br></legend>');

document.write('Earlier this year, MIS joined the HP ProCurve Networking group.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





// SMALL PICTURE AREA

   if (showimage == "yes") {

//document.write('<br><center>');
//document.write('<a href="index.html"><img src="procurve.jpg" border="0" class="borders"></a><br>');
//document.write('</center>');
//document.write('<br><br>');
}


document.write('</td></tr></table>');


// -- END -->