document.write('<table class="'+id+'" cellspacing="1" border="0" bordercolor="black" align="left">');
	document.write('<tr>');
		document.write('<td>');
			document.write('<table width="100%"  cellspacing=0 border="0" align="center">');
				document.write('<tr>');
					document.write('<td/>');
					document.write('<td><h2>'+title+'</h2></td>');
				document.write('</tr>');
				document.write('<tr>');
					document.write('<td/><td><p class=paragraph>'+words+'</p></td><td/>');				
				document.write('</tr>');
				document.write('<tr>');
					document.write('<td/>');
					document.write('<td>'+banner+'</td>');
				document.write('</tr>');
				document.write('<tr>');
					document.write('<td/>');
					document.write('<td align="center"><img height="75" src="http://www.paidbysurveys.org/rating/Rating Wide '+rating+'.jpg" align="left"/><a target="_blank" href="'+link+'" onmouseover="roll_over(\''+name+'\', \'http://www.paidbysurveys.org/Buttons/Button Action - Qualify Now 1.jpg\')" onmouseout="roll_over(\''+name+'\', \'http://www.paidbysurveys.org/Buttons/Button Action - Qualify Now 0.jpg\')"><img border=0 height="75" src="http://www.paidbysurveys.org/Buttons/Button Action - Qualify Now 0.jpg" name="'+name+'" align="right"/></a></td>');

				document.write('</tr>');
			document.write('</table>');
		document.write('</td>');
	document.write('<tr>');	
document.write('</table>');

function roll_over(img_name, img_src)
   {
   document[img_name].src = img_src;
   }

