// JavaScript Document
var footer="<table width='100%' border='0' align='left' cellpadding='0' cellspacing='0'>";
footer+="<tbody>";
footer+="<tr>";
footer+="<td colspan='2'>&nbsp;</td>";
footer+="</tr>";
footer+="<tr>";
footer+="<td width='6%' rowspan='3' valign='top'><img src='images/a.jpg' alt='aclick' width='44' height='27' border='0' /></td>";
footer+="<td width='94%'><a href='http://www.alClick.com'><font size='1'> <span style='text-decoration: none'>HOME</span></font></a> <font color='#999999' size='1'>&nbsp;|&nbsp;</font><a href='http://www.alClick.com/advertisers.html'><font size='1'><span style='text-decoration: none'>ADVERTISE IN THE MIDDLE EAST NOW</span></font></a><font color='#999999' size='1'>&nbsp;|&nbsp;</font><a href='http://www.alClick.com'><font size='1'><span style='text-decoration: none'>MIDDLE EAST ADVERTISING</span></font></a><font size='1'> |<br />&nbsp;</font></td>";

footer+="</tr>";
footer+="<tr>";
footer+="<td></td>";
footer+="</tr>";
footer+="<tr>";
footer+="<td>alClick Advertising Network © 2007 All rights reserved Covering the Middle East, with a focus on the fast growing markets of the Gulf in Dubai UAE, Saudi Arabia and throughout. alClick provides internet advertising that really works providing your product with online advertising across the Middle East gaining visibility in UAE, Saudi Arabia, Qatar, Kuwait and beyond. alClick is the number one internet advertising source in the Arab world.</td>";

footer+="</tr>";
footer+="<tr>";
footer+="<td><img src='http://www.middleeastadvertising.com/images/spacer.gif' width='1' height='40' border='0' alt='' /></td>";
footer+="</tr>";
footer+="</tbody>";
footer+="</table>";

document.getElementById("footer").innerHTML=footer;
