<!-- 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 	= "no"		// 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>');





document.write('<a href="index.html" target="_top">');
document.write('<img src="picts/QualitySeal.jpg" border="0" width="150" class="sideborder" alt="Home"></a><br />');
document.write('<br />');

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="sidebarboxwidth">');
document.write('<tr><td align="left" class="sidebartitle sidebartitle-box">');
document.write('FREE 50 Subscribers!!!<br>');
document.write('</td></tr><tr><td class="sidebartext sidebartext-box">');
document.write('<span class="style1">That\'s correct, click on the link below or callus for your FREE 50 subscribers..what do you have to loose?<br>');
document.write('<br><a href="contact.html" class="sidelink" target="_top">Contact Us now......</a><br></span>');
document.write('</td></tr></table>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

//World Press News updates   NON - SCROLLING
//document.write('<script type="text/javascript">');
// set up variables that customize the display
//var wpr_header_name     = 'World Press Wire';
//var wpr_total_font      = 'size="2" face="Verdana" color="666666"';
//var wpr_total_font_desc = 'size="1" face="Verdana" color="666666"';
//var wpr_total_number    = 5;
//var wpr_odd_row_color   = 'e2dec2';
//var wpr_even_row_color  = '4A86AD';
//var wpr_open_in_blank   = true;
//var wpr_table_width     = '100%';
//document.write('</script><script src="http://worldpress.org/feeds/worldpresswire.js" type="text/javascript"></script>');

//Scrolling NewsFeed using Javascript Feed
//document.write('<table cellpadding="0" cellspacing="0" border="0" width="300" class="newswindow">');
//document.write('<tr><td class="scrollertitle">');
//document.write('News Headlines:<br></td></tr><tr><td>');
//document.write('<iframe id="NewsWindow" class="newssize" src="news_window.htm" width="100%" height="200" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>');
//document.write('</td></tr></table>');

// SAMPLE SCROLLING NEWS FOR A .JS FILE - NON-FLOATING
//document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #FFFFFF 1px solid; background-color: #F0F0F0;COLOR: #996600; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
//document.write('Headline News<br>');
//document.write('</td></tr><tr><td>');
//document.write('<iframe id="NewsWindow" src="news_win.htm" width="150" height="200" marginwidth="0" marginheight="0" frameborder="1" scrolling="no" style="border: #000000 1px solid;"></iframe>');
//document.write('</td></tr></table>');
//document.write('<br><br>');
// END NEWS SCROLLER

document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #000000 1px solid; background-color: #ffffff;COLOR: #996600; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
document.write('RSS Headline News<br>');
document.write('</td></tr><tr><td>');
document.write('<!-- RSSPump.com content starts! -->');
document.write('<style type="text/css">');
document.write('	.RSSPumpContent { ');
document.write('		font-family: Verdana;');
document.write('		font-size: 12px;');
document.write('		color: #e03e87;');
document.write('	}');
document.write('	.RSSPumpArticle {');
document.write('		padding-bottom: 10px; ');
document.write('	}');
document.write('	.RSSPumpArticleHeader { ');
document.write('		font-weight: bold;');
document.write('	}');
document.write('	.RSSPumpArticleContent { ');
document.write('	}');
document.write('	.RSSPumpContent A:hover { ');
document.write('		text-decoration: underline;');
document.write('	}');
document.write('	.RSSPumpContent A { ');
document.write('		text-decoration: underline;');
document.write('		color: #5d17bf;');
document.write('	}');
document.write('</style>');
document.write('<script src="http://s1.rsspump.com/js.aspx?s=00000000-0000-0000-0000-000000000000&amp;t=0&amp;d=0&amp;u=1&amp;p=1&amp;b=1&amp;co=1&amp;ic=5&amp;font=Verdana&amp;fontsize=12px&amp;bgcolor=&amp;color=5D17BF&amp;su=1&amp;sub=1&amp;sw=1" type="text/javascript"></script>');
document.write('<!-- RSSPump.com content ends! -->');
document.write('</td></tr></table>');
document.write('<br><br>');






// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="sidebarboxwidth">');
document.write('<tr><td align="left" class="sidebartitle sidebartitle-box">');
document.write('FREE 50 Subscribers!!!<br>');
document.write('</td></tr><tr><td class="sidebartext sidebartext-box">');
document.write('<span class="style1">That\'s correct, click on the link below or callus for your FREE 50 subscribers..what do you have to loose?<br>');
document.write('<br><a href="contact.html" class="sidelink" target="_top">Contact Us now......</a><br></span>');
document.write('</td></tr></table>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->