<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<link rel="alternate" media="handheld" type="text/html" href="http://m.maxim.com/?m.cam=www"/>


	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
	<title>Maxim.com - Maxim Radio: Audio | Maxim.com</title>
	<meta name="robots" content="index,follow" />
	<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
	<link rel="stylesheet" href="/includes/newstyles.css" type="text/css" />
        <link rel="stylesheet" href="/includes/newstyles.css" type="text/css" />

	<link rel="alternate" type="application/rss+xml" title="Maxim.com: Today's Girl" href="http://maxim.com/girls/todays-girl/rss.xml" />
	<link rel="alternate" type="application/rss+xml" title="Maxim.com: Joke of the Day" href="http://maxim.com/humor/jokes/rss.xml" />

	<script type="text/javascript" src="/includes/jquery-1.3.2.min.js"></script>
	<script type="text/javascript" src="/includes/maxim.js"></script>
	<script type="text/javascript" src="/includes/AC_RunActiveContent.js"></script>
	<script type="text/javascript" src="/includes/swfobject.js"></script>
	<script type="text/javascript" src="/includes/jquery.form.js"></script>
        <script type="text/javascript" src="/includes/jquery.countdown.js"></script>


	<script type="text/javascript"> 
	 
		jQuery(document).ready(function(){ 
	       
			jQuery("ul.sf-menu").removeClass("current");
			 
							jQuery("#main_channel_subscribe").addClass("current");
					 
			
		}); 
 
	</script>

	<script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js"></script>
    <script type="text/javascript">
        //Set Google Account
        GS_googleAddAdSenseService("ca-pub-0269408151039808");
        GS_googleEnableAllServices();
	</script>
	<script type="text/javascript">
		GA_googleAddSlot('ca-pub-0269408151039808', 'Header_Right');
		GA_googleFetchAds();
	</script>
	<script type="text/javascript">
		var cachebreaker;
		cachebreaker = new Date();
		cachebreaker = cachebreaker * (cachebreaker.getSeconds() + cachebreaker.getMilliseconds());
		cachebreaker = cachebreaker.toString().substring(cachebreaker.toString().length - 7);  
	</script>

</head>
<body id="maximbody">
<script type="text/javascript">var gaJsHost=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker=_gat._getTracker("UA-4245914-1");pageTracker._trackPageview();} catch(err) {}</script><!-- Start Quantcast tag -->
<script type='text/javascript' src='http://edge.quantserve.com/quant.js'></script>

<script type='text/javascript'>_qacct='p-94eQvyyY-EFy2';quantserve();</script>
<noscript>
    <a href='http://www.quantcast.com/p-94eQvyyY-EFy2' target='_blank'>
        <img src='http://pixel.quantserve.com/pixel/p-94eQvyyY-EFy2.gif' style='display: none' border='0' height='1' width='1' alt='Quantcast'/>
    </a>
</noscript>
<!-- End Quantcast tag --><!-- Begin comScore Tag -->
<script>
    document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
</script>

<script>
  COMSCORE.beacon({
    c1:2,
    c2:6036003,
    c3:"",
    c4:"",
    c5:"",
    c6:"",
    c15:""
  });
</script>
<noscript>
  <img src="http://b.scorecardresearch.com/b?c1=2&c2=6036003&c3=&c4=&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" />
</noscript>
<!-- End comScore Tag -->

<script type="text/javascript" src="/includes/jquery.cookie.js"></script>
<script type="text/javascript">
/**
This method gets the takeOverZone (prestitial/interstitial) if it is nessasary to
show the takeover. Returns null if the takeover should not be displayed.
*/
getTakeOverZone = function(currentUrl, currentChannel, cookieDomain, cookiePath) {

	// If forceTakover is set, return the takeOverAdZone that applies
	var forceTakeover = "";
	var disableTakeoverCookieName = "disableTakeover";
	
	if (forceTakeover == "disable" || jQuery.cookie(disableTakeoverCookieName) != null) {
		jQuery.cookie(disableTakeoverCookieName, forceTakeover, { domain: cookieDomain, path: cookiePath, expires: null });
		return null;
	} else if (forceTakeover == "prestitial" || forceTakeover == "interstitial") {
		return forceTakeover;
		
	}
	
	var takeOverZone = null;

	var options = { domain: cookieDomain, path: cookiePath, expires: 1 };

	var prestitialCookieName = "prestitial";
	var prestitialCookie = jQuery.cookie(prestitialCookieName);
	
	if (prestitialCookie == null) {
		jQuery.cookie(prestitialCookieName, true, options);
		takeOverZone = "prestitial";
	}
	
	var interstitialIsOn = false;
	
	if (interstitialIsOn && takeOverZone == null) {
		var channelAfterPageCountCookieName = "capc-pagecount";
		var channelAfterPageCountCookie = jQuery.cookie(channelAfterPageCountCookieName);
		var lastChannelCookieName = "capc-lastchannel";
		var lastChannelCookie = jQuery.cookie(lastChannelCookieName);
		
		var pageCountTrigger = 15;
		
		var pageCount = 0;
		if (channelAfterPageCountCookie != null) {
			pageCount = parseInt(channelAfterPageCountCookie);
		}
		pageCount++;
		
		if (currentChannel != "") {
			// Do some voodoo to undo the faking of channels.
			if (currentChannel == "hotties") {
				currentChannel = "girls";
			} else if (currentChannel == "beat-this-caption") {
				currentChannel = "humor";
			}
		} else {
			currentChannel = "root";
		}
		
		if (pageCount >= pageCountTrigger && lastChannelCookie != currentChannel) {
			takeOverZone = "interstitial";
			pageCount = 0;
		}
		
		jQuery.cookie(lastChannelCookieName, currentChannel, options);
		jQuery.cookie(channelAfterPageCountCookieName, pageCount, options);
	}
	
	
	/*
	Checks to see if this page was the last page to show an interstitial, if so, don't
	show one. This is to keep interstitials from showing up if the user hits
	a page cached by their browser that showed them an interstitial.
	*/
	var lastUrlDispalyingInterstitialCookieName = "lastUrlDispalyingInterstitial";
	var lastUrlDispalyingInterstitial = jQuery.cookie(lastUrlDispalyingInterstitialCookieName);
	
	if (takeOverZone != null && lastUrlDispalyingInterstitial != currentUrl) {
		jQuery.cookie(lastUrlDispalyingInterstitialCookieName, currentUrl, options);
		return takeOverZone;
	} else {
		return null;
	}
}
</script>

