<?xml version="1.0" encoding="UTF-8" ?>
<Module>

	<!-- 
	Odeo Gadget
	Design & Code: LabPixies
	All subsequent code and resources used are proprietary of LabPixies unless directly stated otherwise.
	Copyright (C) 2008 LabPixies.    
	www.labpixies.com

	This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License.
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/2.5/ or
	send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
	-->
	
	<ModulePrefs 
		height="360"
		author="LabPixies"
		author_email="info@labpixies.com"
		description="__MSG_description__" 
		thumbnail="http://www.labpixies.com/campaigns/odeo/images/thumbnail.jpg"
		screenshot="http://www.labpixies.com/campaigns/odeo/images/screenshot.png"
		directory_title="Odeo Podcasts"
		title="__MSG_gTitle__"
		title_url="http://www.labpixies.com" >
			<Locale messages="http://www.labpixies.com/campaigns/odeo/i19/all_all.xml"/>
    <Locale lang="es" messages="http://www.labpixies.com/campaigns/odeo/i19/es_all.xml"/>
    <Locale lang="de" messages="http://www.labpixies.com/campaigns/odeo/i19/de_all.xml"/>
    <Locale lang="fr" messages="http://www.labpixies.com/campaigns/odeo/i19/fr_all.xml"/>
    <Locale lang="it" messages="http://www.labpixies.com/campaigns/odeo/i19/it_all.xml"/>
    <Locale lang="ja" messages="http://www.labpixies.com/campaigns/odeo/i19/ja_all.xml"/>
    <Locale lang="nl" messages="http://www.labpixies.com/campaigns/odeo/i19/nl_all.xml"/>
    <Locale lang="pl" messages="http://www.labpixies.com/campaigns/odeo/i19/pl_all.xml"/>
    <Locale lang="pt-PT" messages="http://www.labpixies.com/campaigns/odeo/i19/pt_all.xml"/>
    <Locale lang="pt-BR" messages="http://www.labpixies.com/campaigns/odeo/i19/pt_all.xml"/>
    <Locale lang="zh-CN" messages="http://www.labpixies.com/campaigns/odeo/i19/zh_cn_all.xml"/>
  
	</ModulePrefs>
