<!-- 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		= "12"		// NUDGE SIDEBAR DOWN
var sidewidth		= "200"		// SIDEBAR WIDTH
// NUDGE SPACER
document.write('<alt="Immigration Process to Canada - Guide for Skilled Workers" 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('CANADA<br></legend>');
document.write('Guide For Skilled Workers  <a title="IMMIGRATION TO CANADA - Guide for Skilled Workers. Settlement - Job search - Help" href="http://www.canada42.com">Immigration & Settlement</a><br>');
document.write('This web shows only a part of the information written in the e-book. For full, permanent and faster access to the complete information, you must purchase the e-book (1 CD)<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 title="Link to Us - Submite your Site - Links Exchange" href="contact.htm"><img src="picts/Canada-Immigration-Space.JPG" border="2" 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('LINKS EXCHANGE<br></legend>');
document.write('PUT HERE YOUR ADS - We want to make exchange of links with related sites and business, in Canada and Worldwide. If you have a related website and you would like to exchange links with us,<br>');
document.write('please <a href="contact.htm">CONTACT US</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2
document.write('</td></tr></table>');
// -- END -->