
function showAdmeldAd(id,taxonomy,size,location,scats,admeld_site){var ifrmContainer=document.getElementById(id);if(ifrmContainer!=null){if(id=="dart_160x600"){jQuery("#dart_160x600").append('<iframe id="dart_160x600iframe" target="_self"  width="160" height="600" frameborder="0" scrolling="no"  marginwidth="0" marginheight="0"></iframe>');iframeContent=admeld(taxonomy,size,location,scats,admeld_site);jQuery("base").attr('target',"_self");jQuery("#dart_160x600iframe").attr('src',iframeContent);jQuery("#dart_160x600").children().show();jQuery("#dart_160x600").css({"margin-bottom":"10px"});jQuery("base").attr('target',"_top");}else{jQuery("#"+id).append('<iframe id="ifrm_'+id+'" width="300" target="_self"  height="250" frameborder="0" scrolling="no"  marginwidth="0" marginheight="0"></iframe>');iframeContent=admeld(taxonomy,size,location,scats,admeld_site);jQuery("base").attr('target',"_self");jQuery("#ifrm_"+id).attr('src',iframeContent);jQuery("#"+id).children().show();jQuery("base").attr('target',"_top");}}}
function admeld(taxonomy,size,location,scats,admeld_site){taxonomy=((taxonomy).replace("intl.","")).replace("\/","-");iframeContent="javascript:'<script>admeld_publisher  = 90;"+"admeld_site = \""+admeld_site+"\";"+"admeld_size = \""+size+"\";"+"admeld_placement = \""+location+"_"+taxonomy+"\";"+"</sc"+"ript>"+"<scr"+"ipt src=\"http://js.admeld.com/meld120.js\" target=\"_self\" ></scr"+"ipt>'";return iframeContent;}