<Content type="html"> <![CDATA[
<title>Odeo</title>
<style type="text/css">
	.style1 {font-size: 1px}
	.style2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
	}
	.style3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		text-decoration:none;
	}
	.style4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		text-decoration:none;
	}
	.style5 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #3878b4;
		font-weight: bold;
		text-decoration:none;
	}
	.style6 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #3878b4;
		text-decoration:none;
	}
	
	a:link    {text-decoration:none;color:#ffffff;}
	a:visited {text-decoration:none;color:#ffffff;}
	a:hover   {text-decoration:none;color:#ff6fb7;}
	a:active  {text-decoration:none;color:#ffffff;}
	
	#back a:link    {text-decoration:none;color:#3878b4;}
	#back a:visited {text-decoration:none;color:#3878b4;}
	#back a:hover   {text-decoration:none;color:#3878b4;}
	#back a:active  {text-decoration:none;color:#3878b4;}
	
	#next a:link    {text-decoration:none;color:#3878b4;}
	#next a:visited {text-decoration:none;color:#3878b4;}
	#next a:hover   {text-decoration:none;color:#3878b4;}
	#next a:active  {text-decoration:none;color:#3878b4;}
</style>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script> 
<script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js">
</script>
<script type="text/javascript">
  GS_googleAddAdSenseService("ca-pub-8123415297019784");
  GS_googleEnableAllServices();
</script>
<script type="text/javascript">
  GA_googleAddSlot("ca-pub-8123415297019784", "odeo_podcasts_txt");
</script>
<script type="text/javascript">
  GA_googleFetchAds();
</script>

<script language="javascript">
  var _gadgetID = 45;
  
  var mMENU = _IG_GetCachedUrl("http://cdn.labpixies.com/infra/js/lp_menu.js");
	document.write('<scr'+'ipt type="text/javascript" src="'+mMENU+'"></scr'+'ipt>');
			
  var $lp=jQuery.noConflict();
  var IMAGES_BASE="http://cdn.labpixies.com/campaigns/odeo/images/";
  

	//----------------------------
	// Images Preload
	//----------------------------
	
	//----------------------------
	// Globals
	//----------------------------
	var retry		 = 0;
	var clicked_item = 0;
	var is_menu_open = 0;
	var current_feed = "";
	var current_choice = "";
	var numOfItemsInFeed = 0;
	var page_num	= 1;
	var titleArr	= new Array();
	var pubDateArr	= new Array();
	var imgArr		= new Array();
	var authorArr	= new Array();
	var mp3Arr		= new Array();
	var mp3LengthArr= new Array();
	
	//----------------------------
	// Functions
	//----------------------------
	
	//Error Handling	
	function xmlError(e) {
		setErrorMsg();                
	}
	
	//Error Handling	
	function setErrorMsg(){
		_gel("txt_title").innerHTML = "__MSG_data_err__";
		if(retry<2){
			retry++;
			changeFeed("News");
		}
			
	}
	
	//Parse the RSS feed
	function parseRSS(response) {

		if (response == null || typeof(response) != "object") {
			setErrorMsg();
			return;
		}
		
		if(response.firstChild == null){
			return;
		}
	
		//update title
		_gel("txt_title").innerHTML = current_choice + " __MSG_podcasts__";
		
		var itemList = response.getElementsByTagName("item");
		
		for (var i=0 ; i<itemList.length ; i++) { 
			
			//increment couner
			numOfItemsInFeed++;
						
			var nodeList = itemList.item(i).childNodes;
			
			//get item attributes
			for (var j=0; j< nodeList.length ; j++) {
				var node = nodeList.item(j);
				
				//get podcast title
				if (node.nodeName == "title"){
					var title = node.firstChild.nodeValue;
					if (title.length > 51){
							title = title.substring(0,48)+"...";
					}
					title = title.replace("_"," ");
					while(title.search("_")!= -1){
						title = title.replace("_"," ");
					}
					titleArr[numOfItemsInFeed] = title;
					//_gel("item_"+i+1"_title").innerHTML = title;
					
				}	
				
				//get podcast pubDate
				if (node.nodeName == "pubDate"){
					var pubDate = node.firstChild.nodeValue;
					pubDate = pubDate.substring(4,40);
					if (pubDate.length > 12){
							pubDate = pubDate.substring(0,12);
					}
					pubDateArr[numOfItemsInFeed] = pubDate;
				}	
				
				//get podcast Author
				if (node.nodeName == "itunes:author"){
					var author = node.firstChild.nodeValue;
					if (author.length > 23){
							author = author.substring(0,22)+".";
					}
					authorArr[numOfItemsInFeed] = author;
				}	
				
				//get podcast image
				if (node.nodeName == "media:thumbnail"){
					imgArr[numOfItemsInFeed] = node.getAttribute("url");
				}	
				if (node.nodeName == "itunes:image"){
					imgArr[numOfItemsInFeed] = node.getAttribute("href");

				}	
				
				//get podcast mp3 + length
				if (node.nodeName == "enclosure"){
					mp3Arr[numOfItemsInFeed] = node.getAttribute("url");
					mp3LengthArr[numOfItemsInFeed] = node.getAttribute("length");
				}	
			}
		}
		
		//zero retry
		retry = 0;
		
		//update current page
		setTimeout("page(0);",100);
		
		
	}
	
	//Open/Close Menu
	function brws_click(){
		if (is_menu_open == 0){
			is_menu_open = 1;
			//_gel("tbl_menu").style.visibility = "visible";
			_gel("tbl_menu").style.display = "block";
		}
		else{
			is_menu_open = 0;
			//_gel("tbl_menu").style.visibility = "hidden";
			_gel("tbl_menu").style.display = "none";
		}
	}
	
	//Menu Item Choose		
	function menu_choose(value){
		trackEvent("Changed Category");
		//close the menu
		var menuTable = _gel("tbl_menu");
		//menuTable.style.visibility = "hidden";
		menuTable.style.display = "none";
		is_menu_open = 0;
		
		_gel("txt_title").innerHTML = "__MSG_loading__";
		
		//fetch content
		changeFeed(value);
	}
	
	// page
	function page(num){
		//set current page
		if(num==1)		page_num=page_num+1;
		if(num==-1)		page_num=page_num-1;
		if (page_num==5)page_num=1;
		if (page_num==0)page_num=4;
		
		//set new values
		if(clicked_item!=0){
			_gel("item_" + clicked_item + "_td").style.backgroundImage="url("+_IG_GetImageUrl(IMAGES_BASE+'transparent.gif')+")";
			clicked_item = 0;
		}
		
		for (var i=1; i<=5; i++) { 
		
			//get podcast title
			_gel("item_"+i+"_title").innerHTML = titleArr[i+((page_num-1)*5)];

			//update date + author
			_gel("item_"+i+"_date").innerHTML = pubDateArr[i+((page_num-1)*5)] + " - " + authorArr[i+((page_num-1)*5)];
				
			//get podcast image
			_gel("item_"+i+"_img").src = imgArr[i+((page_num-1)*5)];
		}
	}
	
	
	// hover image
	function itemHover(num){
		if(clicked_item != num)
			_gel("item_" + num + "_td").style.backgroundImage="url("+_IG_GetImageUrl(IMAGES_BASE+'pink_playing_background.png')+")";
		
	}
	function itemOut(num){
		if(clicked_item != num){
            _gel("item_" + num + "_td").style.backgroundImage="";
        }
			
	}
	
	//load podcast to player
	function itemClick(num){
		//clear current
		trackEvent("Changed Podcast");
		if(clicked_item!=0 && clicked_item!=num)
			_gel("item_" + clicked_item + "_td").style.backgroundImage="url("+_IG_GetImageUrl(IMAGES_BASE+'transparent.gif')+")";
		
		//save new 
		clicked_item = num;
		_gel("item_" + num + "_td").style.backgroundImage="url("+_IG_GetImageUrl(IMAGES_BASE+'pink_playing_background.png')+")";
		
		//embeded mp3 + player
		var songURL = mp3Arr[num + ((page_num-1)*5)];
		//alert(songURL);
		_gel("player_emd").innerHTML = "<embed src=\"http://www.odeo.com/flash/audio_player_tiny_black.swf\" quality=\"high\" width=\"145\" height=\"25\" allowScriptAccess=\"always\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" flashvars=\"valid_sample_rate=true&type=audio&external_url=" + songURL + "&auto_play=true" + "\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";							
	}
	
	
	// change feed
	function changeFeed(value){
		
		//save value
		current_choice = value;
	
		if (value=="Recently Starred")	current_feed = "http://odeo.com/profile/OdeoNews/rss";
		if (value=="Business")		current_feed = "http://odeo.com/profile/OdeoBusiness/rss";
		if (value=="Comedy")		current_feed = "http://odeo.com/profile/Odeocomedy/rss";
		if (value=="Internet")		current_feed = "http://odeo.com/profile/Odeointernet/rss";
		if (value=="Movies")		current_feed = "http://odeo.com/profile/OdeoMovies/rss";
		if (value=="Music")			current_feed = "http://odeo.com/profile/OdeoMusic/rss";
		if (value=="News")			current_feed = "http://odeo.com/profile/OdeoNews/rss";
		if (value=="Politics")		current_feed = "http://odeo.com/profile/OdeoPolitics/rss";
		if (value=="Productivity")	current_feed = "http://odeo.com/profile/Odeoproductivity/rss";
		if (value=="Science")		current_feed = "http://odeo.com/profile/OdeoScience/rss";
		if (value=="Sex")			current_feed = "http://odeo.com/profile/Odeosex/rss";
		if (value=="Spirituality")	current_feed = "http://odeo.com/profile/Odeospirituality/rss";
		if (value=="Sports")		current_feed = "http://odeo.com/profile/Odeosports/rss";
		if (value=="Technology")	current_feed = "http://odeo.com/profile/OdeoTechnology/rss";
		if (value=="Television")	current_feed = "http://odeo.com/profile/Odeotelevision/rss";
		
		//show loading message
		if(clicked_item!=0){
			_gel("item_" + clicked_item + "_td").style.backgroundImage="url("+_IG_GetImageUrl(IMAGES_BASE+'transparent.gif')+")";
			clicked_item = 0;
		}
		for (var i=1; i<=5; i++) { 
			_gel("item_"+i+"_img").src = "http://media.odeo.com/images/default_channel_img.jpg";
			_gel("item_"+i+"_date").innerHTML = "Loading...";
			_gel("item_"+i+"_title").innerHTML = " ";
		}
		
		//reset counter
		numOfItemsInFeed = 0;
		
		_IG_FetchXmlContent(current_feed, parseRSS);
	}
	
	
	// Init Module
	function initModule__MODULE_ID__(){
		changeFeed("Recently Starred");
	}
	
	
</script>
<center>
<div id="menu_div" style='height:23px;margin-bottom:10px;'></div>
<table width="260" height="307" border="0" cellpadding="0" cellspacing="0" id="mainTable">
	<tr>
		<td colspan="3" width="260" height="27">
			<table width="260" height="27" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td width="47" height="27"><a class="style2" href="http://odeo.com" target="_blank"><img class="transpGif" border="0" width="47" height="27"/></a></td>
					<td width="149" height="27" id="txt_title" class="style2">Loading Podcasts...</td>
					<td width="64" height="27" valign="middle" align="center"><a class="style2" href="javascript:brws_click()"><img class="transpGif" border="0" width="50" height="13"/></a></td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td width="1" height="49" class="style1">&nbsp;</td>
		<td width="258" height="49" id="item_1_td" onMouseOver="javascript:itemHover(1);" onMouseOut="javascript:itemOut(1);"  onClick="javascript:itemClick(1);" style="cursor:pointer">
			<table width="258" height="49" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<!-- left margin cell -->
					<td width="6" height="49" class="style1">&nbsp;</td>
					<!-- image cell -->
					<td width="33" height="49">
						<table width="33" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="33" height="7" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td width="33" height="42" valign="top"><img id="item_1_img" width="24" height="24" class="transpGif" border="1"/></td>
							</tr>
						</table>
					</td>
					<!-- data cell -->
					<td width="219" height="49">
						<table width="219" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="219" height="5" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="14" id="item_1_date" class="style4" align="left">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="30" id="item_1_title" class="style5">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
		<td width="1" height="49" class="style1">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" width="260" height="1" class="style1"><img class="transpGif" border="0" width="260" height="1"/></td>
	</tr>
	<tr>
		<td width="1" height="49" class="style1">&nbsp;</td>	
		<td width="258" height="49" id="item_2_td" onMouseOver="javascript:itemHover(2);" onMouseOut="javascript:itemOut(2);" onClick="javascript:itemClick(2);" style="cursor:pointer">
			<table width="258" height="49" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<!-- left margin cell -->
					<td width="6" height="49" class="style1">&nbsp;</td>
					<!-- image cell -->
					<td width="33" height="49">
						<table width="33" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="33" height="7" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td width="33" height="42" valign="top"><img id="item_2_img" width="24" height="24" class="transpGif" border="1"/></td>
							</tr>
						</table>
					</td>
					<!-- data cell -->
					<td width="219" height="49">
						<table width="219" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="219" height="5" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="14" id="item_2_date" class="style4" align="left">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="30" id="item_2_title" class="style5">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
		<td width="1" height="49" class="style1">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" width="260" height="1" class="style1"><img class="transpGif" border="0" width="260" height="1"/></td>
	</tr>
	<tr>
		<td width="1" height="49" class="style1">&nbsp;</td>
		<td width="258" height="49" id="item_3_td" onMouseOver="javascript:itemHover(3);" onMouseOut="javascript:itemOut(3);" onClick="javascript:itemClick(3);" style="cursor:pointer">
			<table width="258" height="49" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<!-- left margin cell -->
					<td width="6" height="49" class="style1">&nbsp;</td>
					<!-- image cell -->
					<td width="33" height="49">
						<table width="33" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="33" height="7" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td width="33" height="42" valign="top"><img id="item_3_img" width="24" height="24" class="transpGif" border="1"/></td>
							</tr>
						</table>
					</td>
					<!-- data cell -->
					<td width="219" height="49">
						<table width="219" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="219" height="5" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="14" id="item_3_date" class="style4" align="left">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="30" id="item_3_title" class="style5">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
		<td width="1" height="49" class="style1">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" width="260" height="1" class="style1"><img class="transpGif" border="0" width="260" height="1"/></td>
	</tr>
	<tr>
		<td width="1" height="49" class="style1">&nbsp;</td>
		<td width="258" height="49" id="item_4_td" onMouseOver="javascript:itemHover(4);" onMouseOut="javascript:itemOut(4);" onClick="javascript:itemClick(4);" style="cursor:pointer">
			<table width="258" height="49" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<!-- left margin cell -->
					<td width="6" height="49" class="style1">&nbsp;</td>
					<!-- image cell -->
					<td width="33" height="49">
						<table width="33" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="33" height="7" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td width="33" height="42" valign="top"><img id="item_4_img" width="24" height="24" class="transpGif" border="1"/></td>
							</tr>
						</table>
					</td>
					<!-- data cell -->
					<td width="219" height="49">
						<table width="219" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="219" height="5" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="14" id="item_4_date" class="style4" align="left">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="30" id="item_4_title" class="style5">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
		<td width="1" height="49" class="style1">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" width="260" height="1" class="style1"><img class="transpGif" border="0" width="260" height="1"/></td>
	</tr>
	<tr>
		<td width="1" height="49" class="style1">&nbsp;</td>
		<td width="258" height="49" id="item_5_td" onMouseOver="javascript:itemHover(5);" onMouseOut="javascript:itemOut(5);" onClick="javascript:itemClick(5);" style="cursor:pointer">
			<table width="258" height="49" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<!-- left margin cell -->
					<td width="6" height="49" class="style1">&nbsp;</td>
					<!-- image cell -->
					<td width="33" height="49">
						<table width="33" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="33" height="7" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td width="33" height="42" valign="top"><img id="item_5_img" width="24" height="24" class="transpGif" border="1"/></td>
							</tr>
						</table>
					</td>
					<!-- data cell -->
					<td width="219" height="49">
						<table width="219" height="49" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="219" height="5" class="style1">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="14" id="item_5_date" class="style4" align="left">&nbsp;</td>
							</tr>
							<tr>
								<td valign="top" width="219" height="30" id="item_5_title" class="style5">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
		<td width="1" height="49" class="style1">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" width="260" height="31">
			<table width="260" height="31" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td colspan="3" width="260" height="4" class="style1">&nbsp;</td>
				</tr>
				<tr>
					<td width="58" height="27" class="style6" id="back" align="left" xbgcolor=yellow>&nbsp;&nbsp;<a class="style6" onclick="javascript:page(-1);" style="cursor:pointer">&laquo;Back</a></td>
					<td width="146" height="27" id="player_emd" align="center" xbgcolor=pink>
						<embed 
							src="http://odeo.com/flash/audio_player_tiny_black.swf"
							quality="high"
							width="145"
							height="25"
							name="audio_player_tiny_black"
							align="middle"
							allowScriptAccess="always"
							wmode="transparent"
							type="application/x-shockwave-flash"
							flashvars="audio_id=8103503&valid_sample_rate=true&external_url="
							pluginspage="http://www.macromedia.com/go/getflashplayer" />
						</embed>
					</td>
					<td width="56" height="27" class="style6" id="next" align="right" xbgcolor=yellow><a class="style6" onclick="javascript:page(1);" style="cursor:pointer">Next&raquo;</a>&nbsp;&nbsp;</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
<div style="margin-top:5px;">
	<script type="text/javascript">
	  GA_googleFillSlot("odeo_podcasts_txt");
	</script>
</div>
<!-- menu --> 
<table bgcolor="#000000" width="160" border="1" bordercolor="#ff6fb7" cellspacing="0" cellpadding="0" ID="tbl_menu" style="display:none; position:relative; top:-297px; left:45px; border:2px solid #ff6fb7">
	<tr>
		<td height="16" width="160" colspan="2" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Recently Starred')" class="style3">Recently Starred</a></td>
	</tr>
	<tr>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Business')" class="style3">business</a></td>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Comedy')" class="style3">comedy</a></td>
	</tr>
	<tr>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Internet')" class="style3">internet</a></td>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Movies')" class="style3">movies</a></td>
	</tr>
	<tr>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Music')" class="style3">music</a></td>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('News')" class="style3">news</a></td>
	</tr>
	<tr>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Politics')" class="style3">politics</a></td>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Productivity')" class="style3">productivity</a></td>
	</tr>
	<tr>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Science')" class="style3">science</a></td>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Sex')" class="style3">sex</a></td>
	</tr>
	<tr>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Spirituality')" class="style3">spirituality</a></td>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Sports')" class="style3">sports</a></td>
	</tr>
	<tr>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Technology')" class="style3">technology</a></td>
		<td height="16" width="80" class="style3" style="border:1px solid #ff6fb7">&nbsp;&nbsp;&nbsp;<a href="javascript:menu_choose('Television')" class="style3">television</a></td>
	</tr>
</table>
<!-- end of menu -->
</center>
<!-- init module operations -->

<script type="text/javascript">
	_IG_RegisterOnloadHandler(function () {
		initModule__MODULE_ID__();
		
		$lp('#mainTable').css('background',"url("+_IG_GetImageUrl(IMAGES_BASE+'background.png')+")");
		$lp('.transpGif').attr('src',_IG_GetImageUrl(IMAGES_BASE+"transparent.gif"));
		
		lpgadgets.lp.menu.deploy("menu_div",{"textDirection":"__MSG_tdDir__","lang":"__MSG_lang__"});
	});
	
	var pageTracker = _gat._getTracker("UA-345375-1");
  pageTracker._initData();
		
	function trackEvent(eventName,eventLable,eventVar)
	{
			pageTracker._trackEvent('odeo_podcasts',eventName,eventLable,eventVar);
	}
</script>

]]> 
</Content>
</Module>
