// JavaScript Document

<!-- top right ad 468 x 65 -->
if (top.location == location) {
AskAgentIframeWidth=468;
AskAgentIframeHeight=80;
adposition='footer';
var AdAgentName = 'AdAgent' + bid + Math.round(Math.random()*999999999);
var AdAgentURL = "http://www.ammas.com/publisher/ads/adagent_categoryAd.cfm?bid="+bid+"&width="+AskAgentIframeWidth+"&height="+AskAgentIframeHeight+"&topicid="+topicid+"&adposition="+adposition;
document.write('<table width="' + AskAgentIframeWidth + '" border="0" align="left" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td class="style11">');
document.write('<iframe src="' + AdAgentURL + '" width="' + AskAgentIframeWidth + '" height="' + AskAgentIframeHeight + '" allowtransparency="true" scrolling="no" id="AdAgentIframe" name="AdAgentIframe" marginwidth="0" marginheight="0" vspace="0" hspace="0" frameborder="0"></iframe>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

adposition='footer1';
var AdAgentName = 'AdAgent' + bid + Math.round(Math.random()*999999999);
var AdAgentURL = "http://www.ammas.com/publisher/ads/adagent_categoryAd.cfm?bid="+bid+"&width="+AskAgentIframeWidth+"&height="+AskAgentIframeHeight+"&topicid="+topicid+"&adposition="+adposition;
document.write('<table width="' + AskAgentIframeWidth + '" border="0" style="clear:both;" align="left" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td class="style11">');
document.write('<iframe src="' + AdAgentURL + '" width="' + AskAgentIframeWidth + '" height="' + AskAgentIframeHeight + '" allowtransparency="true" scrolling="no" id="' + AdAgentName + '" name="' + AdAgentName + '" marginwidth="0" marginheight="0" vspace="0" hspace="0" frameborder="0"></iframe>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

}
