<!-- 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		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showimage_4		= "yes"		// SHOW 4TH SIDEBAR IMAGE
var showimage_5		= "yes"		// SHOW 5TH SIDEBAR IMAGE
var showimage_6		= "yes"		// SHOW 6TH SIDEBAR IMAGE
var showimage_7		= "yes"		// SHOW 7TH SIDEBAR IMAGE
var showarea_1		= "no"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR
var movedown		= "20"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');



// START SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Additional Articles:</legend>');

document.write('<a href="about.htm">Evaluating Internet</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="http://allwebcodesign.com" target="_blank">Edit This Sample Link</a><br>');


document.write('</fieldset>');
document.write('<br>');
}
// END SAMPLE LINKS AREA


{
document.write('<span class="title1d">Featured<br>Opportunities<br><br>');
}



// First IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<a href="http://www.newrichwealth.com/infosrch" target="_blank"><img src="picts/special_rich.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}


// Second IMAGE AREA


   if (showimage_2 == "yes") {

document.write('<a href="http://www.gvosuccess.com" target="_blank"><img src="picts/special_gvo.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');

}




// THIRD IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<a href="http://www.incomesrch.com/pages/ready_made/ready_made.htm" target="_blank"><img src="picts/special_readymade.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}



// FOURTH IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<a href="http://www.incomesrch.com/pages/ultimate_list/ultimate_list.htm" target="_blank"><img src="picts/special_ultimate.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}


// FIFTH IMAGE AREA


   if (showimage_4 == "yes") {
document.write('<a href="http://www.incomesrch.com/pages/social_wealth/social_wealth.htm" target="_blank"><img src="picts/special_social.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}



// SIXTH IMAGE AREA


   if (showimage_5 == "yes") {
document.write('<a href="http://theminisiteformula.com/x/?a=HfDzrsA6" target="_blank"><img src="picts/special_minisite.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}


// SEVENTH IMAGE AREA


   if (showimage_6 == "yes") {
document.write('<a href="http://www.incomesrch.com/pages/traffic_tactics/traffic_tactics.htm" target="_blank"><img src="picts/special_tactics.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}




// START TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Industry Insight</legend>');

document.write('This area is to add some notes or links. Edit the sidebar.js to update this text area. ');

document.write('<a href="about.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END  TEXT AREA







document.write('</td></tr></table>');
//  End -->