<!-- 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>');



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://news.bbc.co.uk/2/hi/business/6293380.stm" target="_blank""><img src="picts/bbcnews.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('BBC News<br></legend>');

document.write('The annual value of European online advertising will more than double by 2012, a report suggests. <a href="http://news.bbc.co.uk/2/hi/business/6293380.stm" target="_blank"">Click Here...</a><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="http://en.wikipedia.org/wiki/Online_advertising" target="_blank""><img src="picts/wikipedia.jpg" border="0" class="borders"></a><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('Wikipedia<br></legend>');

document.write('Online advertising is a form of promotion that uses the Internet and World Wide Web for the expressed purpose of delivering marketing messages to attract visitors and customers. One major benefit of online advertising is the immediate publishing of information and content that is not limited by geography or time. Click on image above<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="http://advertising.microsoft.com" target="_blank""><img src="picts/microsoftadvertising.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('MSN Advertising<br></legend>');

document.write('Online advertising from MSN helps marketers build powerful brand and direct relationships with consumers.<br>'); 

document.write('</fieldset>');
document.write('<br><br>');






}
// END RIGHT SIDEBAR AREA PARAGRAPH 2














document.write('</td></tr></table>');


// -- END -->