
(function()
{
var mtPIdCheck = typeof mt_pID=='string'?escape(mt_pID) : '';
if (mtPIdCheck == '')
{
    document.write("<!-- mt_pID: Partner ID parameter is required to show MyTrybe listings. -->");
    return;
}
document.write("<iframe id='wdgt' name='wdgt' frameborder='0' allowtransparency='true' src='http://www.mytrybe.com//Partner.aspx?mode=rec&fs=Y&partnerKey="+
(typeof mt_pID=='string'?(mt_pID):"invalid") + 
(typeof mt_topic=='string'?("&pcat=" + mt_topic):'') + 
(typeof mt_ptopiconly=='string'?("&ponly=" + mt_ptopiconly):'') +  
(typeof mt_pusername=='string'?('&puname='+escape(mt_pusername)):'')+
(typeof mt_puserid=='string'?('&puid='+escape(mt_puserid)):'')+
(typeof mt_height=='string'?("&wh=" + mt_height):"&wh=595") +  
(typeof mt_width=='string'?("&ww=" + mt_width):"&ww=200") +  
(typeof mt_pcatname=='string'?('&mt_pcatname='+escape(mt_pcatname)):'')+
(typeof mt_plogo=='string'?("&plogo=" + escape(mt_plogo).replace(/\+/g,'%2b')):'') +  
"'  style='overflow-x:hidden; overflow-y: hidden; margin: 0px; padding: 0px;' scrolling='no'" + 
(typeof mt_width=='string'?("width='"+mt_width+"'"):"width='200'") + 
(typeof mt_height=='string'?("height='"+mt_height+"'"):"height='595'") +"></iframe>");})()