<!-- 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		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "214"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'">');

document.write('<table cellpadding="2" cellspacing="2" border="0" class="sidebartext-right"><tr><td>');



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="index.html"><img src="picts/sarahcockburnlogo_s.jpg" border="0" class=""></a><br>');
document.write('</center>');
document.write('<br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {
document.write('<center>');
document.write('<fieldset><legend>');

document.write('Course in Advertising?<br></legend>');

document.write('<align="justify">Ever fancied taking a professional course in Advertising for six months? Global Work Placements has teamed up with one of London\'s best ever and prestigious Advertising companies run by a recent panel judge for the New York Advertising Festival 2009. Please call Sarah to find out on 00441273240291 or email   There is a job opportunity at the end of the course for successful applicants. <A HREF="mailto:sarah@globalworkplacements.co.uk" class="link">sarah@globalworkplacements.co.uk.</a></span><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class=""></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {
document.write('<center>');
document.write('<fieldset><legend>');

document.write('Internships now offered<br></legend>');

document.write('Internships NOW offered at Global Work placements in all areas; Finance, Marketing, Recruitment & Administration! Please email your CV and explain why you would be interested on the role and why you would make a good team member <A HREF="mailto:sarah@globalworkplacements.co.uk" class="link">sarah@globalworkplacements.co.uk.</a><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('<center>');
document.write('<fieldset><legend>');

document.write('Attention Companies!!!!<br></legend>');

document.write('<span class="sidebarbold">Looking for a hard working graduate intern? </span>Struggling with staff costs in the economic down turn? Well look no further and contact us via our contact page and we will do our best to help you.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


document.write('</td></tr></table>');



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://twitter.com/placementgloba" target="_blank"><img src="images/Twitter-Logo.jpg" border="0" class=""></a><a href="http://www.facebook.com/pages/Global-Work-placements-Internships-and-Paid-Programmes/158693692957?ref=nf" target="_blank"><img src="images/facebook.jpg" border="0" class=""></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// -- END -->