document.write('<table width="100%">');
document.write('	<tr>');
document.write('		<td>');
document.write('			<table width="100%" border="1">');
document.write('				<tr>');
document.write('					<td class="headline">');
document.write('						<p class="headline">');
document.write('							Services:');
document.write('						</p>');
document.write('					</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td>');
document.write('						<table>');
document.write('							<tr>');
document.write('								<td>');
document.write('									<p class="services">');
document.write('										PC Support:');
document.write('										<ul class="rates">');
document.write('											<li>Software Troubleshooting and Support</li><br>');
document.write('											<li>Virus Removal</li><br>');
document.write('											<li>Hardware Troubleshooting and Support</li><br>');
document.write('											<li>And More...</br>');
document.write('										</ul>');
document.write('									</p>');
document.write('								</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td>');
document.write('									<p class="services">');
document.write('										PC Upgrading:');
document.write('										<ul class="rates">');
document.write('											<li>Custom PC Hardware Upgrades</li><br>');
document.write('											<li>Custom Built PCs</li><br>');
document.write('											<li>Laptop Hardware Upgrades (Contact for Details)</li><br>');
document.write('										</ul>');
document.write('									</p>');
document.write('								</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td>');
document.write('									<p class="services">');
document.write('										Home Professional Audio Equipment Support:');
document.write('										<ul class="rates">');
document.write('											<li>Home studio advice</li><br>');
document.write('											<li>Audio Conversion: Analog to Digital</li><br>');
document.write('											<li>Audio Conversion Advice</li>');
document.write('										</ul>');
document.write('									</p>');
document.write('								</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td>');
document.write('									<p class="services">');
document.write('										Surround Sound System Support:');
document.write('										<ul class="rates">');
document.write('											<li>Surround Sound System Setup</li><br>');
document.write('											<li>Home HD Theater Setup</li><br>');
document.write('											<li>Surround Sound System Customization</li>');
document.write('										</ul>');
document.write('									</p>');
document.write('								</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td>');
document.write('									<p class="services">');
document.write('										Home Network Support:');
document.write('										<ul class="rates">');
document.write('											<li>Wireless network setup</li><br>');
document.write('											<li>Wired network setup</li><br>');
document.write('											<li>Home Network Security</li>');
document.write('										</ul>');
document.write('									</p>');
document.write('								</td>');
document.write('							</tr>');
document.write('						</table>');
document.write('					</td>');
document.write('				</tr>');
document.write('			</table>');
document.write('		</td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td>');
document.write('			&nbsp;');
document.write('		</td>');
document.write('	</tr>');
document.write('</table>');