(
 function(){
     /* widget config */
     var site = 'idgnow';
     var siteUrl = 'http://idgnow.uol.com.br/'; 
     var remoteUrl = escape(location.href);
     /* Widget HTML */
     var wScript = document.getElementsByTagName('script')[document.getElementsByTagName('script').length-1];
     var tagParent = document.getElementById('widget_podcast_nowcafe');
     /* AT variables */
     var wQSAT = 'rnd=0&uid=' +remoteUrl+ '&site=' +site+ '&section=%20&relative_path=%20&title=Widget%20IDGNow&type=widget-nowcafe';
     var wImgAT = '<img src="http://at.idg.com.br/at.gif?' +wQSAT+ '" width="1" height="1">';
     /* Query string params */
     try {
         eval("var getParam=[];\n"+unescape((wScript.src+"&").replace(/.*?\?/,"&").match(/\&*[^\&]*?\=.*?\&/g,"").join(";").replace(/;&/g,";").replace(/^&/g,"getParam['").replace(/&$/,"\";").replace(/=/g,"']=\"").replace(/&;/g,"\";\ngetParam['")));
         var isDescription = getParam['d'];
     }
     catch (e) {var isDescription = 1;}
     /* Widget Feed HTML */
     function loadFeed(items){
         var htmlTag = document.getElementById('widget_podcast_nowcafe');
         var html = '';
         /* Replace origem url for CT */
         var wLink = items[0].link.replace('%2C%2C%2Cwidget%2C%2C%2C', remoteUrl)
         if(isDescription==1){
             html = html + '<h1 style="position:relative; float:left; margin:0; padding:0; width:160px; height:120px;"><img src="'+items[0].imagemsrc+'" \/><\/h1><p style="position:relative; clear:left; margin:0 0 0 10px; font-family:Arial; font-size:12px; color:#ffffff; padding:0; width:140px; font-weight:bold;">'+items[0].title+'<\/p><p style="position:relative; clear:left; margin:0 0 0 10px; width:140px; font-family:Arial; font-size:11px; color:#fad604; padding:2px 0 0 0; font-weight:normal;">'+items[0].description+'<\/p><div style="width:160px; height:77px; border:none; padding:0; margin:3px 0 0 0; background:url(http://www.idgnow.com.br/imagens/fundo_flash.jpg) no-repeat;"><div style="float:left;width:136px; height:21px; position:relative; clear:left; margin:0; padding:0; top:22px; left:12px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="player" align="top" width="136" height="21"><param name="movie" value="'+siteUrl+'podcast_player.swf?src='+items[0].linkfile+'" /><param name="quality" value="high" /><embed src="'+siteUrl+'podcast_player.swf?src='+items[0].linkfile+'" width="136" height="21" quality="high" name="player" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><'+ '/embed><'+'/object><\/div><div style="float:left;width:136px; height:21px; position:relative; clear:left; margin:0; padding:0; top:28px; left:12px;"><a href="'+wLink+'" title="Download MP3" style="border:none; margin:0; padding:0;"><img src="http://www.idgnow.com.br/imagens/btn_download.gif" alt="DOWNLOAD MP3" style="border:none;"><\/a>'+wImgAT+'<\/div><\/div><p style="position:relative; clear:left; margin:0 0 0 4px; width:150px; font-family:Arial; font-size:10px; color:#fad604; padding:2px 0 0 0; font-weight:normal;">Acesse os podcasts do IDG Now!<\/p>';
         }
         else{
             html = html + '<h1 style="position:relative; float:left; margin:0; padding:0; width:160px; height:120px;"><img src="'+items[0].imagemsrc+'" \/><\/h1><p style="position:relative; clear:left; margin:0 0 0 10px; font-family:Arial; font-size:12px; color:#ffffff; padding:0; width:140px; font-weight:bold;">'+items[0].title+'<\/p><div style="width:160px; height:77px; border:none; padding:0; margin:3px 0 0 0; background:url(http://www.idgnow.com.br/imagens/fundo_flash.jpg) no-repeat;"><div style="float:left;width:136px; height:21px; position:relative; clear:left; margin:0; padding:0; top:22px; left:12px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="player" align="top" width="136" height="21"><param name="movie" value="'+siteUrl+'podcast_player.swf?src='+items[0].linkfile+'" /><param name="quality" value="high" /><embed src="'+siteUrl+'podcast_player.swf?src='+items[0].linkfile+'" width="136" height="21" quality="high" name="player" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><'+ '/embed><'+'/object><\/div><div style="float:left;width:136px; height:21px; position:relative; clear:left; margin:0; padding:0; top:28px; left:12px;"><a href="'+wLink+'" title="Download MP3" style="border:none; margin:0; padding:0;"><img src="http://www.idgnow.com.br/imagens/btn_download.gif" alt="DOWNLOAD MP3" style="border:none;"><\/a>'+wImgAT+'<\/div><\/div><p style="position:relative; clear:left; margin:0 0 0 4px; width:150px; font-family:Arial; font-size:10px; color:#fad604; padding:2px 0 0 0; font-weight:normal;">Acesse os podcasts do IDG Now!<\/p>';
         }
         htmlTag.innerHTML = html;
     }
     loadFeed(itemsPodcastNowCafe);
 }
)();