<!-- Begin
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		= "120"		// SIDEBAR WIDTH

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<table cellpadding="5" cellspacing="5" border="0" class="sidebartext-right"><tr><td>');


   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Work in New York<br></legend>');
document.write('Senior LAN Analyst (AIX)  - Deer Park, New York, USA <a href="jobopportunities_USA_1.htm">Job Spec..</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

document.write('<fieldset><legend>');

document.write('AIX in San Francisco<br></legend>');

document.write('AIX Systems Administrator  San Francisco Bay Area <a href="jobopportunities_USA_2.htm">  Job Spec..</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

document.write('<fieldset><legend>');

document.write('AIX in California<br></legend>');
document.write('Do you have solid working knowledge of EMC SAN?  <a href="jobopportunities_USA_3.htm">   Job Spec..</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARA 1


// SMALL PICTURE AREA

   if (showimage == "yes") {
	   
document.write('<br><center>');
document.write('<a href="http://www.channelonline.tv/"target="_blank">www.channelonline.tv/</a><br><img src="picts/CTV_link.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');

}

// START RIGHT SIDEBAR AREA PARA
   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Please note<br></legend>');

document.write('Trust Administrator and Experienced Trust review specialist required in Jersey Channel Islands <a href="contact.htm">Contact us... </a><br>');

document.write('</fieldset>');
document.write('<br><br>');

document.write('<fieldset><legend>');

document.write('Latest<br></legend>');



document.write(' 1st Class Hons. IT graduate with excellent software skills needed for Jersey based Company <a href="contact.htm">Contact us... </a><br>');

document.write('</fieldset>');
document.write('<br><br>');

document.write('<fieldset><legend>');

document.write('Designed by <br></legend>');



document.write('I-Kaf Design Studio<a href="I_Kaf_Design_Studio.htm"> Contact us... </a><br>');

document.write('</fieldset>');
document.write('<br><br>');


document.write('<fieldset><legend>');

document.write('Urgent<br></legend>');

document.write('Audit Senior required for Jersey firm <a href="contact.htm">Contact us... </a><br>');

document.write('</fieldset>');
document.write('<br><br>');



}
// END RIGHT SIDEBAR AREA PARA







document.write('</td></tr></table>');


// -- END -->