<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var showimage2		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage3		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="http://www.websalg.no/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('Informasjon<br></legend><br>');

document.write('<a href="http://www.facebook.com/Websalg" target="_blank">F&oslash;lg Websalg p&aring; Facebook</a><br><br>');

document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FWebsalg&amp;send=false&amp;layout=button_count&amp;width=150&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150; height:21px;" allowTransparency="true"></iframe>');

document.write('<br>');

document.write('<iframe src="http://www.facebook.com/plugins/facepile.php?href=http%3A%2F%2Fwww.facebook.com%2FWebsalg&amp;width=150&amp;max_rows=6" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px;" allowTransparency="true"></iframe>')

document.write('</fieldset>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.facebook.com/Websalg" target="_blank"><img src="http://www.websalg.no/images/facebook.jpg" border="0" ></a><br>');
document.write('</center>');
//document.write('<br>');
}

if (showimage2 == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.xystat.com/?q=xystatLive/Live" target="_blank"><img src="http://www.websalg.no/images/xystat-lillegitte.gif" border="0" ></a><br>');
document.write('</center>');
//document.write('<br><br>');
}

if (showimage3 == "yes") {

document.write('<br><center>');
document.write('<a href="tryggferdsel/"><img src="http://www.websalg.no/images/batforerkurs-sidebanner.jpg" border="0" ></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('Messetilbud<br></legend>');

document.write('Ring 90059900 og få en gratis gressklipper');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
