<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showlinks		= "no"		// SHOW GALLERY LINKS
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "150"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br>');



// 1ST NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<center><span class="sidebartitle">New Releases:</span></legend>');

document.write('<center><img src="gold3cd.jpg" height="100"><p>Gold - Greatest Hits.<P>');

document.write('<img src="ultbmv3.jpg" height="100"><p>Boney M. Ultimate Volume 3</center>');

document.write('</fieldset>');

document.write('<br>');
}

// END FIRST NOTES AREA


// 2nd NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Whats New:</span></legend>');

document.write('The Boney M Store is now open, and you can buy Boney M CDs DVDs and Books. ');

document.write('<a href="store.htm" class="sidelink">Click to go shopping...</a>');

document.write('</fieldset>');

document.write('<br>');
}

// END SECOND NOTES AREA



// Search

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Search Ste:</span></legend>');

document.write('<form method="get" action="http://search.atomz.com/search/"><font face="verdana"><font color="green"><input size="15" name="sp-q"><br><input value="Search" type="submit"><input name="sp-a" value="sp1002588e" type="hidden"><input name="sp-f" value="ISO-8859-1" type="hidden"></font></font>');

document.write('</fieldset>');

document.write('<br>');
}

// END FIRST NOTES AREA



// GALLERY LINKS


   if (showlinks == "yes") {
document.write('<span class="linkfont">');

document.write('<a href="http://groups.yahoo.com/group/boneym class="sidelink">Yahoo! Group</a><br>');
document.write('<a href="http://boneymnews.blogspot.com" class="sidelink">News</a><br>');


document.write('</span>');
}











// IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="borders">');
document.write('<IMG SRC="picts/sidebar.jpg" border="0"><br>');
document.write('</td></tr></table><br>');
}






// 2ND NOTES AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Whats New:</span></legend>');

document.write('The Boney M Store is now open. ');

document.write('<a href="store.htm" class="sidelink">Click to go shopping...</a>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END SECOND NOTES AREA





document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="130"><br>');



//  End -->