WHOIS Service

malibutimes.com - information about domain

  • Server Status: available
  • Server IP: 192.104.182.100
  • Server Response Time: 127ms

Site title

Malibu Times > Front

Keywords

enter,keywords,here

Description

enter site/page/section description here.

Alexa information

Alexa rank: 671,788

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
malibutimes.com IN MX 7200 mail.malibutimes.com pri: 10
malibutimes.com IN A 192.104.182.100 7200
malibutimes.com IN SOA 7200 mname: ns1.townnews.com
rname: dnsadmin.townnews.com
serial: 2008032410
refresh: 7200
retry: 3600
expire: 2419200
minimum-ttl: 7200
malibutimes.com IN NS 7200 ns1.townnews.com
malibutimes.com IN NS 7200 ns2.townnews.com

Server Location

Site source

Show / hide source
                
<!-- Cache: /var/storage/newsys//httpd/www/m/a/malibutimes.com/html/index.html.partial -->
<!-- NewSys(TM), version 3.54.2, Copyright TownNews.com(C) 2002-2005, on web8.ch2.sys.local -->
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<!--// By default just one set of keywords and description would be used on the whole site.  
       If each section needs its own set of keywords and/or description create addtional meta tag
       include files.  Then use include_if tokens in place of the meta tags below to pull in the 
       other files based on the section.
       Example:
       [include_if:front:incs/meta_tags/front-meta.inc]
       [include_if:news:incs/meta_tags/news-meta.inc], etc. // -->
<meta name="keywords" content="enter,keywords,here" />
<meta name="description" content="enter site/page/section description here." />

<title>Malibu Times &gt; Front</title>
<link href="/art/styles.css" rel="stylesheet" type="text/css" />
<link href="/art/slideshow.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://img.video.ap.org/p/j/apovn.js"></script>

<script type="text/javascript" src="/js/most-tabmenu.js"></script>

<script language="JavaScript" type="text/javascript">
    var Cutline = new Array();
    var Alt = new Array();
    var NewImg = new Array();
    var storylink = new Array();
    var NS = (navigator.appName=="Netscape")?true:false;

    img0 = new Image();
img0.src = '/content/articles/2012/03/26/news/news1.jpg';
NewImg[0]='/content/articles/2012/03/26/news/news1.jpg';
storylink[0]='/articles/2012/03/26/news/news1.txt';
Cutline[0]='<a id="SlideShowCaptionLinkUrl" href="/articles/2012/03/26/news/news1.txt">A 32-year-old man was found dead outside Guido&#8217;s restaurant Sunday night around 8:30 p.m. While initial reports stated the man had been shot or beaten, it is now suspected he died of natural causes. An autopsy was expected to take place Wednesday. Photo by Julie Ellerton / TMT  </a>';
Alt[0]='A 32-year-old man was found dead outside Guido&#8217;s restaurant Sunday night around 8:30 p.m. While initial reports stated the man had been shot or beaten, it is now suspected he died of natural causes. An autopsy was expected to take place Wednesday. Photo by Julie Ellerton / TMT  ';
img1 = new Image();
img1.src = '/content/articles/2012/03/26/news/news2.jpg';
NewImg[1]='/content/articles/2012/03/26/news/news2.jpg';
storylink[1]='/articles/2012/03/26/news/news2.txt';
Cutline[1]='<a id="SlideShowCaptionLinkUrl" href="/articles/2012/03/26/news/news2.txt">Mitrice Richardson. Julie Ellerton / TMT </a>';
Alt[1]='Mitrice Richardson. Julie Ellerton / TMT ';
img2 = new Image();
img2.src = '/content/articles/2012/03/26/news/news3.jpg';
NewImg[2]='/content/articles/2012/03/26/news/news3.jpg';
storylink[2]='/articles/2012/03/26/news/news3.txt';
Cutline[2]='<a id="SlideShowCaptionLinkUrl" href="/articles/2012/03/26/news/news3.txt">Joan House </a>';
Alt[2]='Joan House ';
img3 = new Image();
img3.src = '/content/articles/2012/03/26/news/newsphoto.jpg';
NewImg[3]='/content/articles/2012/03/26/news/newsphoto.jpg';
storylink[3]='/articles/2012/03/26/news/newsphoto.txt';
Cutline[3]='<a id="SlideShowCaptionLinkUrl" href="/articles/2012/03/26/news/newsphoto.txt"><B>Teens show talents at MASQUE  </B>- The first place winners of Friday night\'s performances in the MASQUE show at Malibu High School were (from left) Luke Campbell, Elijah Rohling, Jarod Wang and Cooper Bell for their rendition of the classic Jimi Hendrix song \"Bold as Love.&#8221; For more photos from the event, see Photos page. Stephanie Chaisson / TMT</a>';
Alt[3]='<B>Teens show talents at MASQUE  </B>- The first place winners of Friday night\'s performances in the MASQUE show at Malibu High School were (from left) Luke Campbell, Elijah Rohling, Jarod Wang and Cooper Bell for their rendition of the classic Jimi Hendrix song \"Bold as Love.&#8221; For more photos from the event, see Photos page. Stephanie Chaisson / TMT';

    var ImgNum = 0;
    var ImgLength = NewImg.length - 1;

    //Time delay between Slides in milliseconds
    var delay = 5000;

    var CrossFadeDuration=5;
    
    var lock = false;
    var run;

    function chgImg(direction)
    {
        if (document.images)
        {
            ImgNum = ImgNum + direction;
            if (ImgNum > ImgLength)
            { ImgNum = 0; }
            if (ImgNum < 0)
            { ImgNum = ImgLength; }
    
            if (document.all)
            {
                document.getElementById('SlideShowMainPhoto').style.filter="blendTrans(duration=2)";
                document.getElementById('SlideShowMainPhoto').style.filter="blendTrans(duration=CrossFadeDuration)";
                document.getElementById('SlideShowMainPhoto').filters.blendTrans.Apply();
            }
    
            document.getElementById('SlideShowMainPhoto').src = NewImg[ImgNum];

            document.getElementById("SlideShowPhotoLinkUrl").href = storylink[ImgNum];
    
            document.getElementById('SlideShowMainPhoto').alt = Alt[ImgNum];

            if (document.all)
            { document.getElementById('SlideShowMainPhoto').filters.blendTrans.Play(); }
    
            document.getElementById('SlideShowPhotoCaption').innerHTML = Cutline[ImgNum];
        }
    }

    function runSlideShow()
    {
        if (lock == true)
        {
            lock = false;
            window.clearInterval(run);
            document.getElementById('SlideShowPausePlayButton').src = '/art/slideshow/playbutton.gif';
        }
        else if (lock == false)
        {
            lock = true;
            run = chgImg(1);
            run = setInterval("chgImg(1)", delay);
            document.getElementById('SlideShowPausePlayButton').src = '/art/slideshow/pause.gif';
        }
    }
</script>


<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25482646-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

</head>

<body>
<script type='text/javascript' src='http://stats.townnews.com/shared-content/stats/common/tracker.js'></script>
<script type='text/javascript'>
<!--
 if (typeof(TNStats_Tracker) !== 'undefined' && typeof(TNTracker) === 'undefined') { TNTracker = new TNStats_Tracker('malibutimes.com'); TNTracker.setTrackerDomain('stats.townnews.com'); TNTracker.trackPageView(); }
// -->
</script>
<!-- TOP SECTION FOR ADS -->


