WHOIS Service

keyt.com - information about domain

  • Server Status: available
  • Server IP: 208.80.56.11
  • Server Response Time: 1353ms

Site title

KEYT.com - News, Weather, Sports for Santa Barbara, Santa Maria, San Luis Obispo, Ventura, Oxnard

Alexa information

Alexa rank: 219,290

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
keyt.com IN MX 7200 mail.keyt.com pri: 10
keyt.com IN SOA 7200 mname: NS17.WORLDNIC.com
rname: namehost.WORLDNIC.com
serial: 110082912
refresh: 10800
retry: 3600
expire: 604800
minimum-ttl: 3600
keyt.com IN A 208.80.56.11 7200
keyt.com IN NS 7200 NS17.WORLDNIC.com
keyt.com IN NS 7200 ns18.WORLDNIC.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html xmlns:fb="http://facebook.com/2008/fbml">
<head>
<title>

    KEYT.com - News, Weather, Sports for Santa Barbara, Santa Maria, San Luis Obispo, Ventura, Oxnard        
</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

                        <link rel="alternate" type="application/rss+xml" title="KEYT.com | Santa Barbara, CA News, Weather and Sports" href="http://www.keyt.com/news/local/index.rss" />


    <link rel="icon" href="http://media.keyt.com/designimages/keytfavicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://media.keyt.com/designimages/keytfavicon.ico" type="image/x-icon" />


            <meta name="google-site-verification" content="ygvnRfxWH-fv5U8gMyx5tCt4aYaYS201v9eMrB6cSDw" />
    

    <meta http-equiv="Refresh" content="300;url=/">
    
    
     <link rel="stylesheet" href="http://www.keyt.com/includes/alpha_general.css" type="text/css">



    <link rel="stylesheet" href="http://www.keyt.com/includes/gemini.css" type="text/css">



<link rel="stylesheet" href="http://www.keyt.com/includes/bim_tools.css" type="text/css" media="screen" />

<!-- domain.stgroupcss  true -->

    
                <link rel="stylesheet" href="http://www.keyt.com/includes/keyt_styles.css" type="text/css">
                <link rel="stylesheet" href="http://www.keyt.com/includes/keyt_top_styles.css" type="text/css">
        


        
    
    <!--[if IE]>
            <![endif]-->



    

<script language="Javascript" type="text/javascript">
<!--
function pollSubPop (url, name, widgets ) 
{
    popupWin = window.open(url, name, widgets);
    var agt=navigator.userAgent.toLowerCase();
    var is_major = parseInt(navigator.appVersion);
     var is_ie     = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
     var is_ie3    = (is_ie && (is_major < 4));
     var is_ie4    = (is_ie && (is_major == 4) && (agt.indexOf("msie 4")!=-1) );
     var is_aol   = (agt.indexOf("aol") != -1);
     var is_aol3  = (is_aol && is_ie3);
     var is_aol4  = (is_aol && is_ie4);
     var is_aol5  = (agt.indexOf("aol 5") != -1);
     var is_aol6  = (agt.indexOf("aol 6") != -1);
     var is_comp   = (agt.indexOf("compuserve") != -1);
     var is_compie = (is_comp && is_ie);

     if(!is_aol6 && !is_aol3 && !is_aol4 && !is_aol5 && !is_compie) { popupWin.opener.top.name = "opener"; }

    popupWin.focus();
}

function openPopup (url, name, widgets ) 
{
    popupWin = window.open(url, name, widgets);
    popupWin.focus();
}     
function checkSearch() {
    if (!isValidSearch(document.SearchBox.keywords.value)) {
     displayError("Please enter a valid search term.", document.SearchBox.keywords);
     return false;
   }
}
function checkGenSearch() {
    if (!isValidSearch(document.GenSearchBox.keywords.value)) {
     displayError("Please enter a valid search term.", document.GenSearchBox.keywords);
     return false;
   }
}
function displayError(aMessage, aObject) {
aObject.focus();
alert(aMessage);
}
function isValidSearch(s){   
if (isEmpty(s)) return false;
if (isWhitespace(s)) return false;
if (s=='search') return false;
return true;
}
function isEmpty(s) { return ((s == null) || (s.length == 0)) }

function isWhitespace (s) {   
var i;
var whitespace = " \t\n\r";
if (isEmpty(s)) return true;
   for (i = 0; i < s.length; i++)
   {   
    var c = s.charAt(i);
    if (whitespace.indexOf(c) == -1) return false;
    }
   return true;
}

function isValidEmail(s) {   
if (isEmpty(s)) return false;
if (isWhitespace(s)) return false;
var i = 1;
var sLength = s.length;
while ((i < sLength) && (s.charAt(i) != "@")) { i++ }
  if ((i >= sLength) || (s.charAt(i) != "@")) return false;
    else i += 2;
    while ((i < sLength) && (s.charAt(i) != "."))
    { i++
    }
    if ((i >= sLength - 1) || (s.charAt(i) != ".")) return false;
    else return true;
}