<script type="text/javascript">
			var currentChannel = "";
		var cookieDomain = "maxim.com";
	var cookiePath = "/";
	var takeOverAdZone = getTakeOverZone('http://www.maxim.com/rss/channel-feed.xml;_favoritima', currentChannel, cookieDomain, cookiePath);
	var takeOverReferer = document.referrer;
</script>

	<div id="interstitialWrapper" style="display:none;">
		
<style type="text/css">
    .takeOver_top_parent  { width:100%; margin:0; height:42px; overflow:hidden; background:url(http://cdn2.maxim.com/maxim/images/takeover_top_bar_bg.gif) repeat-x top left #000; position:relative; }
    .takeOver_top_logo  { position:absolute; top:0; left:0; }
    .takeOver_adHolder   {  width:600px; height:400px; padding:0; position:absolute; top:200px; left:50%; margin-left:-275px; text-align:center}
    .TakeOver_SuperMask { background-color:#000; position:absolute; width:100%; height:10000px; top:0; left:0; z-index:999998; }
    .TakeOver_Content  { background-color:#000; position:absolute; width:100%; height:100%; top:0; left:0; z-index:999999;  }
    .TakeOver_Content p.countdown_text   { color:#ed171f; width:100%; display:block; text-align:center; font-size:13px; font-weight:bold; }
    .TakeOver_ContinueLink   { text-align:right; font-size:14px; padding:0 15px 0 0; font-weight:bold; position:absolute; top:12px; right:0; color:#ed171f; width:200px; cursor:pointer; }
    .TakeOver_ContinueLink a  { color:#ed171f; text-decoration:none; }
    .TakeOver_ContinueLink a:visited  { color:#ed171f; text-decoration:none; }
    .TakeOver_ContinueLink a:hover  { color:#ed171f; text-decoration:none; }
</style>


<script type="text/javascript" src="/includes/takeover.js"></script>
<script type="text/javascript">
if(takeOverAdZone) {

	var refererParam = "";
	var referer = document.referrer;
	if(referer.length > 0 && referer.indexOf("http://www.maxim.com") == -1){
	
	    var urlpattern = new RegExp("(http|https)://(.*?)/.*$");
		var parsedurl = referer.match(urlpattern);
		if (parsedurl.length > 2) {
	    	refererParam = ";referer=" + parsedurl[2];
	    }
	}

	var takeoverpath = "/TAKEOVER :: " + takeOverAdZone + refererParam + " :: Unknown";
	var pageTracker = _gat._getTracker('UA-4245914-1');
	pageTracker._trackPageview(takeoverpath);
}
</script>

<div id="box_takeover_mask" class="TakeOver_SuperMask">

<div id="box_takeover_content" class="TakeOver_Content">
    <div class="takeOver_top_parent">
        <img src="http://cdn2.maxim.com/maxim/images/takeover_top_logo.gif" class="takeOver_top_logo">
            <div class="TakeOver_ContinueLink" onclick="CloseTakeoverPage();">Skip this ad</div>
    </div>

    <div class="countdown_text">
        You will be automatically redirected in 8 seconds. 
    </div>
    <div style="height: 40px;"></div>
    <div class="takeOver_adHolder">
        
        <!-- BEGIN 550 x 400 AD TAG!! -->
        
        <script type="text/javascript" language="JavaScript">
        
        if (takeOverAdZone) {
        	var ipt='ipt';  //to keep the browser from interpreting a script block instead of rendering as a string

            //just in case cachebreaker variable is undefined:
            if( typeof cachebreaker == 'undefined')
            {
                //alert('ERROR: cachebreaker is undefined, default is 1.');
                var cachebreaker = 1;
            }
			document.write("<scr"+ipt+" type='text/javascript' language='JavaScript1.1' src='http://ad.doubleclick.net/adj/maxim.dart/" + takeOverAdZone + refererParam + ";channel=other;pgs=main;tile=7;sz=550x400;ord="+cachebreaker+"?'></scr"+ipt+">");

            if (!document.images && navigator.userAgent.indexOf("Mozilla/2.") >= 0) 
            {
                document.write("<a href='http://ad.doubleclick.net/jump/maxim.dart/" + takeOverAdZone + refererParam + ";channel=other;pgs=main;tile=7;sz=550x400;ord="+cachebreaker+"?' target='_blank'><img src='http://ad.doubleclick.net/ad/maxim.dart/" + takeOverAdZone + refererParam + ";channel=other;pgs=main;tile=7;sz=550x400;ord="+cachebreaker+"?' width='550' height='400' border='0' alt=''></a>");
            }
        }
        </script>
        <noscript>
            <a href='http://ad.doubleclick.net/jump/maxim.dart/" + takeOverAdZone + refererParam + ";channel=other;pgs=main;tile=7;sz=550x400;ord="+cachebreaker+"?' target='_blank'><img src='http://ad.doubleclick.net/ad/maxim.dart/" + takeOverAdZone + refererParam + ";channel=other;pgs=main;tile=7;sz=550x400;ord="+cachebreaker+"?' width='550' height='400' border='0' alt=''></a>
        </noscript><!-- END 550 x 400 AD TAG -->
    </div>
</div>



</div>



    <!-- Visitors with javascript disabled will never see takeover -->
    <noscript>
        <style type="text/css">
            .takeOver_top_parent  { display:none; }
            .takeOver_top_logo  { display:none;  }
            .takeOver_adHolder   {  display:none;  }
            .TakeOver_SuperMask {display:none;  }
            .TakeOver_Content  { display:none;   }
        </style>
    </noscript>
	</div>

<script type="text/javascript">
	if (takeOverAdZone) {
		document.getElementById('interstitialWrapper').style.display = "";
	}
</script>





<div id="mastercontainer">

  	<div id="header">
    <div id="toprightmaximad">
        <script type="text/javascript">
            GA_googleFillSlot("Header_Right");
        </script>
    </div> <!-- toprightmaximad -->
    <div id="topbannerad">
        <!-- BEGIN 728 x 90 AD TAG!! -->
        <script type='text/javascript' language='JavaScript'>

            var ipt='ipt';  //to keep the browser from interpreting a script block instead of rendering as a string

            //just in case cachebreaker variable is undefined:
            if( typeof cachebreaker == 'undefined')
            {
                alert('ERROR: cachebreaker is undefined, default is 1.');
                var cachebreaker = 1;
            }

            document.write("<scr"+ipt+" type='text/javascript' language='JavaScript1.1' src='http://ad.doubleclick.net/adj/maxim.dart/other;sect1=other;tile=1;sz=728x90;dcopt=ist;ord="+cachebreaker+"?'></scr"+ipt+">");

            if (!document.images && navigator.userAgent.indexOf("Mozilla/2.") >= 0)
            {
                document.write("<a href='http://ad.doubleclick.net/jump/maxim.dart/other;sect1=other;tile=1;sz=728x90;dcopt=ist;ord="+cachebreaker+"?' target='_blank'><img src='http://ad.doubleclick.net/ad/maxim.dart/other;sect1=other;tile=1;sz=728x90;dcopt=ist;ord="+cachebreaker+"?' width='728' height='90' border='0' alt='' /></a>");
            }
        </script>

        <noscript>
            <a href='http://ad.doubleclick.net/jump/maxim.dart/other;sect1=other;tile=1;sz=728x90;dcopt=ist;ord="+cachebreaker+"?' target='_blank'><img src='http://ad.doubleclick.net/ad/maxim.dart/other;sect1=other;tile=1;sz=728x90;dcopt=ist;ord="+cachebreaker+"?' width='728' height='90' border='0' alt='' /></a>
        </noscript>

        <!-- END 728 x 90 AD TAG -->

    </div>
    <script type='text/javascript'>
        try{MAXIMADS.Manager.AddNewAd( new MAXIMADS.Ad('topbannerad', 'maxim', '90', '728', 'other;sect1=other;', 'dcopt=ist;', 'tile=1;') );
        }
        catch(ex){
            if (MAXIM.ERRORS) MAXIM.ERRORS.unshift(ex);
        }</script>
    <!-- topbannerad end div -->
    <div id="MaximHeaderFlashLogo">
        <a href="/index.html" target="_self"><img src="http://cdn2.maxim.com/maxim/images/MaximLogo.png" alt="Maxim.Com" style="border: medium none ;" /></a>
    </div> <!-- MaximHeaderFlashLogo logo end div -->
    <div id="maximheadersearch">
        <form method="get" action="/search/search.html">
            <input type="text" id="keywords" name="keywords" class="homesearch" value="Search Maxim.com" autocomplete="off" onfocus="if(this.value==this.defaultValue) this.value='';" />
            <input TYPE="image" SRC="http://cdn2.maxim.com/maxim/images/Search_21x21.png" class="homesearchbtn"/>
            <style type="text/css">
                @import url("/includes/jquery.autocomplete/jquery.autocomplete.css");
            </style>
            <script type="text/javascript" src="/includes/jquery.autocomplete/jquery.autocomplete.pack.js"></script>
            <script type="text/javascript">
                $(document).ready(function() {
                    $("#keywords").autocomplete("/search/autocomplete.html");
                });
            </script>
        </form>
    </div> <!-- maximheadersearch -->
    <div class="clear"></div>
</div><!-- header end div -->



<ul id="sample-menu-4" class="sf-menu sf-navbar">
					<li id="main_channel_subscribe">
						<a class="sf-with-ul" href="https://secure.palmcoastd.com/pcd/eSv?iMagId=0815B&i4Ky=IT04" target="_blank">SUBSCRIBE</a>
                                                						<ul>
							<li><a href="https://secure.palmcoastd.com/pcd/eSv?iMagId=0815B&i4Ky=IT04" target="_blank">Subscribe to Maxim Today.</a></li>
						</ul>
                                                 					</li>
                                        
					<li id="main_channel_gaming">
						<a class="sf-with-ul" href="/gaming">GAMING</a>
											</li>
					
					<li id="main_channel_girls">
						<a class="sf-with-ul" href="/girls">GIRLS</a>
                                                    					</li>
					
					<li id="main_channel_humor">
						<a class="sf-with-ul" href="/humor">HUMOR</a>
											</li>
					
					<li id="main_channel_movies">
						<a class="sf-with-ul" href="/movies">MOVIES</a>
                                                					</li>
					
					<li id="main_channel_music">
						<a class="sf-with-ul" href="/music">MUSIC</a>
                                                					</li>
                                        
					<li id="main_channel_sports">
						<a class="sf-with-ul" href="/sports">SPORTS</a>
                                                					</li>
                                       
					<li id="main_channel_stuff">
						<a class="sf-with-ul" href="/stuff">STUFF</a>
                                                 					</li>
                                        
					<li id="main_channel_tv">
						<a class="sf-with-ul" href="/tv">TV</a>
                                                					</li>
                                        
					<li id="main_channel_video" style="width: 99px;">

						<a class="sf-with-ul" href="/video" >VIDEO</a>
                                                					</li>
                                        
                                        
                                       
				</ul>
				
				

<div id="mastercontent">

<div id="masterleftcol">
 

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

<rss xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:maxim="http://www.maxim.com/rss/" version="2.0">
    <channel>
        
        <description />
        <language>en-US</language>
        <copyright>(c)2009 Alpha Media Group Inc.</copyright>
        <ttl>15</ttl>
        <docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
        <pubDate>Sat, 21 Nov 2009 02:02:32 EST</pubDate>
        <link>http://www.maxim.com</link>
                        <item>
    <guid isPermaLink="false">85084</guid>
    
    <author><![CDATA[Covino & Rich]]></author>
    <description><![CDATA[Gives guys the "Ugly Truth" on women]]></description>
    <link>http://www.maxim.com/radio/85084/holly-weber-ulgy-truth.html</link>
    <pubDate>Thu, 12 Nov 2009 03:03:58 EST</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/11/12/holly-weber-ulgy-truth/CR_HollyWeber_UglyTruth.mp3" type="audio/mpeg"  medium="audio" />
</item>                                    <item>
    <guid isPermaLink="false">85083</guid>
    
    <author><![CDATA[Covino & Rich]]></author>
    <description><![CDATA[Opinion on guys with "Wolfneck"]]></description>
    <link>http://www.maxim.com/radio/85083/holly-weber-wolfneck.html</link>
    <pubDate>Thu, 12 Nov 2009 03:03:51 EST</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/11/12/holly-weber/CR_HollyWeber_Wolfneck.mp3" type="audio/mpeg"  medium="audio" />
</item>                                    <item>
    <guid isPermaLink="false">85082</guid>
    
    <author><![CDATA[Covino & Rich]]></author>
    <description><![CDATA[Maxim Photo Shoot]]></description>
    <link>http://www.maxim.com/radio/85082/holly-weber-maxim-photo-shoot.html</link>
    <pubDate>Thu, 12 Nov 2009 03:03:39 EST</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/11/12/holly-weber-maxim-photo-shoot/CR_HollyWeber_MaximShoot.mp3" type="audio/mpeg"  medium="audio" />
</item>                                    <item>
    <guid isPermaLink="false">83723</guid>
    
    <author><![CDATA[]]></author>
    <description><![CDATA[How did Khloe feel about Kourtney’s pregnancy?]]></description>
    <link>http://www.maxim.com/radio/83723/how-did-khloe-feel-about-kourtneys-pregnancy.html</link>
    <pubDate>Wed, 19 Aug 2009 01:01:10 EDT</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/08/17/now-hear-this-kardashians-on-maxim-radio/Kardash1.mp3" type="audio/mpeg"  medium="audio" />
</item>                                    <item>
    <guid isPermaLink="false">83724</guid>
    
    <author><![CDATA[]]></author>
    <description><![CDATA[Discussing the father]]></description>
    <link>http://www.maxim.com/radio/83724/discussing-father.html</link>
    <pubDate>Wed, 19 Aug 2009 01:01:00 EDT</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/08/17/now-hear-this-kardashians-on-maxim-radio/Kardash4.mp3" type="audio/mpeg"  medium="audio" />
</item>                                    <item>
    <guid isPermaLink="false">83725</guid>
    
    <author><![CDATA[]]></author>
    <description><![CDATA[Reggie Bush and Kim]]></description>
    <link>http://www.maxim.com/radio/83725/reggie-bush-kim.html</link>
    <pubDate>Wed, 19 Aug 2009 00:12:59 EDT</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/08/17/now-hear-this-kardashians-on-maxim-radio/Kardash7.mp3" type="audio/mpeg"  medium="audio" />
</item>                                    <item>
    <guid isPermaLink="false">83726</guid>
    
    <author><![CDATA[]]></author>
    <description><![CDATA[How did you get pregnant?]]></description>
    <link>http://www.maxim.com/radio/83726/how-did-you-get-pregnant.html</link>
    <pubDate>Wed, 19 Aug 2009 00:12:58 EDT</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/08/17/now-hear-this-kardashians-on-maxim-radio/Kardash9.mp3" type="audio/mpeg"  medium="audio" />
</item>                                    <item>
    <guid isPermaLink="false">83728</guid>
    
    <author><![CDATA[]]></author>
    <description><![CDATA[Showing Junk]]></description>
    <link>http://www.maxim.com/radio/83728/seth-rogen-showing-junk.html</link>
    <pubDate>Tue, 18 Aug 2009 01:01:12 EDT</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/08/03/now-hear-this-seth-rogen-on-maxim-radio/CR_SethRogan_ShowingJunk.mp3" type="audio/mpeg"  medium="audio" />
</item>                                    <item>
    <guid isPermaLink="false">83729</guid>
    
    <author><![CDATA[]]></author>
    <description><![CDATA[How is it making out with a hot chick on the set?]]></description>
    <link>http://www.maxim.com/radio/83729/seth-rogen-how-is-it-making-out-with-hot-chick-on-set.html</link>
    <pubDate>Tue, 18 Aug 2009 11:11:18 EDT</pubDate>
    <media:content url="http://cdn2.maxim.com/maxim/files/2009/08/03/now-hear-this-seth-rogen-on-maxim-radio/CR_SethRogan_HotChicks.mp3" type="audio/mpeg"  medium="audio" />
</item>            </channel>
</rss>
</div> <!-- masterleftcol end div -->

<div id="masterrightcol">


<div style="position:relative; width: 300px; text-align:center" id="toprightcolad">
<script type='text/javascript' language='JavaScript'>
var ipt='ipt';  //to keep the browser from interpreting a script block instead of rendering as a string
//just in case cachebreaker variable is undefined:
if( typeof cachebreaker == 'undefined')
{
    alert('ERROR: cachebreaker is undefined, default is 1.');
    var cachebreaker = 1;
}

document.write("<scr"+ipt+" type='text/javascript' language='JavaScript1.1' src='http://ad.doubleclick.net/adj/maxim.dart/other;sect1=other;tile=3;sz=300x250;ord="+cachebreaker+"?'></scr"+ipt+">");

if (!document.images && navigator.userAgent.indexOf("Mozilla/2.") >= 0) 
{
    document.write("<a href='http://ad.doubleclick.net/jump/maxim.dart/other;sect1=other;tile=3;sz=300x250;ord="+cachebreaker+"?' target='_blank'><img src='http://ad.doubleclick.net/ad/maxim.dart/other;sect1=other;tile=3;sz=300x250;ord="+cachebreaker+"?' border='0' alt='' /></a>");
}
</script>
<noscript>
    <a href='http://ad.doubleclick.net/jump/maxim.dart/other;sect1=other;tile=3;sz=300x250;ord="+cachebreaker+"?' target='_blank'><img src='http://ad.doubleclick.net/ad/maxim.dart/other;sect1=other;tile=3;sz=300x250;ord="+cachebreaker+"?' border='0' alt='' /></a>
</noscript>
</div>

<script type='text/javascript'>
    try{MAXIMADS.Manager.AddNewAd( new MAXIMADS.Ad('toprightcolad', 'maxim', '250', '300', 'other;sect1=other;;', '', 'tile=3;') );
}
catch(ex){
    if (MAXIM.ERRORS) MAXIM.ERRORS.unshift(ex);
}</script>



<div style="width: 300px; height:280px; text-align:center; margin: 5px 0">
<div  id="rtcolvideo"></div>
</div>

	
	
			


   <script type="text/javascript">
  			var flashvars = {};
			flashvars.getVideoXMLPath = "%2Fvideo%2Fvideo.xml%3Fid%3D85206%26block%3Drightrail%26zone%3Dother";
			var params = {};
			params.play = "true";
			params.menu = "false";
			params.quality = "best";
			params.scale = "noscale";
			params.wmode = "opaque";
			params.bgcolor = "fffff";
			params.salign = "tl";
			params.allowfullscreen = "true";
			params.allowScriptAccess = "always";
			var attributes = {};
			attributes.id = "rtcolvideo";
			attributes.align = "left";
	    
		swfobject.embedSWF("http://cdn2.maxim.com/maxim/video/maximVideoPlayer.swf", "rtcolvideo", "300", "280", "9.0.0","expressInstall.swf", flashvars, params, attributes);
   
</script>


<style type="text/css">
    #popular_content { border: 1px solid #000; margin: 13px 0; width: 298px; }
    #popular_content div.heading { font-size: 17px; font-weight: bold; margin: 0; padding: 6px 7px; color: #000; }
    #popular_content h4 { clear: left; font-size: 11px; padding-left: 9px; text-transform: uppercase; font-weight: bold; color: #666; margin: 0; }
    #popular_content ol { list-style: none; margin: 3px 0; padding: 5px 4px; }
    #popular_content ol li { margin: 2px 0; height: 30px; cursor: pointer; }
    #popular_content ol li.odd { background-color: #eee; }
    #popular_content ol li:hover { background-color: #f9f9f9; }
    #popular_content ol li img { float: left; border-width: 0px; height: 30px; width: 42px; }
    #popular_content ol li:hover img { -moz-opacity: 50; opacity: 0.5; filter: alpha(opacity=50); }
    #popular_content ol li div { float: left; padding: 7px; height: 16px; width: 221px; margin-right: 7px; overflow: hidden; }
    #popular_content ol li div a { color: #000; font-weight: bold; white-space: nowrap; }
</style>
<script type="text/javascript">
    $(document).ready(function(){$('#popular_content ol li').click(function(){window.location=$("a",this).attr("href");});});
</script>
<div id="popular_content">
    <div class="heading">Maxim's Most Popular</div>
    <h4>Most Popular Slideshows</h4>
    <ol>
                                            <li class="odd" title="Maxim.com's Best Chest List">
            <img src="http://cdn2.maxim.com/maxim/files/2009/11/13/maximcoms-best-chest-list/CarlaSmall.jpg" alt="Maxim.com's Best Chest List" />
            <div><a href="/girls/girls-of-maxim/85056/maximcoms-best-chest-list.html?src=most_pop" title="Maxim.com's Best Chest List">Maxim.com's Best Chest List</a></div>
        </li>
                                            <li class="even" title="2009 Hot 100">
            <img src="http://cdn2.maxim.com/maxim/files/2009/05/01/2009-hot-100-100-91/90-81_Hot100_girls_thumb.jpg" alt="2009 Hot 100" />
            <div><a href="/girls/hot-100/79081/2009-hot-100-100-91.html?src=most_pop" title="2009 Hot 100">2009 Hot 100</a></div>
        </li>
                                            <li class="odd" title="Top 25 Hottest Celebs Who Went To College">
            <img src="http://cdn2.maxim.com/maxim/files/2009/11/17/top-25-hottest-college-celebrities/carrie_s.jpg" alt="Top 25 Hottest Celebs Who Went To College" />
            <div><a href="/girls/girls-of-maxim/85137/top-25-hottest-celebs-who-went-college.html?src=most_pop" title="Top 25 Hottest Celebs Who Went To College">Top 25 Hottest Celebs Who Went To College</a></div>
        </li>
        </ol>
    <h4>Most Popular Videos</h4>
    <ol>
                                            <li class="odd" title="Joanna Krupa: August 2009 Cover Shoot">
            <img src="http://cdn2.maxim.com/maxim/files/2009/09/01/joanna-krupa-cover-shoot-august-2009/MXM_JoannaKrupaPhotoShoot320.jpg" alt="Joanna Krupa: August 2009 Cover Shoot" />
            <div><a href="/video/sexy/girls-of-maxim/83962/joanna-krupa-cover-shoot-august-2009.html?src=most_pop" title="Joanna Krupa: August 2009 Cover Shoot">Joanna Krupa: August 2009 Cover Shoot</a></div>
        </li>
                                            <li class="even" title="A Drink with the cast of It’s Always Sunny in Philadelphia – A Very Sunny Christmas">
            <img src="http://cdn2.maxim.com/maxim/files/2009/11/19/drink-with-cast-its-always-sunny-in-philadelphia-very-sunny-christmas-or-something-like-this/MXM_ADRINK_WITH_SUNNY320.jpg" alt="A Drink with the cast of It’s Always Sunny in Philadelphia – A Very Sunny Christmas" />
            <div><a href="/video/funny/85188/drink-with-cast-its-always-sunny-in-philadelphia-very-sunny-christmas.html?src=most_pop" title="A Drink with the cast of It’s Always Sunny in Philadelphia – A Very Sunny Christmas">A Drink with the cast of It’s Always Sunny in Philadelphia – A Very Sunny Christmas</a></div>
        </li>
                                            <li class="odd" title="Ashley Greene: December 2009 Cover Shoot">
            <img src="http://cdn2.maxim.com/maxim/files/2009/11/18/ashley-greene-cover-shoot-2009/MXM_Ashley_Greene_CoverShoot320.jpg" alt="Ashley Greene: December 2009 Cover Shoot" />
            <div><a href="/video/sexy/girls-of-maxim/85182/ashley-greene-cover-shoot-2009.html?src=most_pop" title="Ashley Greene: December 2009 Cover Shoot">Ashley Greene: December 2009 Cover Shoot</a></div>
        </li>
        </ol>
     <h4>Most Popular Posts</h4>
    <ol>
                                            <li class="odd" title="2009 Hot 100">
            <img src="/images/m-small.gif" alt="2009 Hot 100" />
            <div><a href="/girls/articles/79154/2009-hot-100.html?src=most_pop" title="2009 Hot 100">2009 Hot 100</a></div>
        </li>
                                            <li class="even" title="Best of the Web - November 19">
            <img src="http://cdn2.maxim.com/maxim/files/2009/11/19/best-web-november-19/bryci_lea_7.jpg" alt="Best of the Web - November 19" />
            <div><a href="/humor/stupid-fun/85193/best-web-november-19.html?src=most_pop" title="Best of the Web - November 19">Best of the Web - November 19</a></div>
        </li>
                                            <li class="odd" title="12 Superheroes Who Should Be On '70s Vans">
            <img src="http://cdn2.maxim.com/maxim/files/2009/11/09/superheroes-who-should-be-on-70s-vans/SuperheroVan_TeaserImg.jpg" alt="12 Superheroes Who Should Be On '70s Vans" />
            <div><a href="/movies/articles/84998/superheroes-who-should-be-on-70s-vans.html?src=most_pop" title="12 Superheroes Who Should Be On '70s Vans">12 Superheroes Who Should Be On '70s Vans</a></div>
        </li>
        </ol>
</div>



<div style="position:relative; width: 300px; text-align:center" id="lowerrightcolad">
<div align="center">
<!-- BEGIN FLEX AD TAG!! -->
                                
<script type='text/javascript' language='JavaScript'>

var ipt='ipt';  //to keep the browser from interpreting a script block instead of rendering as a string

//just in case cachebreaker variable is undefined:
if( typeof cachebreaker == 'undefined')
{
    alert('ERROR: cachebreaker is undefined, default is 1.');
    var cachebreaker = 1;
}

document.write("<scr"+ipt+" type='text/javascript' language='JavaScript1.1' src='http://ad.doubleclick.net/adj/maxim.dart/other;sect1=other;tile=4;sz=300x250,160x600,300x600;ord="+cachebreaker+"?'></scr"+ipt+">");

if (!document.images && navigator.userAgent.indexOf("Mozilla/2.") >= 0) 
{
    document.write("<a href='http://ad.doubleclick.net/jump/maxim.dart/other;sect1=other;tile=4;sz=300x250,160x600,300x600;ord="+cachebreaker+"?' target='_blank'><img src='http://ad.doubleclick.net/ad/maxim.dart/other;sect1=other;tile=4;sz=300x250,160x600,300x600;ord="+cachebreaker+"?' border='0' alt='' /></a>");
}
</script>
<noscript>
    <a href='http://ad.doubleclick.net/jump/maxim.dart/other;sect1=other;tile=4;sz=300x250,160x600,300x600;ord="+cachebreaker+"?' target='_blank'><img src='http://ad.doubleclick.net/ad/maxim.dart/other;sect1=other;tile=4;sz=300x250,160x600,300x600;ord="+cachebreaker+"?' border='0' alt='' /></a>
</noscript><!-- END FLEX AD TAG -->

<!-- End Flex Ad -->
</div>
</div>

<script type='text/javascript'>
    try{MAXIMADS.Manager.AddNewAd( new MAXIMADS.Ad('lowerrightcolad', 'maxim', '600', '160', 'other;sect1=other;;', '', 'tile=4;') );
}
catch(ex){
    if (MAXIM.ERRORS) MAXIM.ERRORS.unshift(ex);
}</script>

        <script type="text/javascript">
jQuery(document).ready(function(){
    jQuery('#wintab3').click(wintab(3));
});
	function wintab(value) {

		var wintabArray= [2];
		wintabArray[0]= '1';
		wintabArray[1]= '2';
		wintabArray[2]= '3';
		for(i=0; i<3; i++) {


   jQuery('.wintab' + wintabArray[i]).removeClass('wintab'+ wintabArray[i] + 'over');
  jQuery('.wintab' + wintabArray[i] + 'over').removeClass('wintab'+ wintabArray[i] + 'over');

   }

	jQuery('.wintab' + value).addClass('wintab' + value + 'over');
		jQuery('.wintabbody').css("display", "none");
		jQuery('.wintabbody' + value).css("display", "block");

}
</script>

<div class="winwidget">
	<div class="wintabs">
                				<div id="wintab3" class="wintab3 wintab" onclick="wintab(3); return false"><a href="">UPCOMING</a></div>
		<div class="clear"></div>
	</div>
    <div class="winwidgetbody">
            	<div class="wintabbody3 wintabbody" >

    		    			Upcoming Contest Coming Soon!
    		    	</div>
    </div>
</div>

	 <script language="javascript">
		initCountdown(jQuery('#win-widget_countDownToday'), 77309401);
		initCountdown(jQuery('#win-widget_countDownVideo'), 77309401);
	 </script>

<script type="text/javascript">
    digg_id = 'digg-widget-container';
    digg_current_tab = 'Popular';
</script>
<script type="text/javascript" src="/includes/digg.js"></script>

<script type="text/javascript">
function submitOffer () {
        var theString = "";
        var f1 = document.clientfrm;

        theString += "https://secure.palmcoastd.com/pcd/eSv?iMagId=0815B&i4Ky=IT07";
        theString += "&iOrdBillFName=" + f1.iOrdBillNameFirst.value;
        theString += "&iOrdBillLName=" + f1.iOrdBillNameLast.value;
        theString += "&iOrdBillAddr1=" + f1.iOrdBillAddr1.value;
        if (f1.iOrdBillAddr2.value != "  ADDRESS 2")
        {
            theString += "&iOrdBillAddr2=" + f1.iOrdBillAddr2.value;
        }
        theString += "&iOrdBillCity=" + f1.iOrdBillCity.value;
        theString += "&iOrdBillState=" + f1.iOrdBillState.value;
        theString += "&iOrdBillPCode=" + f1.iOrdBillPCode.value;
        theString += "&iOrdBillEmail=" + f1.iOrdBillEmail.value;

        window.open(theString,'mywindow','width=875,height=775,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');


        //location.href=theString;
        return false;
    }

</script>
</div> <!-- masterrightcol end div --><div class="clear">&nbsp;</div>

</div> <!-- mastercontent end div -->


 <div id="MasterFooter">

    <div class="footercol1">
        SITE MAP
             <div class="clear"></div>
        <div class="footercol1_first">
            <ul>
                <li><a href="/girls?src=foot">GIRLS</a></li>
                <li><a href="/gaming?src=foot">GAMING</a></li>
                <li><a href="/humor?src=foot">HUMOR</a></li>
                <li><a href="/movies?src=foot">MOVIES</a></li>
                <li><a href="/music?src=foot">MUSIC</a></li>
                
                
            </ul>
        </div>
        <div class="footercol1_second">
            <ul>
                <li><a href="/sports?src=foot">SPORTS</a></li>
                <li><a href="/stuff?src=foot">STUFF</a></li>
                <li><a href="/tv?src=foot">TV</a></li>
                <li><a href="/video?src=foot">VIDEO</a></li>
            </ul>
        </div>
        <div class="clear"></div>
        <div class="footercol1_third">
            <ul>
                <li><a href="/contests?src=foot">CONTESTS</a></li>
                <li class="rss"><a href="/rss/rss.html?src=foot">RSS FEEDS</a></li>
            </ul>
        </div>
        <div class="footercol1_fourth">
            <ul>
                <li><a href="/newsletter.html?src=foot">NEWSLETTER</a></li>
                <li class="radiofooterlist"><a href="/radiostuff?src=foot">MAXIM RADIO</a></li>
            </ul>
        </div>
    </div> <!-- footercol1 end div -->
    <div class="footercol2">
        THE MAGAZINE
        <ul>
            <li><a href="https://secure.palmcoastd.com/pcd/eSv?iMagId=0815B&i4Ky=IT05" target="_blank">SUBSCRIBE</a></li>
            <li><a href="https://secure.palmcoastd.com/pcd/eServ?iServ=MDgxNUIzNTI0NCZpVHlwZT1NQUlO" target="_blank">RENEW SUBSCRIPTION</a></li>
            <li><a href="https://secure.palmcoastd.com/pcd/eSv?iMagId=0815B&amp;i4Ky=IGF1" target="_blank">GIVE A GIFT</a></li>
            <li><a href="https://secure.palmcoastd.com/pcd/einit?iKey=0815BA" target="_blank">ORDER BACK ISSUES</a></li>
            <li><a href="https://secure.palmcoastd.com/pcd/eServ?iServ=MDgxNUIzNTI0NCZpVHlwZT1FTlRFUg==" target="_blank">CUSTOMER SERVICE</a></li>
       </ul>
    </div> <!-- footercol2 end div -->
    <div class="footercol3">
        CORPORATE SHILL
        <ul>
            <li><a href="/contact.html?src=foot">CONTACT US</a></li>
            <li><a href="/advertise.html?src=foot">DIGITAL ADVERTISING</a></li>
            <li><a href="http://www.maximmediakit.com/" target="_blank">MAGAZINE ADVERTISING</a></li>
            <li><a href="http://www.maximfans.com" target="_blank">MAXIMFANS.COM</a></li>
            <li><a href="/privacy.html?src=foot">PRIVACY POLICY</a></li>
            <li><a href="/terms.html?src=foot">TERMS & CONDITIONS</a></li>
       </ul>
    </div> <!-- footercol3 end div -->
    <div class="footercol4">
                    <a href="http://winstufftoday.com?src=foot" target="_blank"><img SRC="http://cdn2.maxim.com/maxim/images/footer/footer_winstuff_promo.jpg"></a>
            </div> <!-- footercol4 end div -->
    <div class="footercol5">
       SOCIALLY AWKWARD
        <ul>
            <li><a href="http://twitter.com/maximmag" target="_blank"><img SRC="http://cdn2.maxim.com/maxim/images/footer/footer_twitter.jpg"></a><a href="http://twitter.com/maximmag" target="_blank">MAXIM on TWITTER</a></li>
            <li><a href="http://www.facebook.com/pages/MAXIM-Magazine/46440585142" target="_blank"><img SRC="http://cdn2.maxim.com/maxim/images/footer/footer_facebook.jpg"></a><a href="http://www.facebook.com/pages/MAXIM-Magazine/46440585142" target="_blank">MAXIM on FACEBOOK</a></li>
            <li><a href="http://www.myspace.com/maximmagazine" target="_blank"><img SRC="http://cdn2.maxim.com/maxim/images/footer/footer_myspace.jpg"></a><a href="http://www.myspace.com/maximmagazine" target="_blank">MAXIM on MYSPACE</a></li>
            <li><a href="http://www.youtube.com/user/videosbyMaxim" target="_blank"><img SRC="http://cdn2.maxim.com/maxim/images/footer/footer_youtube.jpg"></a><a href="http://www.youtube.com/user/videosbyMaxim" target="_blank">MAXIM on YOUTUBE</a></li>
        </ul>
    </div> <!-- footercol5 end div -->

    <div class="clear"></div>
    <div class="footer_legalese"> Maxim
Digital. MAXIM", MAXIM ONLINE", maxim.COM", and the "M" Logo" are
registered trademarks owned by Alpha Media Group Inc. MAXIM TO GO is a
trademark owned by Alpha Media Group Inc.</div>
</div>


</div> <!-- mastercontainer end div -->
</body>
</html>