var cText = '';
cText += '<link rel="stylesheet" type="text/css" href="http://pretechno.com/lib/css//footer.css">';
cText += '<table>';
cText += '<tr>';
cText += 	'<td>';
cText += 		'<p align="center">';
cText += 		'<span class="style11">';
cText += 			'powered by ';
cText += 			'<a class="f2" href="http://www.pretechno.com" ';
cText += 					'target="_blank" title="Opens in new window">Precision Technologies</a> ';
cText += 			'&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
cText += 			'web  hosting by ';
cText += 			'<a class="f2" href="http://www.just247.com/" ';
cText += 					'target="_blank" title="Opens in new window">Just247</a> ';
cText += 			'&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp; ';
cText += 			'graphic web design by ';
cText += 			'<a class="f2" href="http://www.buywebart.com"';
cText += 					'target="_blank" title="Opens in new window">BuyWebArt</a>';
cText += 		'</span> ';
cText += 		'</p>';
cText += 	'</td>';
cText += '</tr>';
cText += '</table>';
document.write(cText);
