// JavaScript Document

<!-- top right ad 200 x 200 -->
if (top.location == location) {
AskAgentIframeWidth=300;
AskAgentIframeHeight=267;
adposition='topright';
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" 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>');

<!-- top right skyscrapper 120 x 600 + deal agent 160 x 600 -->
AskAgentIframeWidth=290;
AskAgentIframeHeight=620;
adposition='rightpanel';
var AdAgentURL = "http://www.ammas.com/publisher/ads/adagent_categoryAd.cfm?bid="+bid+"&width=120&height="+AskAgentIframeHeight+"&topicid="+topicid+"&adposition="+adposition;
var DealAgentURL = "http://www.ammas.com/publisher/ads/adagent_categoryAd.cfm?bid="+bid+"&topicid="+topicid+"&width=165&height=605&adposition=right160";

document.write('<table width="' + AskAgentIframeWidth + '" border="0" cellpadding="3" cellspacing="0">');
document.write('<tr>');
document.write('<td class="style11">');
document.write('<iframe src="' + AdAgentURL + '" width="125" 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('<td class="style11">');
document.write('<iframe src="' + DealAgentURL + '" width="165" height="' + AskAgentIframeHeight + '" allowtransparency="true" scrolling="no" id="DealAgentIframe" name="DealAgentIframe" marginwidth="0" marginheight="0" vspace="0" hspace="0" frameborder="0"></iframe>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}