<div class="ads-top">
<table width="980" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td><script language='javascript' src='/shared-content/adsys/creative.js'></script>
<script language='javascript' src='http://adsys.townnews.com/global/capped.js' /></script>
<script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1305090000) && (nAdsysTime <= 1620795599)) {
aAd = new Array('+leader1', '250658-1305144607', 'jpg');
aAd[3] = 'http://www.prumalibu.com/';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></td><td><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1207112400) && (nAdsysTime <= 1522731599)) {
aAd = new Array('+leader2', '122125-1289497982', 'jpg');
aAd[3] = 'http://www.malibutimes.com/display_ads/ad2.txt';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></td><td><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1288242000) && (nAdsysTime <= 1603947599)) {
aAd = new Array('+leader3', '240264-1299188042', 'jpg');
aAd[3] = 'http://www.pchcollective.com/#/home/pch_collective_gallery/pch_collective_welcome.';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></td><td><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1308718800) && (nAdsysTime <= 1624424399)) {
aAd = new Array('+leader4', '252543-1318450371', 'jpg');
aAd[3] = 'http://www.lacwaterworks.org/?utm_source=Malibu%2BTimes&utm_medium=120x120BannerAd&utm_content=District29&utm_campaign=District292011';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></td><td><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1276664400) && (nAdsysTime <= 1592369999)) {
aAd = new Array('+leader5', '229994-1276738430', 'jpg');
aAd[3] = 'http://www.susanmonus.com/page_one.php';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></td><td><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1316754000) && (nAdsysTime <= 1632459599)) {
aAd = new Array('+leader6', '256225-1319663915', 'jpg');
aAd[3] = 'http://maliburentalsonline.com/';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></td><td><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1138687200) && (nAdsysTime <= 1454306399)) {
aAd = new Array('+leader7', '2264-1316812484', 'jpg');
aAd[3] = 'http://www.malibutimes.com/contact_us/';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></td>
  </tr>
</table>

<table width="980" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td><!-- AdSys ad not found for front:leaderboard-top --></td>
    <td align="right"><!-- AdSys ad not found for front:tile-top --></td>
  </tr>
</table>
</div>
<!-- end TOP SECTION FOR ADS -->

<table width="994" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr class="wrapper-top">
    <td width="7" align="right" valign="top"><img src="/art/tl-corner.gif" width="7" height="7" /></td>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><img src="/art/tl-top.gif" width="15" height="7" /></td>
        <td align="right"><img src="/art/tr-top.gif" width="15" height="7" /></td>
      </tr>
    </table></td>
    <td width="7" align="left" valign="top"><img src="/art/tr-corner.gif" width="7" height="7" /></td>
  </tr>
  <tr>
    <td width="7" align="right" valign="top" class="wrapper-left"><img src="/art/tl-left.gif" width="7" height="14" /></td>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0" id="masthead">
      <tr>
        <td valign="top" class="banner" style="cursor:hand;" onmouseover="this.style.cursor='pointer'" onclick="window.location.href='/'">
        <span class="date">Monday, March 26, 2012 Edition</span>
        <img src="/art/clear.gif" width="1" height="131" />
        <script type="text/javascript">
        var banner= new Array()
        banner[0]="/art/backgrounds/malibu-times01.jpg"
        banner[1]="/art/backgrounds/malibu-times02.jpg"
        banner[2]="/art/backgrounds/malibu-times03.jpg"
        banner[3]="/art/backgrounds/malibu-times04.jpg"
        banner[4]="/art/backgrounds/malibu-times05.jpg"
        banner[5]="/art/backgrounds/malibu-times06.jpg"
        banner[6]="/art/backgrounds/malibu-times07.jpg"
        banner[7]="/art/backgrounds/malibu-times08.jpg"
        banner[8]="/art/backgrounds/malibu-times09.jpg"
        banner[9]="/art/backgrounds/malibu-times10.jpg"
        var random=Math.floor(10*Math.random());
        document.write("<style>");
        document.write(".banner {");
        document.write(' background:url("' + banner[random] + '") no-repeat top left;');
        document.write(" }");
        document.write("</style>");
        </script>
        </td>
      </tr>
      
    </table>
      <div id="navbar">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="800" height="36" align="left"><div id="mainnav"> 
            <a href="/">HOME</a> 
            <a href="/news/">NEWS</a> 
            <a href="/opinion/">OPINION</a>
            <a href="/malibu_life/">MALIBU LIFE</a> 
            <a href="/community/">COMMUNITY</a> 
             <a href="/malibu_times_magazine/">MALIBU TIMES MAGAZINE</a>
              <a href="/dining/">DINING</a> <a href="/real_estate/">REAL ESTATE</a> 
              <!--<a href="/art/ShopLocal.pdf" target="_blank">SHOP LOCAL</a>-->                   </div></td>
            <td align="right"><div id="mainnav2"><a href="/archives/">ARCHIVES</a> <a href="/classifieds/">CLASSIFIEDS</a>  </div></td>
          </tr>
        </table>
      </div></td>
    <td width="7" align="left" valign="top" class="wrapper-right"><img src="/art/tr-right.gif" width="7" height="14" /></td>
  </tr>
  <tr>
    <td align="right" valign="bottom" class="wrapper-left"><img src="/art/bl-left.gif" width="7" height="7" /></td>
    <td valign="top" class="content-bg">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="200" valign="top" rowspan="2"  id="column-left">                           <div id="leftnav">
                <div style="margin:0 0 0 20px;"></div>
                <ul>
                    <li id="leftnavon"><a href="/news/">News</a>
<ul id="subnav">
<li><a href="/news/">Local News</a></li>
<li><a href="http://www.malibutimes.com/news/newsbriefs.txt">News Briefs</a></li>
<li><a href="/news/sports/">Sports</a></li>
<li><a href="/obituaries/">Obituaries</a></li>
<li><a href="/photos/">Photos</a></li>
<li><a href="/frameset.html?http://financial.townnews.com">Stocks/Market</a></li>
<li><a href="/archives/">Archives</a></li>
</ul>
</li>
                    
                    
                    <li><a href="/classifieds/">Classifieds</a></li>
                    
                    <li><a href="/opinion/">Opinion</a></li>
                    
                    <li><a href="/malibu_life/">Malibu Life</a></li>
                    
                    <li><a href="/entertainment/">Entertainment</a></li>
                    



                    
                    <li><a href="/community/">Community</a></li>
                    
                    <li><a href="/calendar/">Calendar</a></li>
                    
                    <li><a href="/gallery/">Photo Gallery</a></li>
                    <!--[include_if:special_edition_index,special_edition,malibu_times_magazine:incs/subnav/special-on.inc]
                  [include_ifnot:special_edition_index,special_edition,malibu_times_magazine:incs/subnav/special-off.inc]-->
                    
                    <li><a href="/our_newspaper/contact_us/">Our Newspaper</a></li>
                    
                    <li><a href="/our_newspaper/contact_us">Contact Us</a></li>                    
                    
                    <li><a href="/our_advertisers/">Our Advertisers</a></li>
                    
                    
                    
                    


                </ul>
            </div>

              <br />
              <br />
            
            <!-- AdSys ad not found for front:facebook_and_twitter-top -->
            <script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1294812000) && (nAdsysTime <= 1610517599)) {
aAd = new Array('+facebook_and_twitter-bottom', '244125-1315517325', 'js');
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script>
              <!-- WEATHER -->
              <div class="box">
                <div class="boxtitle">Today's Weather</div>
                <div class="boxheadline">Malibu, CA</div>
                <div class="boxitem"><script src='/shared-content/myweather/weather.php?zipcode=90265&amp;magnet_style=51'></script><br />
                  <br style="clear:both" />
                  <!-- sponsored by: --><!-- AdSys ad not found for front:weather-sponsor --></div> </div>
              <br />
              <!-- SURF REPORT -->
              <div class="box">
                <div class="boxtitle">Surf Report</div>
                <div class="boxheadline">Malibu, CA</div>
                <div class="boxitem"><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1279774800) && (nAdsysTime <= 1595480399)) {
aAd = new Array('+surf_report', '232874-1279809068', 'jpg');
aAd[3] = 'http://www.surfline.com/surf-report/malibu-southern-california_4209/';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script><br />
                  <br style="clear:both" />
                  <!-- sponsored by: --><!-- AdSys ad not found for front:surf-sponsor --></div> </div>
              <br />
              <!-- STOCKS -->
              <div class="box">
                <div class="boxtitle">Today's Stocks</div>
                <div class="boxitem"><script src='/shared-content/newsys/stocks/120.js'></script><div id="financialcontent_townnews_ad">
    <center><script type="text/javascript" src="http://adsys.townnews.com/creative/financialcontent.dotconnectmedia.com/financial_content_ad/static.js"></script></center>
</div>
<br />
                  <br style="clear:both" />
                  <!-- sponsored by: --><!-- AdSys ad not found for front:stocks-sponsor --></div> </div>
              <br />
              <!-- FRONT PAGE PDF
              <div class="box">
                <div class="boxtitle">Today's Front Page</div>
                <div class="boxitem">[pdfpreview:front/frontpage.pdf:125:new:1]</div>
            </div> -->
              <br />
              
            <div align="center" class="ad"><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1155186000) && (nAdsysTime <= 1470891599)) {
aAd = new Array('front+left01', '54729-1155232460', 'jpg');
aAd[3] = 'http://www.malibutimes.com/display_ads/ad4.txt';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:left02 --></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:left03 --></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:left04 --></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:left_skyscraper --></div></td></td>
        <td valign="top" colspan="2"  id="column-middle">
        <!-- slideshow -->
        <!-- [include_if_articles:breaking_news:1::incs/slideshow-breaking.inc::incs/slideshow-normal.inc] -->
        <!-- begin slideshow --><div style="margin: 15px 0px 15px;">
          <table cellpadding="0" cellspacing="0" border="0" id="TopNewsBox">
            <tr>
              <td>
                  <div id="SlideShowMainContainer">
                  <div class="shrinkPhotoBox">
                    <div id="SlideShowPhotoBox" class="special_slideshow">
                      <!-- [photo::1::375] -->
                      <script type="text/javascript">
var newsys_slideshow_js_section = new Array();
var newsys_slideshow_js_headline = new Array();
var newsys_slideshow_js_subheadline = new Array();
var newsys_slideshow_js_byline = new Array();
var newsys_slideshow_js_first_paragraph = new Array();
var newsys_slideshow_js_photolink = new Array();
var newsys_slideshow_js_photopath = new Array();
var newsys_slideshow_js_photo_width = new Array();
var newsys_slideshow_js_photo_height = new Array();
var newsys_slideshow_js_cutline = new Array();

var newsys_slideshow_js_delay = 5 * 1000;
newsys_slideshow_js_section[0] = ' <a id="SlideShowSectionLinkUrl" href="/articles/2012/03/26/news/news1.txt">News</a>';
newsys_slideshow_js_headline[0] = 'Guido&#039;s dishwasher dies; natural causes now suspected';
newsys_slideshow_js_subheadline[0] = '';
newsys_slideshow_js_byline[0]='';
newsys_slideshow_js_first_paragraph[0]='A Wednesday autopsy was expected to determine the cause of death for a man found dead outside of Guido&#039;s restaurant Sunday night. Initial reports stated the man had been shot or beaten.';
newsys_slideshow_js_img0 = new Image();
newsys_slideshow_js_img0.src = '/content/articles/2012/03/26/news/news1.jpg';
newsys_slideshow_js_cutline[0]='A 32-year-old man was found dead outside Guido&#8217;s restaurant Sunday night around 8:30 p.m. While initial reports stated the man had been shot or beaten, it is now suspected he died of natural causes. An autopsy was expected to take place Wednesday. Photo by Julie Ellerton / TMT';
newsys_slideshow_js_photolink[0]='/articles/2012/03/26/news/news1.txt';
newsys_slideshow_js_photopath[0]='/content/articles/2012/03/26/news/news1.jpg';
newsys_slideshow_js_photo_width[0]='400';
newsys_slideshow_js_photo_height[0]='258';

newsys_slideshow_js_section[1] = ' <a id="SlideShowSectionLinkUrl" href="/articles/2012/03/26/news/news2.txt">News</a>';
newsys_slideshow_js_headline[1] = 'Report sheds little light on Richardson case';
newsys_slideshow_js_subheadline[1] = '';
newsys_slideshow_js_byline[1]='';
newsys_slideshow_js_first_paragraph[1]='A report last week found no evidence the county sheriff&#039;s department mishandled the remains of Mitrice Richardson. Richardson&#039;s family said the report was biased in favor of the department, and criticized the department for failing to change its detainee release policy.';
newsys_slideshow_js_img1 = new Image();
newsys_slideshow_js_img1.src = '/content/articles/2012/03/26/news/news2.jpg';
newsys_slideshow_js_cutline[1]='Mitrice Richardson. Julie Ellerton / TMT';
newsys_slideshow_js_photolink[1]='/articles/2012/03/26/news/news2.txt';
newsys_slideshow_js_photopath[1]='/content/articles/2012/03/26/news/news2.jpg';
newsys_slideshow_js_photo_width[1]='400';
newsys_slideshow_js_photo_height[1]='283';

newsys_slideshow_js_section[2] = ' <a id="SlideShowSectionLinkUrl" href="/articles/2012/03/26/news/news3.txt">News</a>';
newsys_slideshow_js_headline[2] = 'Meet the City Council candidates';
newsys_slideshow_js_subheadline[2] = '';
newsys_slideshow_js_byline[2]='';
newsys_slideshow_js_first_paragraph[2]='The Malibu Times sent a questionnaire to all seven Malibu City Council candidates. Each was limited to 75 words per answer. One profile will be printed each week until March 29. Election day is April 10.';
newsys_slideshow_js_img2 = new Image();
newsys_slideshow_js_img2.src = '/content/articles/2012/03/26/news/news3.jpg';
newsys_slideshow_js_cutline[2]='Joan House';
newsys_slideshow_js_photolink[2]='/articles/2012/03/26/news/news3.txt';
newsys_slideshow_js_photopath[2]='/content/articles/2012/03/26/news/news3.jpg';
newsys_slideshow_js_photo_width[2]='468';
newsys_slideshow_js_photo_height[2]='319';

newsys_slideshow_js_section[3] = ' <a id="SlideShowSectionLinkUrl" href="/articles/2012/03/26/news/newsphoto.txt">News</a>';
newsys_slideshow_js_headline[3] = '';
newsys_slideshow_js_subheadline[3] = '';
newsys_slideshow_js_byline[3]='';
newsys_slideshow_js_first_paragraph[3]='';
newsys_slideshow_js_img3 = new Image();
newsys_slideshow_js_img3.src = '/content/articles/2012/03/26/news/newsphoto.jpg';
newsys_slideshow_js_cutline[3]='Teens show talents at MASQUE  - The first place winners of Friday night&#39;s performances in the MASQUE show at Malibu High School were (from left) Luke Campbell, Elijah Rohling, Jarod Wang and Cooper Bell for their rendition of the classic Jimi Hendrix song \"Bold as Love.&#8221; For more photos from the event, see Photos page. Stephanie Chaisson / TMT';
newsys_slideshow_js_photolink[3]='/articles/2012/03/26/news/newsphoto.txt';
newsys_slideshow_js_photopath[3]='/content/articles/2012/03/26/news/newsphoto.jpg';
newsys_slideshow_js_photo_width[3]='400';
newsys_slideshow_js_photo_height[3]='267';

newsys_slideshow_js_section[4] = ' <a id="SlideShowSectionLinkUrl" href="/articles/2012/03/26/malibu_life/art1.txt">Malibu Life</a>';
newsys_slideshow_js_headline[4] = 'Home on the range';
newsys_slideshow_js_subheadline[4] = '';
newsys_slideshow_js_byline[4]='';
newsys_slideshow_js_first_paragraph[4]='With the help of funding from a Malibu resident, cowboy Poss Chapman and others are fighting to save wild horses from slaughter in New Mexico.';
newsys_slideshow_js_img4 = new Image();
newsys_slideshow_js_img4.src = '/content/articles/2012/03/26/malibu_life/art1.jpg';
newsys_slideshow_js_cutline[4]='Above and below: Poss Chapman with wild horses on the Yellow Hills Ranch near Tierra Amarilla, New Mexico. With financial support from Malibu resident Randall Prouty, the ranch serves as both an agriculturally sustainable community and a home for the horses, that would otherwise be killed in order to preserve federal lands for cattle grazing. Photo by Brandon Johnson';
newsys_slideshow_js_photolink[4]='/articles/2012/03/26/malibu_life/art1.txt';
newsys_slideshow_js_photopath[4]='/content/articles/2012/03/26/malibu_life/art1.jpg';
newsys_slideshow_js_photo_width[4]='400';
newsys_slideshow_js_photo_height[4]='266';

var newsys_slideshow_js_img_num = 0;
var newsys_slideshow_js_img_length = 5 - 1;
var newsys_slideshow_js_img_ss_lock = false;
var newsys_slideshow_js_img_ss_playing = true;
var newsys_slideshow_js_img_ss_run;
newsys_slideshow_js_explorer = (document.all)?1:0;
newsys_slideshow_js_ns4 = (document.images && !document.all && !document.getElementById)?1:0;
newsys_slideshow_js_ns6 = (document.getElementById && !document.all)?1:0;
function _designer_slideshow_chgImg(direction)
{
    if(newsys_slideshow_js_img_ss_playing == false)
    { newsys_slideshow_js_img_ss_lock = false; }
    if (document.images)
    {
        newsys_slideshow_js_img_num = newsys_slideshow_js_img_num + direction;
        if (newsys_slideshow_js_img_num > newsys_slideshow_js_img_length)
        { newsys_slideshow_js_img_num = 0; }
        if (newsys_slideshow_js_img_num < 0)
        { newsys_slideshow_js_img_num = newsys_slideshow_js_img_length; }
        if(parseInt(newsys_slideshow_js_photo_width[newsys_slideshow_js_img_num]) > parseInt(newsys_slideshow_js_photo_height[newsys_slideshow_js_img_num]))
        { document.getElementById('NewSysJSSlideShowPhotoBox').innerHTML = "<a target='_blank' id='SlideShowPhotoLinkUrl' href='"+ newsys_slideshow_js_photolink[newsys_slideshow_js_img_num] +"'><img width='375' src='"+ newsys_slideshow_js_photopath[newsys_slideshow_js_img_num] +"' alt='"+ newsys_slideshow_js_cutline[newsys_slideshow_js_img_num] +"' id='NewSysJSSlideShowMainPhoto' /></a>"; }
        else
        { document.getElementById('NewSysJSSlideShowPhotoBox').innerHTML = "<a target='_blank' id='SlideShowPhotoLinkUrl' href='"+ newsys_slideshow_js_photolink[newsys_slideshow_js_img_num] +"'><img height='200' src='"+ newsys_slideshow_js_photopath[newsys_slideshow_js_img_num] +"' alt='"+ newsys_slideshow_js_cutline[newsys_slideshow_js_img_num] +"' id='NewSysJSSlideShowMainPhoto' /></a>"; }
        document.getElementById('NewSysJSSlideShowCutline').innerHTML = newsys_slideshow_js_cutline[newsys_slideshow_js_img_num];
        document.getElementById('NewSysJSSlideShowHeadline').innerHTML = newsys_slideshow_js_headline[newsys_slideshow_js_img_num];
        document.getElementById('NewSysJSSlideShowSubHead').innerHTML = newsys_slideshow_js_subheadline[newsys_slideshow_js_img_num];
        document.getElementById('NewSysJSSlideShowByline').innerHTML = newsys_slideshow_js_byline[newsys_slideshow_js_img_num];
        document.getElementById('NewSysJSSlideShowStoryText').innerHTML = newsys_slideshow_js_first_paragraph[newsys_slideshow_js_img_num];
        if(document.getElementById('NewSysJSSlideShowSection')) { document.getElementById('NewSysJSSlideShowSection').innerHTML = newsys_slideshow_js_section[newsys_slideshow_js_img_num]; }
    }
}
function _designer_slideshow_runSlideShow(which)
{
    if (newsys_slideshow_js_img_ss_lock == true)
    {
        newsys_slideshow_js_img_ss_lock = false;
        window.clearInterval(newsys_slideshow_js_img_ss_run);
        document.getElementById('NewSysJSSlideShowPausePlayButton').src = '/art/slideshow/playbutton.gif';
    }
    else if (newsys_slideshow_js_img_ss_lock == false)
    {
        newsys_slideshow_js_img_ss_lock = true;
        if(which == "firsttime")
        { newsys_slideshow_js_img_ss_run = setInterval("_designer_slideshow_chgImg(1)", newsys_slideshow_js_delay); }
        else
        {
            _designer_slideshow_chgImg(1);
            newsys_slideshow_js_img_ss_run = setInterval("_designer_slideshow_chgImg(1)", newsys_slideshow_js_delay);
        }
        document.getElementById('NewSysJSSlideShowPausePlayButton').src = '/art/slideshow/pause.gif';
    }
}
function toggleCaption(){
    elCutlinebox = document.getElementById("NewSysJSSlideShowCutlineBox");
    elToggleText = document.getElementById("NewSysJSSlideShowHideCaptionLink")
    if ( elToggleText.innerHTML == "Show Caption" ){
        elToggleText.innerHTML = "Hide Caption";
        elCutlinebox.style.display = "block";
    } else {
        elToggleText.innerHTML = "Show Caption";
        elCutlinebox.style.display = "none";
    }
}
</script>
<style>
#NewSysJSSlideShowMainContainer {padding:5px; width:375px; border:1px solid #999; }
#NewSysJSSlideShowPhotoBoxWrapper {width:375px; height:200px; overflow:hidden; text-align:center;}
#NewSysJSSlideShowPhotoBox {width:375px; height:200px; overflow:hidden; text-align:center;}
#NewSysJSSlideShowMainPhoto { border:0; }
#NewSysJSSlideShowCutlineBox {width:365px; height:33px; position:relative; top:-43px; overflow:auto; padding:5px; opacity:.75; filter:alpha(opacity=75); -moz-opacity:0.75; text-align:left; }
#NewSysJSSlideShowButtonContainer {float:right; margin:0;}
#NewSysJSSlideShowButtonContainer img {margin-left:2px; border:0; }
#NewSysJSSlideShowStoryWrapper {overflow:auto; height:70px; width:375px; margin-right:5px; display:block;}
#NewSysJSSlideShowHeadline {margin:5px 0 0 0; font-weight:bold;}
#NewSysJSSlideShowSubHead {margin:3px 0 0 0;}
#NewSysJSSlideShowByline {margin:5px 0 0 0;}
#NewSysJSSlideShowStoryText {margin:5px 0 0 0; height:70px;}
#NewSysJSSlideShowSection {text-align:right; margin-right:2px; }
#NewSysJSSlideShowHideCaption{ height:15px; }</style>
<div id="NewSysJSSlideShowMainContainer">
    <div id="NewSysJSSlideShowPhotoBoxWrapper">
        <div id="NewSysJSSlideShowPhotoBox"></div>
        <div id="NewSysJSSlideShowCutlineBox">
            <div id="NewSysJSSlideShowCutline"><script type="text/javascript"> document.write(newsys_slideshow_js_cutline[0]); </script></div>
        </div>
    </div>
    <div id="NewSysJSSlideShowHideCaption">
        <div id="NewSysJSSlideShowButtonContainer"><a id="NewSysJSSlideShowBackButtonLink" href="javascript:window.clearInterval(newsys_slideshow_js_img_ss_run); document.getElementById('NewSysJSSlideShowPausePlayButton').src = '/art/slideshow/playbutton.gif'; newsys_slideshow_js_img_ss_playing=false; _designer_slideshow_chgImg(-1);"><img src="/art/slideshow/navleft.gif" id="NewSysJSSlideShowBackButton" /></a><a id="NewSysJSSlideShowPausePlayButtonLink" href="javascript:newsys_slideshow_js_img_ss_playing=true; _designer_slideshow_runSlideShow()"><img id="NewSysJSSlideShowPausePlayButton" src="/art/slideshow/playbutton.gif" /></a><a id="NewSysJSSlideShowForwardButtonLink" href="javascript:window.clearInterval(newsys_slideshow_js_img_ss_run); document.getElementById('NewSysJSSlideShowPausePlayButton').src = '/art/slideshow/playbutton.gif'; newsys_slideshow_js_img_ss_playing=false; _designer_slideshow_chgImg(1);"><img src="/art/slideshow/navright.gif" id="NewSysJSSlideShowForwardButton" /></a></div>
    <a id="NewSysJSSlideShowHideCaptionLink" href="javascript:toggleCaption()">Hide Caption</a>
  </div>    <div id="NewSysJSSlideShowStoryWrapper">
        <div id="NewSysJSSlideShowHeadline"><script type="text/javascript"> document.write(newsys_slideshow_js_headline[0]); </script></div>
        <div id="NewSysJSSlideShowSubHead"><script type="text/javascript"> document.write(newsys_slideshow_js_subheadline[0]); </script></div>
        <div id="NewSysJSSlideShowByline"><script type="text/javascript"> document.write(newsys_slideshow_js_byline[0]); </script></div>
        <div id="NewSysJSSlideShowStoryText"><script type="text/javascript"> document.write(newsys_slideshow_js_first_paragraph[0]); </script></div>
    </div>
<div id="NewSysJSSlideShowSection"><script type="text/javascript"> document.write(newsys_slideshow_js_section[0]); </script></div>
<div style="clear:both; margin:0; padding:0;"><br /></div>
</div>
<script type="text/javascript">
    if(parseInt(newsys_slideshow_js_photo_width[newsys_slideshow_js_img_num]) > parseInt(newsys_slideshow_js_photo_height[newsys_slideshow_js_img_num]))
    { document.getElementById('NewSysJSSlideShowPhotoBox').innerHTML = "<a target='_blank' id='SlideShowPhotoLinkUrl' href='"+ newsys_slideshow_js_photolink[0] +"'><img width='375' src='"+ newsys_slideshow_js_photopath[0] +"' alt='"+ newsys_slideshow_js_cutline[0] +"' id='NewSysJSSlideShowMainPhoto' /></a>"; }
    else
    { document.getElementById('NewSysJSSlideShowPhotoBox').innerHTML = "<a target='_blank' id='SlideShowPhotoLinkUrl' href='"+ newsys_slideshow_js_photolink[0] +"'><img height='200' src='"+ newsys_slideshow_js_photopath[0] +"' alt='"+ newsys_slideshow_js_cutline[0] +"' id='NewSysJSSlideShowMainPhoto' /></a>"; }
    _designer_slideshow_runSlideShow("firsttime");
</script>

                    </div>
                  </div>
                <span style="clear:both;"></span> </div>
              </td>
              <td><div id="mostsub0"><div id="spotlight"> <h2 style="margin: 0px 0px 2px;">Top Stories: </h2>
                <ul><li class="spotlight-list-headline"><a href="/articles/2012/03/26/news/news1.txt">Guido&#039;s dishwasher dies; natural causes now suspected</a></li>
                  <li class="spotlight-list-timestamp"><div class='timestamp'>Wednesday, March 21, 2012 12:55 PM PDT</div>
                  </li>
                  <div class="spotlight-line"></div>
                  <li class="spotlight-list-headline"><a href="/articles/2012/03/26/news/news2.txt">Report sheds little light on Richardson case</a></li>
                  <li class="spotlight-list-timestamp"><div class='timestamp'>Wednesday, March 21, 2012 12:55 PM PDT</div>
                  </li>
                  <div class="spotlight-line"></div>
                  <li class="spotlight-list-headline"><a href="/articles/2012/03/26/news/news3.txt">Meet the City Council candidates</a></li>
                  <li class="spotlight-list-timestamp"><div class='timestamp'>Wednesday, March 21, 2012 12:55 PM PDT</div>
                  </li>
                  <div class="spotlight-line"></div>
                  <li class="spotlight-list-headline"><a href="/articles/2012/03/26/news/news4.txt">Council to wade into business controversy</a></li>
                  <li class="spotlight-list-timestamp"><div class='timestamp'>Wednesday, March 21, 2012 12:55 PM PDT</div>
                  </li>
                  <div class="spotlight-line"></div>
                  <li class="spotlight-list-headline"><a href="/articles/2012/03/26/news/newsbriefs.txt">News Briefs</a></li>
                  <li class="spotlight-list-timestamp"><div class='timestamp'>Wednesday, March 21, 2012 12:58 PM PDT</div>
                </ul>
              </div></div>
              <div id="mostsub1"><div id="spotlight"> <h2 style="margin: 0px 0px 2px;">Most Popular:</h2>
              <a href="/articles/2012/03/25/malibu_now/malibunow1.txt">Malibu under flood advisory <span class="popular-count">(156)</span></a><br /><a href="/articles/2012/03/26/news/news1.txt">Guido&#039;s dishwasher dies; natural causes now suspected <span class="popular-count">(52)</span></a><br /><a href="/articles/2012/03/24/malibu_now/malibunow1.txt">Public Health Dept. says Rodas death no threat to public health <span class="popular-count">(49)</span></a><br /><a href="/articles/2005/04/13/life_and_arts/art1.txt">A Malibu fairy tale told <span class="popular-count">(44)</span></a><br />
              </div></div>
              <div id="mostsub2"><div id="spotlight"> <h2 style="margin: 0px 0px 2px;">Most Commented: </h2>
              <ul class="topblogs-list"><li class="topblogs-entry"><a href="/articles/2012/03/23/news/news2.txt">Report sheds little light on Richardson case</a> <span class="topblogs-count">(6)</span></li><li class="topblogs-entry"><a href="/articles/2012/03/23/news/news1.txt">Guido&#039;s dishwasher dies; natural causes now suspected</a> <span class="topblogs-count">(5)</span></li><li class="topblogs-entry"><a href="/articles/2012/03/19/malibu_now/malibunow1.txt">UPDATE: Guido's dishwasher may have died of natural causes</a> <span class="topblogs-count">(3)</span></li><li class="topblogs-entry"><a href="/articles/2012/03/19/news/news3.txt">Meet the City Council candidates</a> <span class="topblogs-count">(3)</span></li><li class="topblogs-entry"><a href="/articles/2012/03/22/malibu_life/art1.txt">Home on the range</a> <span class="topblogs-count">(3)</span></li></ul>
              </div></div>
              <div id="mostsub3"><div id="spotlight"> <h2 style="margin: 0px 0px 2px;">Most E-mailed: </h2>
              <a href="/articles/2012/03/26/malibu_now/malibunow1.txt">City now accepting View Restoration Program applications <span class="popular-count">(3)</span></a><br /><a href="/articles/2009/07/15/news/news3.txt">Adamson Hotel plans crash due to debt, lawsuit <span class="popular-count">(2)</span></a><br /><a href="/articles/2012/02/29/news/news5.txt">Bullying and the law <span class="popular-count">(2)</span></a><br /><a href="/articles/2012/03/24/malibu_now/malibunow1.txt">Public Health Dept. says Rodas death no threat to public health <span class="popular-count">(2)</span></a><br /><a href="/articles/2012/03/26/malibu_life/art3.txt">Taking kindergarten for a test drive <span class="popular-count">(2)</span></a><br />
              </div></div>
              </td>
            </tr>
          </table>
<div id="most-tabs">
                      <div class="most-tab" id="mosttab0"><a id="mosttablink0" class="most-tab-on" onmouseover="setMostVis('mostsub0'); setMostTab('0');" href="javascript:void(0);"><img src="/art/most-topstories.gif" width="122" height="26" border="0" /></a></div>
                      <div class="most-tab" id="mosttab1"><a id="mosttablink1" class="most-tab-off" onmouseover="setMostVis('mostsub1'); setMostTab('1');" href="javascript:void(0);"><img src="/art/most-popular.gif" width="122" height="26" border="0" /></a></div>
                      <div class="most-tab" id="mosttab2"><a id="mosttablink2" class="most-tab-off" onmouseover="setMostVis('mostsub2'); setMostTab('2');" href="javascript:void(0);"><img src="/art/most-commented.gif" width="122" height="26" border="0" /></a></div>
                      <div class="most-tab" id="mosttab3"><a id="mosttablink3" class="most-tab-off" onmouseover="setMostVis('mostsub3'); setMostTab('3');" href="javascript:void(0);"><img src="/art/most-emailed.gif" width="122" height="26" border="0" /></a></div>
                      <!-- end tabs -->
                    </div>          <!-- end slideshow --></div>
        <!-- end of slideshow -->          
        </td>
        </tr>
      <tr>
        <td valign="top"><div id="home">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
          <a href="javascript:void(0)" onclick="window.open('/forms/maillist/','popform','width=500,height=400,scrollbars=1,toolbar=1');"><img src="/art/get_headlines.gif" width="" height="" border="0" /></a><br />
            <td width="336" valign="top"><div>
              <h2 style=" margin: 0 0 2px; color: red">MALIBU NOW</h2>
              
              <h1><a href="/articles/2012/03/26/malibu_now/malibunow1.txt">City now accepting View Restoration Program applications</a></h1>
              <div class="thumb-left"></div>
           <span class="small">The Malibu City Council adopted a View Restoration Program VRP for property owners who are interested in restoring a previously existing view currently blocked by landscaping. According to the city, a current view may be restored to a view that existed on the date of city incorporation (March 28, 1991) or the purchase date, whichever is more recent, if future restoration rights are enacted. Future restoration rights may apply only to VRP participants.<br><br><a href="/articles/2012/03/26/malibu_now/malibunow1.txt">More of this story</a></span><br style="clear:both" />
              <div class="home-comments"><a href="/articles/2012/03/26/malibu_now/malibunow1.txt#comment"><img class="icon-comments" src="/art/tool_icons/icon-comment.gif" border="0" /> </a></div>
              <br />
               <h1><a href="/articles/2012/03/26/malibu_now/malibunow2.txt">Public Health Dept. says Rodas death no threat to public health</a></h1>
              <div class="thumb-left"></div>
           <span class="small">The Los Angeles Department of Public Health on Friday afternoon issued a press release stating it has not found evidence suggesting an increased risk to public safety as it awaits test results taken from the man who died of an upper respiratory illness outside Guido&#8217;s restaurant Sunday. Carlos Ivan Rodas, 32, collapsed outside the restaurant Sunday evening at about 8:30 p.m. A significant amount of blood was present at the scene, and some concerns have been expressed within the community that Rodas may have carried an infectious disease. The press release added that it has not found any reason to close the restaurant for public health reasons, and Guido's restaurant co-owner Vassil Pertchinkov also issued a statement. Read the full press release below:<br><br><a href="/articles/2012/03/26/malibu_now/malibunow2.txt">More of this story</a></span><br style="clear:both" />
              <div class="home-comments"><a href="/articles/2012/03/26/malibu_now/malibunow2.txt#comment"><img class="icon-comments" src="/art/tool_icons/icon-comment.gif" border="0" /> </a></div>
               <br />
              
              
              
                  
              </div> 
                     
              <!-- <h2> NEWS</h2>
              <h1>[story_component:news:6:headline-link]</h1>
              <div class="thumb-left">[story_component:news:6:image-thumbnail:175]</div>
              <span class="small">[story_component:news:6:paragraphs:1:1]</span><br style="clear:both" />
              <div class="home-comments"><a href="[story_component:news:6:story-uri]#comment"><img class="icon-comments" src="/art/tool_icons/icon-comment.gif" border="0" /> [simpleblog:count:1000:3:news:checksum:1::1:asc]</a></div>
              <div align="center"><span class="more"><a href="/news/">Read More of Today's News Stories</a> <img src="/art/arrow_r.gif" /></span></div>
            </div> -->
            
              <!--<a href="javascript:void(0)" onclick="window.open('/forms/maillist/','popform','width=500,height=400,scrollbars=1,toolbar=1');"><img src="/art/get_headlines.gif" width="336" height="53" border="0" /></a><br />-->
                  <div align="center" class="ad" style="margin-top: 10px;">
                  <!--<span class="small" style="margin: 0px 0px 10px;">Advertisement</span>-->
                  <!-- AdSys ad not found for front:middle --></div><br>
                  <h2>NEWS</h2>
                  <div>
                                    <h1><a href="/articles/2012/03/26/news/news5.txt">Candidates spar over lagoon, schools</a></h1>
                    <span class="small">A forum of candidates for Malibu City Council last week featured sharp disagreements over the Malibu Lagoon and one claim that heroin use was a problem at Malibu High School.</span>  <br style="clear:both" />
                    <br />
                    <div class="home-comments"><a href="/articles/2012/03/26/news/news5.txt#comment"><img src="/art/tool_icons/icon-comment.gif" border="0" class="icon-comments" /><span class="simpleblog-count">1 comment(s)</span></a></div>                           
                <div align="center" class="more"><a href="/news/">More News</a> <img src="/art/arrow_r.gif" /> </div>
                </div>
                <!-- SPORTS HEADLINES -->
                  <h2>SPORTS</h2>
                <div>
                                    <h1><a href="/articles/2012/03/26/news/sports/sports1.txt">Malibu High athletes garner all-league honors</a></h1>
                    <span class="small">It&#039;s been a banner winter sports season for Malibu High School athletic teams, and individual recognition has followed. Malibu athletes garnered first-team all-league honors in men&#039;s and women&#039;s basketball and soccer, as well as women&#039;s water polo in what has been a highly successful year schoolwide.</span>  <br style="clear:both" />
                    <div class="home-comments"><a href="/articles/2012/03/26/news/sports/sports1.txt#comment"><img src="/art/tool_icons/icon-comment.gif" border="0" class="icon-comments" /><span class="simpleblog-count">No comments posted.</span></a></div>

                                  <hr size="1" color="ccc" noshade="noshade" style="clear:both" />
                  <h1><a href="/articles/2012/03/26/news/sports/sports2.txt">Malibu Sports Spotlight: Steve Prudholme, Malibu Little League baseball</a></h1>
                <span class="small">From the music field to the playing field&#045;it&#039;s all about scoring a hit. While Malibu resident Steve Prudholme&#039;s career in the music industry has blossomed over the last 20 years, it is his love for coaching youth baseball that marks his true &#8220;Field of Dreams.&#8221;</span>  <br />
                    <div class="home-comments"><a href="/articles/2012/03/26/news/sports/sports2.txt#comment"><img src="/art/tool_icons/icon-comment.gif" border="0" class="icon-comments" /><span class="simpleblog-count">No comments posted.</span></a></div>

                                  <hr size="1" color="ccc" noshade="noshade" style="clear:both" />
                  <h1><a href="/articles/2012/03/26/news/sports/sports3.txt">Local signs with driving team</a></h1>
                <span class="small">Malibu local Austin Dyne has signed with Bob Bruncati&#039;s Sunrise Ford Racing team to contest the 2012 NASCAR K&N Pro Series West Championship. Dyne, 20, will make his K&N debut at the series April 14 round at Havasu 95 Speedway. He has experience with karts, Skip Barber Formula cars and other racing vehicles.</span>  <br />
                    <div class="home-comments"><a href="/articles/2012/03/26/news/sports/sports3.txt#comment"><img src="/art/tool_icons/icon-comment.gif" border="0" class="icon-comments" /><span class="simpleblog-count">No comments posted.</span></a></div>

                <!-- [include:front/sports1.inc]
                [include:front/sports2.inc]
                [include:front/sports3.inc]    -->        
                  <div align="center" class="more"><a href="/news/sports/">More Sports</a> <img src="/art/arrow_r.gif" /> </div>
                </div>
                <!-- OPINION HEADLINES -->
                  <h2>OPINION</h2>
                  <div>
                                      <h1><a href="/articles/2012/03/26/opinion/opinion/opinion2.txt">Public Forum: Dredging up the truth</a></h1>
                <span class="small"><B>Citizens may help in visioning Malibu&#039;s future</B></span>  <br style="clear:both" />
                    <div class="home-comments"><a href="/articles/2012/03/26/opinion/opinion/opinion2.txt#comment"><img src="/art/tool_icons/icon-comment.gif" border="0" class="icon-comments" /><span class="simpleblog-count">No comments posted.</span></a></div>

                                     <hr size="1" color="ccc" noshade="noshade" style="clear:both" />
                  <h1><a href="/articles/2012/03/26/opinion/opinion/opinion3.txt">CITY NEWS FROM THE MAYOR</a></h1>
                <span class="small"><B>This is a bi-weekly series from Mayor Laura Rosenthal on issues affecting residents. </B> </span> <br />
                    <div class="home-comments">
                    <a href="/articles/2012/03/26/opinion/opinion/opinion3.txt#comment">
                    <img src="/art/tool_icons/icon-comment.gif" border="0" class="icon-comments" /><span class="simpleblog-count">No comments posted.</span></a></div>

                    
                <!-- [include:front/opinion1.inc]
                [include:front/opinion2.inc]
                [include:front/opinion3.inc] -->
                  <div align="center"><span class="more"><a href="/opinion/opinion/">More Opinion </a> <img src="/art/arrow_r.gif" /> </span></div>
              </div>            </td>
            <td width="40"><img src="/art/spacer.gif" width="40" height="1" /></td>
            <td width="224" valign="top">
            <div id="contest"><a href="javascript:void(0)" onClick="window.open('/forms/contest','popform','width=600,height=450,scrollbars=1,toolbar=1');"><img src="/art/contest.jpg" alt="" border="0"></a></div>
                      <!-- FEATURED PHOTO -->
                      
                 <!-- VIDEO STORIES-->
              <h2>MULTIMEDIA</h2>
              <!-- <div style="float:right"><a href="/video/"><img src="/art/video.gif" border="0" /></a></div> -->
              <!-- AdSys ad not found for front:youtube_video_slot -->
              <br />
              <script language="javascript" type="text/javascript" src="/shared-content/newsys/common/movie.js"></script>
<div style="width: 250px; height: 220px" id="flowplayerblock5053541804f70f984ad743"></div>
<script language="javascript" type="text/javascript">//<![CDATA[
kConfig = new Array();
kConfig["movie"] = "http://www.malibutimes.com//content/articles/2012/03/26/video/1-johncarmt050.flv";
kConfig["skin"] = "FlowPlayer.swf";
kConfig["id"] = "5053541804f70f984ad743";
kConfig["width"] = "250";
kConfig["height"] = "220";
kConfig["autoPlay"] = false;
kConfig["autoBuffering"] = false;
newsys_video_instance(kConfig);
// ]]>
</script>

            <br />
            <br />
              <a href="/articles/2012/03/26/video/1-johncarmt050.txt"><h1>Disney's John Carter - Interviews With Cast</h1></a><a href="/articles/2012/03/26/video/2-littleleague050.txt"><h1>Malibu Little League Opening Day Fun</h1></a><a href="/articles/2012/03/26/video/3-polarplunge050.txt"><h1>Special Olympics Polar Plunge</h1></a><a href="/articles/2012/03/26/video/4-surfsmt050.txt"><h1>Surfing Santa</h1></a><a href="/articles/2012/03/26/video/5-tksgiving050.txt"><h1>Vegan Holiday Meal</h1></a>
              <hr 100% />
              <p class="large"><strong>Submit your videos to malibunews@malibutimes.com to be posted on our media page.</strong><br /></p>
<p class="small">* Videos can be as long as 60 seconds. Content must be local and noncommercial--anything from the great wave your friend caught to highlights of local community and school plays.<br /><br />&bull;<strong>Format:</strong>&nbsp;Videos <strong>MUST</strong> be in .flv format<br />
&bull;<strong>Size:</strong>&nbsp;Videos can <strong>NOT</strong> exceed 8MB in size</p>
              <br clear="all" />
              <div class="more" style="clear:both; text-align:center"><a href="/video/">More &raquo;</a></div>
                 <!-- CALENDAR -->
                <h2>EVENT CALENDAR</h2>
              <div id="small-calendar"><div class="calendar-block">
<table cellpadding="0" width="100%" cellspacing="1" border="0">
  <tr>
    
  <th colspan="7" align="center" class="cal-head"> March 2012 </th>
  </tr>
  <tr class="cal-dow">
    <th width="14%" class="sunday">Su</th>
    <th width="14%">Mo</th>
    <th width="14%">Tu</th>
    <th width="14%">We</th>
    <th width="14%">Th</th>
    <th width="14%">Fr</th>
    <th width="14%" class="saturday">Sa</th>
  </tr>  <tr class="cal-row">
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-01">1</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-02">2</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-03">3</a></td>
  </tr>  <tr class="cal-row">
        <td class="activecell"><a href="/calendar/?showdate=2012-03-04">4</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-05">5</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-06">6</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-07">7</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-08">8</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-09">9</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-10">10</a></td>
  </tr>  <tr class="cal-row">
        <td class="activecell"><a href="/calendar/?showdate=2012-03-11">11</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-12">12</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-13">13</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-14">14</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-15">15</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-16">16</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-17">17</a></td>
  </tr>  <tr class="cal-row">
        <td class="activecell"><a href="/calendar/?showdate=2012-03-18">18</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-19">19</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-20">20</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-21">21</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-22">22</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-23">23</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-24">24</a></td>
  </tr>  <tr class="cal-row">
        <td class="activecell"><a href="/calendar/?showdate=2012-03-25">25</a></td>
        <td id="today"><a href="/calendar/?showdate=2012-03-26"><b>26</b></a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-27">27</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-28">28</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-29">29</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-30">30</a></td>
        <td class="activecell"><a href="/calendar/?showdate=2012-03-31">31</a></td>
  </tr></table>
</div>
</div>
              <div class="more" style="clear:both; text-align:center"><a href="/calendar/">Community Calendar </a> | <a href="/calendar/submit/">Submit an Event</a></div>
              <!-- SPECIAL SECTIONS
                <h2>SPECIAL SECTIONS</h2>
              [edition_list:Special Section:special_edition] <br clear="all" /> -->
             <!-- <h2>FEATURED VIDEO</h2>
              
              <object width="225" height="180"><param name="movie"
value="http://www.youtube.com/v/CqtLbbmJng0&hl=en"></param><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/CqtLbbmJng0&hl=en"
type="application/x-shockwave-flash" wmode="transparent" width="225"
height="180"></embed></object> <br /> <br />

              <object width="225" height="180">
                <param name="movie"
value="http://www.youtube.com/v/19ifl6xj3YA&hl=en" />
                <param
name="wmode" value="transparent" />
                <embed
src="http://www.youtube.com/v/19ifl6xj3YA&hl=en"
type="application/x-shockwave-flash" wmode="transparent" width="225"
height="180"></embed>
              </object> -->
              <!-- <object width="225" height="180"><param name="movie" value="http://www.youtube.com/v/xo7E_gAOQOY"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/xo7E_gAOQOY" type="application/x-shockwave-flash" wmode="transparent" width="225" height="180"></embed></object> -->
                  <!-- ONLINE POLL -->
              <div class="box">
                <div class="boxtitle">Online Poll</div>
                <div class="boxpoll"></div>
              </div> <br />
                <!-- PHOTO GALLERIES -->
                <h2>YOUR PHOTOS</h2>
              

<SCRIPT LANGUAGE="JavaScript">
function launchCenter(url, name, height, width)
{
  var str = "height=" + height + ",innerHeight=" + height;
  str += ",width=" + width + ",innerWidth=" + width;
  if (window.screen)
  {
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;
    var xc = (aw - width) / 2;
    var yc = (ah - height) / 2;
    str += ",left=" + xc;
    str += ",top=" + yc;
    str += ",scrollbars=yes, resizable=yes";
  }
  return window.open(url, name, str);
}
</script>
<DIV id="gallery-20" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
        <A href="/shared-content/gallery/?galleryid=20&gallery_page=0&album_page=0&albumid=29&mediaid=345"><IMG src="/content/gallery/gallery_20/album_29/thumb_photo4d36375a1b27c598931883.jpg" /></A>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="/shared-content/gallery/?galleryid=20&gallery_page=0&album_page=0&albumid=29&mediaid=345">Orca whales</A>
        </DIV>
        <DIV class="gallery-count-block">
(16 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-19" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
        <A href="/shared-content/gallery/?galleryid=19&gallery_page=0&album_page=0&albumid=32&mediaid=373"><IMG src="/content/gallery/gallery_19/album_32/thumb_photo4d7e5e2c0a28b852935500.jpg" /></A>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="/shared-content/gallery/?galleryid=19&gallery_page=0&album_page=0&albumid=32&mediaid=373">Malibu Little League 2011</A>
        </DIV>
        <DIV class="gallery-count-block">
(5 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-15" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
        <A href="/shared-content/gallery/?galleryid=15&gallery_page=0&album_page=0&albumid=33&mediaid=372"><IMG src="/content/gallery/gallery_15/album_33/thumb_photo4d795145c6ec1000366552.jpg" /></A>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="/shared-content/gallery/?galleryid=15&gallery_page=0&album_page=0&albumid=33&mediaid=372">Gala Celebrates Quinn in "Pontius Pilate"</A>
        </DIV>
        <DIV class="gallery-count-block">
(9 photos)</DIV>
    </DIV>
</DIV>
<DIV id="gallery-14" class="gallery-block">    <DIV class="gallery-album-block">
        <DIV class="gallery-image-block">
        <A href="/shared-content/gallery/?galleryid=14&gallery_page=0&album_page=0&albumid=26&mediaid=317"><IMG src="/content/gallery/gallery_14/album_26/thumb_photo4d13ab4e17782370234050.jpg" /></A>
        </DIV>
        <DIV class="gallery-title-block">
        <A href="/shared-content/gallery/?galleryid=14&gallery_page=0&album_page=0&albumid=26&mediaid=317">Winter Holidays</A>
        </DIV>
        <DIV class="gallery-count-block">
(7 photos)</DIV>
    </DIV>
</DIV>

              <div class="more" style="clear:both; text-align:center"><a href="/gallery/">More Galleries </a> | <a href="
/shared-content/gallery/?usersubmit=1">Submit a Photo</a></div>
              <br /><br />
              <!-- ONLINE POLL 
              <div class="box">
                <div class="boxtitle">Online Poll</div>
                <div class="boxpoll">[poll::left::400:400]</div>
              </div> -->
              <br /></td>
          </tr>
        </table>
        </div>
      <!--begin wrapper bottom-->
<!--begin wrapper bottom--></td>
        <td width="200" valign="top" id="column-right">
        <!-- <span class="small">Advertisement</span><br />-->

            <div align="center" class="ad"><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1291096800) && (nAdsysTime <= 1606802399)) {
aAd = new Array('+right01', '242224-1296693311', 'gif');
aAd[3] = 'http://www.fusionacademy.com/BookingRetrieve.aspx?ID=8443';
aAd[4] = '1';
aAd[6] = '1';
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:right02 --></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:right03 --></div>            
            <div align="center" class="ad"><!-- AdSys ad not found for front:right04 --></div>
            <div align="center" class="ad"><script type="text/javascript">
<!-- 
aCampaigns = new Array();
aCampaigns[92] = 100;
aAds = new Array();
nAdsysTime = new Date().getTime()/1000;
document.usePlayer = 1;
if ((nAdsysTime >= 1294380000) && (nAdsysTime <= 1610085599)) {
aAd = new Array('+right05', '243914-1315517362', 'js');
aAd[7] = 10;
aAd[8] = 0;
aAd[9] = 92;
aAd[10] = 0;
aAd[11] = 0;
aAds[aAds.length] = aAd;
}
adsys_displayAd('http://adsys.townnews.com', 'malibutimes.com', aAds, aCampaigns);

//-->
</script></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:right06 --></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:right07 --></div>            
            <div align="center" class="ad"><!-- AdSys ad not found for front:right08 --></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:right09 --></div>            
            <div align="center" class="ad"><!-- AdSys ad not found for front:right10 --></div>
            <div align="center" class="ad"><!-- AdSys ad not found for front:right_skyscraper --></div></td>
</tr>
    </table>      <div id="footer">
                <table border="0" cellspacing="10" cellpadding="0" align="center">
                    <tr>
                      <td width="190" align="left" valign="top" class="item"><strong>Sections</strong><br />
                        - <a href="/">Homepage</a><br />
                        - <a href="/news/">News</a><br />
                        - <a href="/sports/">Sports</a><br />
                        - <a href="/opinion/">Opinion</a><br />
                        - <a href="/obituaries/">Obituaries</a><br />
                        - <a href="/life_and_arts/">Life & Arts</a><br />
                        - <a href="/frameset.html?http://entertainment.townnews.com">Entertainment</a><br />
                      - <a href="/classifieds/">Classifieds</a></td>
                      <td width="1" class="divide"><img src="/art/spacer.gif" width="1" height="1" /></td>
                        <td width="190" valign="top" class="item"><strong>Online Features </strong><br />
                          - <a href="/calendar/">Calendar</a><br />
                          - <a href="/gallery/">Photo Gallery</a><br />
                          - <a href="/real_estate/">Real Estate</a><br />
                          - <a href="/dining/">Restaurants/Dining Guide</a><br />
                          - <a href="/organizations_and_clubs/">Organizations & Clubs</a><br />
                          - <a href="/places_of_worship/">Places of Worship</a><br />
                          - <a href="/guestbook/">Guestbook</a><br />
                          - <a href="/our_newspaper/make_us_your_home_page/">Make us your Home Page</a> <br />
                          <!-- - <a href="/photo_store/">Online Photo Store</a> <br /> --></td>
                      <td width="1" class="divide"><img src="/art/spacer.gif" width="1" height="1" /></td>
                        <td width="190" align="left" valign="top" class="item"><strong>Services</strong><br />
                          - <a href="/our_newspaper/contact_us/">Contact Us</a> <br />
                          - <a href="/our_newspaper/advertise/">Advertise on Our Site</a> <br />
                           - <a href="/our_advertisers/">Our Advertisers</a> <br />
                          - <a href="/forms/">Online Forms</a> <br />
                          - <a href="javascript:void(0)" onclick="window.open('/forms/maillist/','popform','width=500,height=400,scrollbars=1,toolbar=1');">E-mail Updates</a><br />
                      - <a href="javascript:void(0)" onClick="window.open('https://secure.townnews.com/shared-content/perform/?domain_name=malibutimes.com&form_template=subscribe','popform','width=500,height=400,scrollbars=1,toolbar=1');">Subscribe</a> <br /></td>
                      <td width="1" class="divide"><img src="/art/spacer.gif" width="1" height="1" /></td>
                        <td width="190" align="left" valign="top" class="item"><table width="100%" border="0" cellspacing="0" cellpadding="3" class="highlight">
              
              <tr>
                <td width="20"
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...