// Majority of webpages in the DeMarche website contain a call to this javascript
document.write('	<table width="135px" border="0" cellspacing="0" cellpadding="2" bgcolor="#cccccc">'
+ '						<tr > '
+ '								 <td>'
+ '									Our research clearly shows that the '
+ '									degree of trading liquidity can have as much or more impact '
+ '									on a stock&#39;s discount rate as its capital structure, pay-out '
+ '									ratio or even profit margin, to name a few.'
+ '								</td>'
+ '							</tr>'
+ '						</table>');

