// Majority of webpages in the DeMarche website contain a call to this javascript
document.write('		        <table align="center" cellSpacing="0" cellPadding="0" border="0">'
+ '									<tr>'
+ '										<td style="background-color:#ffffff; align:center;text-align:center;">'
+ '											<table align="center" cellSpacing="0" cellPadding="0" border="2">'
+ '												<tr>'
+ '													<td style="background-color:#990033; color:white; align:center;text-align:center;border-color:#990033;">'
+ '														<div style="text-align:center;background-color:#990033;color:white;border-color:#990033;line-height:14px">Learn About Our<br/>Subscription Services</div>'
+ '														<div style="background-color:#ffffcc;font-weight:normal;" >'
+ '										                <br/><a style="color:black;" href="/PeerClones/PeerClones_Main.htm"> Peers & Clones</a><br/><br/>'
+ '														<a style="color:black;" href="/CommonStock/CorpRate/Corp_rating_main.htm"> Premium Stock Rating Service</a><br/><br/>'
+ '														<a style="color:black;" href="/UsesofCash/UsesOfCash_Main.htm">Uses of Cash</a><br/><br/></div>'
+ '													</td>'
+ '												</tr>'
+ '											</table>'
+ '										</td>'
+ '									</tr>'
+ '								</table>');