function writeDate(){
var d=new Date()
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>                                                                                                               



<script language="JavaScript" src="http://www.keyt.com/includes/BIM_js_popwin.js" type="text/javascript"></script> 


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://www.keyt.com/includes/bim_javascript_library.js" type="text/javascript"></script>





<script type="text/javascript">_qoptions = {
qacct:"p-9a3CzpxOy4iiQ"
};
</script>
<script type="text/javascript" src="http://pixel.quantserve.com/seg/p-9a3CzpxOy4iiQ.js"></script>
<script type="text/javascript">
function _quantgc(n) {
var c=document.cookie;if(!c)return '';
var i=c.indexOf(n+"=");if(-1==i)return '';
var len=i+n.length+1;
var end=c.indexOf(";", len);
return c.substring(len,end<0?c.length:end);
}
quantSegs = "";
var _qsegs = _quantgc('__qseg').split('|');
for (var i=0;i < _qsegs.length;i++) {
var qArr=_qsegs[i].split("_")
if(qArr.length>1){ quantSegs += ("qcseg=" + qArr[1] + ";");}
}
</script>

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    
                    
                                
        
                                
            
                                        
            
                                        
                                        
                                                                                                                
        
                                <script language="Javascript" type="text/javascript">document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/caspl.js?r='+Math.random()+'&c=3031&m=2582&d=93647&p=346&p=351&p=371&p=1491&p=171&p=831&p=291&p=262&p=267&p=272&p=277&p=287&p=302&p=2192"></scr'+'ipt>');</script>



                            </head>
                                                                                                                        


<body id="index">


<div id="container">
<div id="main">

    


    
    
                 
                


     

            

            <script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['Leaderboard']) document.write('<div id=\'leaderboard1\'>');if (self['plpm'] && plpm['Leaderboard']){ document.write(plpm['Leaderboard']);} else if (self['plunpla'] && plunpla['371']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=371&c=3031&m=2582&d=93647&a='+plunpla['371']+'&pre=%3Cdiv+id%3D%27leaderboard1%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else {  if(self['plurp'] && plurp['371']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=371&c=3031&m=2582&d=93647&pre=%3Cdiv+id%3D%27leaderboard1%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['Leaderboard']) document.write('</div>');</script>
    

    <div id="searchbar"><!-- refresh -->
<div id="date">Mon, Mar 12, 2012</div>
<div id="search">        <form class="searchform" method="get" action="/results" name="GenSearchBox" onsubmit="return checkGenSearch();" >


<input name="keywords" type="text" class="searchbox" size="50" >

<input type="hidden" name="searchType" value="gen"><input type="submit" name="submit" class="searchbutton" value="Search"></form>

    </div></div>

<div id="header" class="header">



                    <div id="weatherbox">
        
                        
                                <div class="sectiondiv3"><h1>KEY Weather</h1></div>
    <div id="weathercontent">
    
            


    
    
        
                                    
            
        
        
            <div id="weatherdata">
                    
                </div>
        
            <!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->

























                                
    <div id="forecast">
                        
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->























 





    





<div class="santabarbara">

<span>Santa Barbara
    </span>

    54.0         &deg;
     
</div>



                    
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->























 





    





<div class="santamaria">

<span>Santa Maria
    </span>

    51.0         &deg;
     
</div>



                    
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->























 





    





<div class="sanluisobispo">

<span>San Luis Obispo
    </span>

    50.0         &deg;
     
</div>



                    
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->
<!-- refresh -->























 





    





<div class="ventura">

<span>Ventura
    </span>

    56.0         &deg;
     
</div>



                 </div>


                
                                        
                                                                                    
                                                                            
                <a class="more" href="/weather">More Weather</a>
    </div>
    </div>
<div id="stationtabs"><ul><li id="tab1"><a href="/news/key-news-tipline" title="KEY News TipLine" >KEY News TipLine</a></li></ul></div>
<a href="/weather" ><img src="http://media.keyt.com/designimages/keyt-skytracker2.jpg" width="180" height="31" alt="" title="" border="0" /></a><script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['header']) document.write('<div class=\'headerad\'>');if (self['plpm'] && plpm['header']){ document.write(plpm['header']);} else if (self['plunpla'] && plunpla['346']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=346&c=3031&m=2582&d=93647&a='+plunpla['346']+'&pre=%3Cdiv+class%3D%27headerad%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else {  if(self['plurp'] && plurp['346']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=346&c=3031&m=2582&d=93647&pre=%3Cdiv+class%3D%27headerad%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['header']) document.write('</div>');</script><script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['headerpromo']) document.write('<div class=\'headerpromo\'>');if (self['plpm'] && plpm['headerpromo']){ document.write(plpm['headerpromo']);} else if (self['plunpla'] && plunpla['351']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=351&c=3031&m=2582&d=93647&a='+plunpla['351']+'&pre=%3Cdiv+class%3D%27headerpromo%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else {  if(self['plurp'] && plurp['351']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=351&c=3031&m=2582&d=93647&pre=%3Cdiv+class%3D%27headerpromo%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['headerpromo']) document.write('</div>');</script></div>





    <div id="nav">
            <ul id="navbuttons">
    
                                                    
                                
                    
            
                                    
            
            
                                    
            
                                        
                                                
                                                
                                                
                                                                                    
            
            
                                    
        <li id="nav1" class="current"><a href="/" target="" class="current">Home</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav2" class=""><a href="/weather" target="" class="">Weather</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav3" class=""><a href="/traffic" target="" class="">Traffic</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav4" class=""><a href="/sports/local" target="" class="">Sports</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav5" class=""><a href="/fff" target="" class="">Friday Football Focus</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav6" class=""><a href="/entertainment" target="" class="">Entertainment</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav7" class=""><a href="/contests" target="" class="">Contests</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav8" class=""><a href="/about/contact" target="" class="">About KEYT</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav9" class=""><a href="/programs" target="" class="">Programs</a>
</li>    
                                                    
                                
                    
            
                                    
            
            
                            
                                
                                
                                
                                        
            
                                        
                                                
                                                
                                                
                                                                                                        
        <li id="nav10" class=""><a href="/community/events" target="" class="">Calendar</a>
</li></ul>

<div id="subnav">
                    
                                                                    
                            
                                                                    
                                
                                
                                                        
                                                                        
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                                                        
                                                                        
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                                                        
                                                                        
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                                                        
                                            
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                                                        
                                            
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                                                        
                                            
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                                                        
                                            
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                                                        
                                            
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                                                        
                                            
                                                                                                
                                                
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                                
                                                                    
                            
                                                                    
                                
                                
                            
                            
                                    <ul  class="subnav" >
                
                                
                                    
                                    
                        <li class="subnav1"><a href="/news/local" target="">Local</a></li>
                                
                                    
                                    
                        <li class="subnav2"><a href="/news/local/ventura-county" target="">Ventura County</a></li>
                                
                                    
                                    
                        <li class="subnav3"><a href="/news/local/san-luis-obispo-county" target="">San Luis Obispo County</a></li>
                                
                                    
                                    
                        <li class="subnav4"><a href="/news/3-on-your-side" target="">3 On Your Side</a></li>
                                
                                    
                                    
                        <li class="subnav5"><a href="/news/whats-right" target="">What's Right</a></li>
                                
                                    
                                    
                        <li class="subnav6"><a href="/news/california" target="">California</a></li>
                                
                                    
                                    
                        <li class="subnav7"><a href="/news/usworld" target="">U.S./World</a></li>
                                
                                    
                                    
                        <li class="subnav8"><a href="/news/health" target="">Health</a></li>
                                
                                    
                                    
                        <li class="subnav9"><a href="/news/business" target="">Business</a></li>
                            </ul>
            </div>
    </div>


    


    
    
                 
                


     

            


    <table cellpadding="0" cellspacing="0" border="0" id="maintable">
    <tr>
    
            <td class="columncenter" valign="top">
    
            


    
    
        
                                        <script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['topbanner']) document.write('<div id=\'ad_topbanner\' class=\'callout\'>');if (self['plpm'] && plpm['topbanner']){ document.write(plpm['topbanner']);} else if (self['plunpla'] && plunpla['831']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=831&c=3031&m=2582&d=93647&a='+plunpla['831']+'&pre=%3Cdiv+id%3D%27ad_topbanner%27+class%3D%27callout%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else {  if(self['plurp'] && plurp['831']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=831&c=3031&m=2582&d=93647&pre=%3Cdiv+id%3D%27ad_topbanner%27+class%3D%27callout%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['topbanner']) document.write('</div>');</script>
                        


                                                            
        
            
                            
            
        


        
        
    
            
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                                                
            
                             
                                                                                 
        
    
        


                
        
    
            
                                                
                                                                        
                            

                         
 

    
        


                
        
    
            
                                                
                                                            
                            

                         
 

    
        


                
        
    
            
                                                
                                                            
                            

                         
 

                                    
            
                <div id="topstorydiv">
        <div class="sectiondiv">
                    <h1>
                                                            Top Stories
                                                                        </h1>
                </div>
                                         
                

                
                    
        


        
                        
    
                
        
   
            
        <div id="topstory" style="">
        


                                                                                             
                


                         
    
    
        
    
    
     
                    
    
    
        
    
    
     
                        
                        
    
    
        
    
    
             
                                        
                        
    
    
    
    
    
                        
                        
    
    
        
    
    
             
                                        
                    
    
    
        
    
    
                                                                                            
    
    
    
    
    
                                                    
                                                                                        
    
    
        
    
    
                     
                                                                
                                                                    
    
    
        
    
    
                    
    
    
        
    
    
         
                            
                
        
                     
    
                
                                           



                               

                                                                <div id="videobox">
                <div id="center">
                <div id="media">
                    

        
            




            

        


    
    
    




                


                


        <!-- wss.name www.keyt.com
        cms.domain www.keyt.com -->

        


 
















                                            


    

    
    
    
    
    
    
    

    



                
    
    
    


        



                    <div class="bimVideoPlayer">
        <div id="bimvidplayer0" class="bimvidMain" style="height: 240px; width: 320px; overflow: hidden; postion: relative; background: black; display: block; cursor: default;">
                    <span class='bimvidImages' style="height: 240px; display: block;">
                                                                                        <img src="http://media.keyt.com/images/waves4.jpg" class="bimvidthumbnail" style="height: 100%; margin: auto auto; display: block;">
                                        </span>
            <div class="playOverlay" style="height: 100%; width: 100%; background: transparent url(http://media.keyt.com/designimages/bimvid_overlay_sm.png) center center no-repeat; position: relative; top: -240px; cursor: default; display: none; z-index: 99;"></div>
                </div>
    </div>
                            <div id="bimvidplayer0_cb" class="bimvidCompanion hide" style="margin-top: 5px; margin-left: 5px; position: absolute; z-index: 1000; width: 300px; height: 250px;"></div>
                

<script type="text/javascript" language="JavaScript">
    if (!window.jQuery) document.write('<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"><\/script>');
    if (!window.flashembed) document.write('<script src="http://www.keyt.com/includes/flowplayer.min.js"><\/script>');
    $(document).ready(function() {
            $('.playOverlay').show();
            var targetHeight = $('#bimvidplayer0').height();
            var targetWidth = $('#bimvidplayer0').width();
                    $f("bimvidplayer0", {
                "src" : "http://swfs.bimvid.com/bimvid_player-3_2_7.swf?x-bim-callletters=KEYT",
                "wmode" : "opaque" },
                            {
                                                    "onLoadingAsHTML5": function(event) {setUpGA();  },
                            "key": "e19d000d885013ceeca",
                "contextMenu": ["BIMvid Video player 5.0.0"],
                "play":{"replayLabel": "Play Again"},
                            "clip": {
                                    "url": "http://cdn.bimfs.com/KEYT/4aafbddd92f047352a12295db6061c7a3ce004d9.mp4",
                                                    "scaling":"fit",
                    "pageUrl":"http%3A%2F%2Fwww.keyt.com%2Fnews%2Flocal%2FFour-Bodies-Found-off-of-Channel-Islands-142278665.html",
                                                        "onFinish": function() {
                                                if (typeof resumeAfterVideo !== "undefined") resumeAfterVideo();
                        },
                                        "onStart": function(){
                        if (typeof($f().getPlugin('bimga')) !== "undefined" && typeof($f().getPlugin('bimga').trackEvent) !== "undefined") { $f().getPlugin('bimga').trackEvent("useragent", navigator.userAgent); }
                                         },
                
                    "id":"142278665",
                    "dockey":"4aafbddd92f047352a12295db6061c7a3ce004d9",
                    "title":"Four+Bodies+Found+off+of+Channel+Islands",
                    "description":"The+Santa+Barbara+County+Sheriff%5C%27s+Coroner+has+taken+custody+of+three+bodies+that+were+found+floating+near+Santa+Cruz+Island.",
                    "duration":"45",
                    "keywords":"",
                    "categories":"home",
                                    "useadaptv":true,
                    "zid":"bi_keyt"
                                },
                "plugins": {
                    "controls": {
                        "zIndex": 10,
                        "url": "http://swfs.bimvid.com/bimvid_controls-3_2_3.swf?x-bim-callletters=KEYT",
                        "backgroundColor": "#c4c4c4",
                        "backgroundGradient": [0.1,0.2,0.5],
                        "borderRadius": "0",
                        "volumeColor": "#bd7c7a",
                        "progressColor": "#CCCCCC",
                        "progressGradient": "none",
                        "bufferColor": "#bd7c7a",
                        "bufferGradient": "none",
                        "sliderColor": "#383838",
                        "sliderBorder": "1px solid rgba(128, 128, 128, 0.7)",
                        "sliderGradient": "none",
                        "buttonColor": "#424242",
                        "buttonOverColor": "#ffffff",
                        "volumeSliderColor": "#ffffff",
                        "volumeSliderGradient": "none",
                        "volumeBorder": "1px solid rgba(128, 128, 128, 0.7)",
                        "timeColor": "#000000",
                        "tooltipColor": "#000000",
                        "tooltipTextColor": "#ffffff",
                                            "autoHide": "always",
                                            "durationColor": "#a3a3a3",
                        "height": 24,
                        "opacity": 1.0,
                                            "time": false,
                                            "fastBackward": false,
                        "fastForward": false,
                        "slowForward": false,
                        "slowBackward": false
                                    },
                                    "sharing":{
                        "zIndex": 15,
                        "url":"http://swfs.bimvid.com/bimvid_sharing-20111104a.swf?x-bim-callletters=KEYT",
                        "email":{
                            "subject": "Four+Bodies+Found+off+of+Channel+Islands",
                            "template": "{0} \n\n Video Link: <a href=\"{1}\">{2}</a>",
                            "message": "A video that might interest you."
                        },
                        "embed": {
                                                        "configUrl": "http%3A%2F%2Fwww.keyt.com%2F%3Fj%3D142278665%26ref%3Dhttp%3A%2F%2Fwww.keyt.com%2Fnews%2Flocal%2FFour-Bodies-Found-off-of-Channel-Islands-142278665.html",
                            "responseText":"Embed code copied to clipboard! You can now paste it to your site or blog.",
                            "label":"Embed"
                        },
                        "twitter": {
                            "description": "Four+Bodies+Found+off+of+Channel+Islands"
                        }
                    },
                    "dock": {
                        "zIndex": 14,
                        "right": 14,
                        "horizontal": false,
                        "width": "8%",
                        "autoHide": true
                                                                                    },
                    "bimga": {
                        "url": "http://swfs.bimvid.com/bimvid_googleAnalytics-20110912a.swf?x-bim-callletters=KEYT",
                        "customer":"KEYT",                                                                                                 "accountId":"UA-164600-17"
                                    },
                    "adaptv": {
                        "zIndex":50,
                                                                                "onBreakEnded":function (event) {
                            $('#bimvidplayer0_cb').addClass('hide').children().remove();
                                                },
                                            "onCompanion":function(event){ $('#bimvidplayer0_cb').removeClass('hide'); },
                                        "url":"http://swfs.bimvid.com/bimvid_adaptv-20110831.swf?x-bim-callletters=KEYT",
                        "key":"broadcastinteractivemedia",
                        "adaptag":"home",
                        "context":{ "DART_zone":"home","DART_site":"bim.local.keyt" },
                        "companionId":"bimvidplayer0_cb",
                        "videoPlayerId":"bimvidplayer0_api"
                                    }
                }
            }

            ).ipad({ "simulateiDevice": false, "controls": true });
                });

                 
    function setUpGA() {
        var _gaq = _gaq || []; 
        var uagent = navigator.userAgent;
        var bimvidTracker = _gat._createTracker('UA-164600-17', 'BIMVID');
        bimvidTracker._trackEvent( 'KEYT',  'video_start',  '4aafbddd92f047352a12295db6061c7a3ce004d9' );
        bimvidTracker._trackEvent(  'KEYT',  'useragent', uagent)
            $f().onFinish(function(){
            _gaq.push(['BIMVID._trackEvent',  'KEYT',  'video_complete',  '4aafbddd92f047352a12295db6061c7a3ce004d9' ]);    
        });
    
            }    

(function() {
    if (typeof _gat === "undefined") {
        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>





                </div>
                            <div id="textarea">
        <h1>
        <a href="http://www.keyt.com/news/local/Four-Bodies-Found-off-of-Channel-Islands-142278665.html"  >
                Four Bodies Found off of Channel Islands
        </a>
                </h1>
                                    <p>The Santa Barbara County Sheriff's Coroner has taken custody of three bodies that were found floating near Santa Cruz Island. <a class="more" href="http://www.keyt.com/news/local/Four-Bodies-Found-off-of-Channel-Islands-142278665.html">Read more &raquo;</a>
            
                        </p>
                </div>        
                


                                                                                                                            
            
                                                                                            
                                                    
    
                    
            
                
            
    
                                                                                                                                
     
                    </div>            </div>                
        </div>        </div>        
        
        
        
                            
            
        
    

                                                                                                                                                                

                 



     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                        

            

        




                    
        

        





        



    
            
    

            
        
        
        
        
        
        
                                                                        
                
            
 
    <div class="morestories" id="headlinenewslocal">
    <div class="sectiondiv"><h1>
        More Stories
        </h1>
        </div>

            

<ul>



                     

                                                            
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head1" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/Fatal-Accident-Shuts-Down-Hwy-101-142219955.html" title="Fatal Accident Shuts Down Highway 101"  >
                            <img src="http://media.keyt.com/images/120*90/buellton_fatal_big_rig_acc.jpg" class="topthumbmore" alt="Buellton Fatal Accident 101" title="Fatal Accident Shuts Down Highway 101" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/Fatal-Accident-Shuts-Down-Hwy-101-142219955.html" title="Fatal Accident Shuts Down Highway 101"  >
                                                
                                                    Fatal Accident Shuts Down Highway 101
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/Fatal-Accident-Shuts-Down-Hwy-101-142219955.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head2" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/Breaking-News-House-Fire-in-the-Foothills-142215865.html" title="Fire Destroys Santa Barbara Home"  >
                            <img src="http://media.keyt.com/images/120*90/house_fire_foothills2.jpg" class="topthumbmore" alt="House Fire Foothills Santa Barbara" title="Fire Destroys Santa Barbara Home" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/Breaking-News-House-Fire-in-the-Foothills-142215865.html" title="Fire Destroys Santa Barbara Home"  >
                                                
                                                    Fire Destroys Santa Barbara Home
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/Breaking-News-House-Fire-in-the-Foothills-142215865.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        


                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head3" >
                                                                                                                



                
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/Tri-Counties-Plays-Part-In-Disaster-Recovery-142268505.html" title="Tri Counties Plays Part In Disaster Recovery"  >
                            <img src="http://media.keyt.com/images/120*90/japan_quake_damage.jpg" class="topthumbmore" alt="" title="Tri Counties Plays Part In Disaster Recovery" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/Tri-Counties-Plays-Part-In-Disaster-Recovery-142268505.html" title="Tri Counties Plays Part In Disaster Recovery"  >
                                                
                                                    Tri Counties Plays Part In Disaster Recovery
                            </a>
                                                      
        




                                


                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/Tri-Counties-Plays-Part-In-Disaster-Recovery-142268505.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        


                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head4" >
                                                                                                                



                
    
    

            
  
  
     
                        
        

                                    

                                                                                                                                                                                                                                                                                                                                                                
                            
                                                <a class="headthumb" href="http://www.keyt.com/news/local/New-Garden-Cultivates-Community-and-Sustainabilty-142267825.html" title="New Garden Cultivates Community and Sustainabilty"  >
                            <img src="http://cdn.bimfs.com/KEYT/5c3d8f3ad1a4f2963a8f193b8d0cd16bbd43c0c4.jpg" class="topthumbmore" alt="" title="New Garden Cultivates Community and Sustainabilty" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/New-Garden-Cultivates-Community-and-Sustainabilty-142267825.html" title="New Garden Cultivates Community and Sustainabilty"  >
                                                
                                                    New Garden Cultivates Community and Sustainabilty
                            </a>
                                                      
        




                                


                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/New-Garden-Cultivates-Community-and-Sustainabilty-142267825.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
</ul>



</div>

                                                         <script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['banner']) document.write('<div class=\'callout\' id=\'banner468\'>');if (self['plpm'] && plpm['banner']){ document.write(plpm['banner']);} else if (self['plunpla'] && plunpla['171']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=171&c=3031&m=2582&d=93647&a='+plunpla['171']+'&pre=%3Cdiv+class%3D%27callout%27+id%3D%27banner468%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else {  if(self['plurp'] && plurp['171']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=171&c=3031&m=2582&d=93647&pre=%3Cdiv+class%3D%27callout%27+id%3D%27banner468%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['banner']) document.write('</div>');</script>
                                                    

            

        




                    
        







        



    
            
        

            
        
        
        
        
        
        
                                                                        
                
            
 
    <div class="localfn headlines" id="headlinenewslocal3">
    <div class="sectiondiv"><h1>
                    <a href="/news/local">
        Headlines
            </a>
        </h1>
        </div>

            

<ul>



                     

                                    
        


        
                        
    
                    
                                    
                
                        
        


                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head1" >
                                                                                                                



                
    
    

            
  
  
     
                        
        

                                    

                                                                                                                                                                                                                                                                                                                                                                
                            
                                                <a class="headthumb" href="http://www.keyt.com/news/local/Sponsor-A-Wolf-142266435.html" title="Sponsor A Wolf"  >
                            <img src="http://cdn.bimfs.com/KEYT/38d84ac24b345bc12e27d99a2835ac54bfec329d.jpg" class="topthumbmore" alt="" title="Sponsor A Wolf" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/Sponsor-A-Wolf-142266435.html" title="Sponsor A Wolf"  >
                                                
                                                    Sponsor A Wolf
                            </a>
                                                      
        




                                


                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/Sponsor-A-Wolf-142266435.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head2" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/By-the-Numbers-North-County-Jail-142156533.html" title="By the Numbers: North County Jail"  >
                            <img src="http://media.keyt.com/images/120*90/jail_prison_sb.jpg" class="topthumbmore" alt="" title="By the Numbers: North County Jail" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/By-the-Numbers-North-County-Jail-142156533.html" title="By the Numbers: North County Jail"  >
                                                
                                                    By the Numbers: North County Jail
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/By-the-Numbers-North-County-Jail-142156533.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head3" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/Mammoth-Lakes-Businessman-Who-Had-Sexual-Relations-With-Girl-Enters-Plea---142120013.html" title="Mammoth Lakes Businessman Who Had Sexual Relations With Girl Enters Plea  "  >
                            <img src="http://media.keyt.com/images/120*90/walker_joseph1.jpg" class="topthumbmore" alt="" title="Mammoth Lakes Businessman Who Had Sexual Relations With Girl Enters Plea  " border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/Mammoth-Lakes-Businessman-Who-Had-Sexual-Relations-With-Girl-Enters-Plea---142120013.html" title="Mammoth Lakes Businessman Who Had Sexual Relations With Girl Enters Plea  "  >
                                                
                                                    Mammoth Lakes Businessman Who Had Sexual Relations With Girl Enters Plea  
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/Mammoth-Lakes-Businessman-Who-Had-Sexual-Relations-With-Girl-Enters-Plea---142120013.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head4" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/Man-Arrested-For-Homicide-In-Lompoc--142125293.html" title="Man Arrested For Homicide In Lompoc "  >
                            <img src="http://media.keyt.com/images/120*90/cuffs_arrest.jpg" class="topthumbmore" alt="" title="Man Arrested For Homicide In Lompoc " border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/Man-Arrested-For-Homicide-In-Lompoc--142125293.html" title="Man Arrested For Homicide In Lompoc "  >
                                                
                                                    Man Arrested For Homicide In Lompoc 
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/Man-Arrested-For-Homicide-In-Lompoc--142125293.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head5" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/Das-Williams-Introduces-A-Bill-To-Help-Fund-Sexual-Assault-Awareness-142125733.html" title="Das Williams Introduces A Bill To Help Fund Sexual Assault Awareness"  >
                            <img src="http://media.keyt.com/images/120*90/williams_das1.jpg" class="topthumbmore" alt="" title="Das Williams Introduces A Bill To Help Fund Sexual Assault Awareness" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/Das-Williams-Introduces-A-Bill-To-Help-Fund-Sexual-Assault-Awareness-142125733.html" title="Das Williams Introduces A Bill To Help Fund Sexual Assault Awareness"  >
                                                
                                                    Das Williams Introduces A Bill To Help Fund Sexual Assault Awareness
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/Das-Williams-Introduces-A-Bill-To-Help-Fund-Sexual-Assault-Awareness-142125733.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
</ul>


    <a class="more" href="/news/local">More Headlines</a>

</div>

                                                         <script language="Javascript" type="text/javascript">if (self['plpm'] && plpm['banner2']) document.write('<div class=\'callout\' id=\'banner2\'>');if (self['plpm'] && plpm['banner2']){ document.write(plpm['banner2']);} else if (self['plunpla'] && plunpla['332']){document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=332&c=3031&m=2582&d=93647&a='+plunpla['332']+'&pre=%3Cdiv+class%3D%27callout%27+id%3D%27banner2%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } else {  if(self['plurp'] && plurp['332']){} else {document.write('<scr'+'ipt language="Javascript" type="text/javascript" src="http://cas.clickability.com/cas/cas.js?r='+Math.random()+'&p=332&c=3031&m=2582&d=93647&pre=%3Cdiv+class%3D%27callout%27+id%3D%27banner2%27%3E&post=%3C%2Fdiv%3E"></scr'+'ipt>'); } }if (self['plpm'] && plpm['banner2']) document.write('</div>');</script>
                                                    

            

        




                    
        







        



    
            
    

            
        
        
        
        
        
        
                                                                        
                
            
 
    <div class="headlines headlinewimage clear" id="headlinenewslocalsan-luis-obispo-county">
    <div class="sectiondiv"><h1>
                            <a href="/news/local/san-luis-obispo-county">
        San Luis Obispo County
            </a>
        </h1>
        </div>

            

<ul>



                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head1" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/san-luis-obispo-county/Unemployment-Rates-Up-And-Down-142150673.html" title="Unemployment Rates Up And Down"  >
                            <img src="http://media.keyt.com/images/120*90/unemployment_employment.jpg" class="topthumbmore" alt="" title="Unemployment Rates Up And Down" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/san-luis-obispo-county/Unemployment-Rates-Up-And-Down-142150673.html" title="Unemployment Rates Up And Down"  >
                                                
                                                    Unemployment Rates Up And Down
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/san-luis-obispo-county/Unemployment-Rates-Up-And-Down-142150673.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        


    

                                                                                                                                                                                
            
   
            
                                                                                                                                        <li class=" story head2" >
                                                                                                                



    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/san-luis-obispo-county/Matt-Boutte-To-Run-for-Office-141885443.html" title="Matt Boutte To Run for Office"  >
                            <img src="http://media.keyt.com/images/120*90/cap_capitol.jpg" class="topthumbmore" alt="" title="Matt Boutte To Run for Office" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/san-luis-obispo-county/Matt-Boutte-To-Run-for-Office-141885443.html" title="Matt Boutte To Run for Office"  >
                                                
                                                    Matt Boutte To Run for Office
                            </a>
                                                      
        




                                


    


                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head3" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/san-luis-obispo-county/Firefighters-Battling-45-Acre-Wildfire-Near-Paso-Robles-141684373.html" title="Firefighters Battling 45 Acre Wildfire Near Paso Robles"  >
                            <img src="http://media.keyt.com/images/120*90/fire_smoke_fireman.jpg" class="topthumbmore" alt="" title="Firefighters Battling 45 Acre Wildfire Near Paso Robles" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/san-luis-obispo-county/Firefighters-Battling-45-Acre-Wildfire-Near-Paso-Robles-141684373.html" title="Firefighters Battling 45 Acre Wildfire Near Paso Robles"  >
                                                
                                                    Firefighters Battling 45 Acre Wildfire Near Paso Robles
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/san-luis-obispo-county/Firefighters-Battling-45-Acre-Wildfire-Near-Paso-Robles-141684373.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        


    

                                                                                                                                                                                
            
   
            
                                                                                                                                        <li class=" story head4" >
                                                                                                                



    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/san-luis-obispo-county/Well-Known-San-Luis-Obispo-Sheriffs-Employee-Dies-141094983.html" title="Well-Known San Luis Obispo Sheriff's Employee Dies"  >
                            <img src="http://media.keyt.com/images/120*90/bryn_rob.jpg" class="topthumbmore" alt="" title="Well-Known San Luis Obispo Sheriff's Employee Dies" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/san-luis-obispo-county/Well-Known-San-Luis-Obispo-Sheriffs-Employee-Dies-141094983.html" title="Well-Known San Luis Obispo Sheriff's Employee Dies"  >
                                                
                                                    Well-Known San Luis Obispo Sheriff's Employee Dies
                            </a>
                                                      
        




                                


    


                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head5" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/san-luis-obispo-county/Cal-Poly-Students-Vote-On-Tuition-Fee-Increase-140963113.html" title="Cal Poly Students Vote On Tuition Fee Increase"  >
                            <img src="http://media.keyt.com/images/120*90/cal_poly.jpg" class="topthumbmore" alt="" title="Cal Poly Students Vote On Tuition Fee Increase" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/san-luis-obispo-county/Cal-Poly-Students-Vote-On-Tuition-Fee-Increase-140963113.html" title="Cal Poly Students Vote On Tuition Fee Increase"  >
                                                
                                                    Cal Poly Students Vote On Tuition Fee Increase
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/san-luis-obispo-county/Cal-Poly-Students-Vote-On-Tuition-Fee-Increase-140963113.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
</ul>


    <a class="more" href="/news/local/san-luis-obispo-county">More San Luis Obispo County</a>

</div>

                                                    

            

        




                    
        







        



    
            
    

            
        
        
        
        
        
        
                                                                        
                
            
 
    <div class="headlines headlinewimage" id="headlinenewslocalventura-county">
    <div class="sectiondiv"><h1>
                            <a href="/news/local/ventura-county">
        Ventura County
            </a>
        </h1>
        </div>

            

<ul>



                     

                                    
        


        
                        
    
                    
                                    
                
                        
        


                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head1" >
                                                                                                                



                
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/ventura-county/Four-Bodies-Found-off-of-Channel-Islands-142278665.html" title="Four Bodies Found off of Channel Islands"  >
                            <img src="http://media.keyt.com/images/120*90/waves4.jpg" class="topthumbmore" alt="" title="Four Bodies Found off of Channel Islands" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/ventura-county/Four-Bodies-Found-off-of-Channel-Islands-142278665.html" title="Four Bodies Found off of Channel Islands"  >
                                                
                                                    Four Bodies Found off of Channel Islands
                            </a>
                                                      
        




                                


                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/ventura-county/Four-Bodies-Found-off-of-Channel-Islands-142278665.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        


                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head2" >
                                                                                                                



                
    
    

            
  
  
     
                        
        

                                    

                                                                                                                                                                                                                                                                                                                                                                
                            
                                                <a class="headthumb" href="http://www.keyt.com/news/local/ventura-county/Sponsor-A-Wolf-142266435.html" title="Sponsor A Wolf"  >
                            <img src="http://cdn.bimfs.com/KEYT/38d84ac24b345bc12e27d99a2835ac54bfec329d.jpg" class="topthumbmore" alt="" title="Sponsor A Wolf" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/ventura-county/Sponsor-A-Wolf-142266435.html" title="Sponsor A Wolf"  >
                                                
                                                    Sponsor A Wolf
                            </a>
                                                      
        




                                


                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/ventura-county/Sponsor-A-Wolf-142266435.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head3" >
                                                                                                                



        
                  
                            
    
    
    


        

                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                        
                        
        
                                                <a class="headthumb" href="http://www.keyt.com/news/local/ventura-county/Unemployment-Rates-Up-And-Down-142150673.html" title="Unemployment Rates Up And Down"  >
                            <img src="http://media.keyt.com/images/120*90/unemployment_employment.jpg" class="topthumbmore" alt="" title="Unemployment Rates Up And Down" border="0" />
                        </a>
                                                                    <a class="headtitle" href="http://www.keyt.com/news/local/ventura-county/Unemployment-Rates-Up-And-Down-142150673.html" title="Unemployment Rates Up And Down"  >
                                                
                                                    Unemployment Rates Up And Down
                            </a>
                                                      
        




                                

                                                                    
                                                 

    
        
        
            
                                    <div class="videoicon">

                <a href="http://www.keyt.com/news/local/ventura-county/Unemployment-Rates-Up-And-Down-142150673.html?skipthumb=Y">

                                        <img src="http://media.keyt.com/designimages/video_icon-2.jpg" width="12" height="12" alt="" title="" border="0" class="videoiconimg" />
                        
    </a></div>

            
                                                    
                                                                  </li>
                  
                
        
                     

                                    
        


        
                        
    
                    
                                    
                
                        
        

                                                                    
                                                 

                                                                                                                                                                                            
            
   
            
                                                                                                                                        <li class="itemvid story head4" >
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...