// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function setCookie (name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) + (expires ? "; expires=" + expires : "") +
(path ? "; path=" + path : "") + (domain ? "; domain=" + domain : "") + (secure ? "secure" : "");
document.cookie = curCookie;
}

function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}

function deleteCookie (name, path, domain) {
if (getCookie(name))
document.cookie = name + "=" + ((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function fixDate (date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}

function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
now = now.toGMTString();
if (f.author != undefined)
setCookie('mtcmtauth', f.author.value, now, '/', '', '');
if (f.email != undefined)
setCookie('mtcmtmail', f.email.value, now, '/', '', '');
if (f.url != undefined)
setCookie('mtcmthome', f.url.value, now, '/', '', '');
}

function forgetMe (f) {
deleteCookie('mtcmtmail', '/', '');
deleteCookie('mtcmthome', '/', '');
deleteCookie('mtcmtauth', '/', '');
f.email.value = '';
f.author.value = '';
f.url.value = '';
}

function hideDocumentElement(id) {
var el = document.getElementById(id);
if (el) el.style.display = 'none';
}

function showDocumentElement(id) {
var el = document.getElementById(id);
if (el) el.style.display = 'block';
}

function showAnonymousForm() {
showDocumentElement('comments-form');

}


var commenter_name;
var commenter_blog_ids;
var is_preview;
var mtcmtmail;
var mtcmtauth;
var mtcmthome;

function individualArchivesOnLoad(commenter_name) {



hideDocumentElement('trackbacks-info');



if (document.comments_form) {
if (!commenter_name && (document.comments_form.email != undefined) &&
(mtcmtmail = getCookie("mtcmtmail")))
document.comments_form.email.value = mtcmtmail;
if (!commenter_name && (document.comments_form.author != undefined) &&
(mtcmtauth = getCookie("mtcmtauth")))
document.comments_form.author.value = mtcmtauth;
if (document.comments_form.url != undefined &&
(mtcmthome = getCookie("mtcmthome")))
document.comments_form.url.value = mtcmthome;
if (document.comments_form["bakecookie"]) {
if (mtcmtauth || mtcmthome) {
document.comments_form.bakecookie.checked = true;
} else {
document.comments_form.bakecookie.checked = false;
}
}
}
}

function writeCommenterGreeting(commenter_name, entry_id, blog_id, commenter_id, commenter_url) {

}



function MVheadlines() {

var pageLocation = new String(window.location);
var locationLength = pageLocation.length;
var contentIdStart = pageLocation.indexOf("blogs.");
var contentIdEnd = pageLocation.indexOf(".com");
var contentId = new String(pageLocation.substring(contentIdStart+6, contentIdEnd));



if (contentId == 'dailynews') {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8565149?source=rss_viewed">Ed McMahon recovers from broken neck </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8573588?source=rss_viewed">DUI sting set today in Southland</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8571729?source=rss_viewed">Gang audit to get public hearing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8566716?source=rss_viewed">Lakers still looking for ways to defend pick-and-roll </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8566498?source=rss_viewed">Bowa rips into Dodgers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8574446?source=rss_viewed">Jury clears two doctors in Ritter wrongful death suit </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8559917?source=rss_viewed">Arrest made in Simi Valley stabbing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_7636463?source=rss_viewed">Jodie Foster gives thanks to Cydney through thick, thin</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8558241?source=rss_viewed">Woman fatally shot on 10 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8574647?source=rss_viewed">Wounded SWAT officer to talk about Winnetka shooting</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'sbsun') {
document.write('
    <h2>San Bernardino County Sun Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8554413?source=rss_viewed">Angered boy takes man's car</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8566189?source=rss_viewed">Crime and Public Safety  3-14-2008</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8563954?source=rss_viewed">7 deadly sins in the I.E.</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8483382?source=rss_viewed">New car paint shades reduce pollution</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8561893?source=rss_viewed">&lt;b&gt; 2:15 p.m.: &lt;/b&gt;Ontario teenager faces 25 years to life over five charges</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8567054?source=rss_viewed">Jurors urged to be wary</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8567053?source=rss_viewed">Campaign fundraising in dispute</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8566898?source=rss_viewed">Rialto Unified faces $21 million shortfall</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8563853?source=rss_viewed">&lt;b&gt; 5:07 p.m.: &lt;/b&gt;Cal Poly Pomona police investigate second assault on campus</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_8566900?source=rss_viewed">Highland takes Berkeley council to task</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'dailybulletin') {
document.write('
    <h2>Inland Valley Daily Bulletin Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8564921?source=rss_viewed">Two homicides in 20 minutes</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8564901?source=rss_viewed">Only homeless with Ontario ties may stay</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8561893?source=rss_viewed">&lt;b&gt; 2:15 p.m.: &lt;/b&gt;Ontario teenager faces 25 years to life over five charges</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8563853?source=rss_viewed">&lt;b&gt; 5:07 p.m.: &lt;/b&gt;Cal Poly Pomona police investigate second assault on campus</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8537302?source=rss_viewed">No more macaroni grilling</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8571809?source=rss_viewed">&lt;b&gt;7:55 a.m.: &lt;/b&gt;Body toll now 33 at Cuidad Juarez house</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8566355?source=rss_viewed">Teen could get life in prison</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8553359?source=rss_viewed">Woman stabbed in Cal Poly restroom</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8566875?source=rss_viewed">Police search for kidnapping suspect</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_8527737?source=rss_viewed">Man found dead in trunk of his vehicle</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'sgvtribune') {
document.write('
    <h2>San Gabriel Valley Tribune Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8540663?source=rss_viewed">Home has honey of a problem</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8567556?source=rss_viewed">Police ask for public's help to solve shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8567573?source=rss_viewed">Baldwin Park man charged with fraud</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8567570?source=rss_viewed">Police release sketch of man accused of trying to kidnap, harass children</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8567536?source=rss_viewed">Around the Valley</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8564102?source=rss_viewed">Glendora police seek burglars</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8567549?source=rss_viewed">Truck slams divider</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8564103?source=rss_viewed">Man exposes self, steals jeans</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8558812?source=rss_viewed">Man killed in drive-by shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_8562678?source=rss_viewed">Man gets death sentence for couple's slaying</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'whittierdailynews') {
document.write('
    <h2>Whittier Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8567074?source=rss_viewed">Teachers, staff march through city to school board meeting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8566787?source=rss_viewed">Hundreds of school workers may be laid off</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8567060?source=rss_viewed">City readies for Nelles fight</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8558812?source=rss_viewed">Man killed in drive-by shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8566954?source=rss_viewed">Around Whittier</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8567570?source=rss_viewed">Police release sketch of man accused of trying to kidnap, harass children</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8562678?source=rss_viewed">Man gets death sentence for couple's slaying</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8564103?source=rss_viewed">Man exposes self, steals jeans</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8554036?source=rss_viewed">Around Whittier</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_8567556?source=rss_viewed">Police ask for public's help to solve shooting</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'pasadenastarnews') {
document.write('
    <h2>Pasadena Star-News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8567333?source=rss_viewed">Standoff in Pasadena</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8566629?source=rss_viewed">Pacquiao hungry again</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8558812?source=rss_viewed">Man killed in drive-by shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8564103?source=rss_viewed">Man exposes self, steals jeans</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8567401?source=rss_viewed">Law would target pit bulls</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8562130?source=rss_viewed">Armed suspect holed up in Pasadena home</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8552570?source=rss_viewed">Kropp going on Trial</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8567570?source=rss_viewed">Police release sketch of man accused of trying to kidnap, harass children</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8495339?source=rss_viewed">Longtime PCC professor Hetland dies</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_8567307?source=rss_viewed">Around Pasadena</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'presstelegram') {
document.write('
    <h2>Long Beach Press Telegram Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8567014?source=rss_viewed">Whitey Littlefield: 'A man of love and devotion'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8572066?source=rss_viewed">1 killed, 1 wounded in Wilmington gun battle with police</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8567302?source=rss_viewed">2 shooting suspects in court</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8573073?source=rss_viewed">SoCal killer dies awaiting execution</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8558499?source=rss_viewed">Long Beach man guilty of rapes</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8567002?source=rss_viewed">L.B. Airport goes green with energy-saving `solar trees'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8558581?source=rss_viewed">Long Beach men arrested in &lt;br /&gt;multi-city &amp;apos;follow-home&amp;apos; robberies </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8561472?source=rss_viewed">Arraignment postponed in Masonic shootings that left 2 dead</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8567343?source=rss_viewed">Oregon's loss might prove costly Sunday</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_8558421?source=rss_viewed">Gunman sought in Bellflower killing</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'dailybreeze') {
document.write('
    <h2>Daily Breeze Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8572002?source=rss_viewed">1 killed, 1 wounded in 2 separate Wilmington gunfights with police</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8553892?source=rss_viewed">Jackson keeps a fresh outlook for Lakers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8489268?source=rss_viewed">Geraldine Ferraro lets her emotions do the talking</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8564118?source=rss_viewed">Medrano held in abuse case</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8572416?source=rss_viewed">Local killer dies awaiting execution</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8533832?source=rss_viewed">Ferraro defends controversial comments on Barack Obama</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8567510?source=rss_viewed">Reward offered in killing near LAX</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8528385?source=rss_viewed">School mourns popular PV High student</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8548864?source=rss_viewed">Woman sat on toilet for 2 years</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_8559886?source=rss_viewed">Gardena councilman Medrano is arrested on suspicion of child molestation</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'la') {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8565149?source=rss_viewed">Ed McMahon recovers from broken neck </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8573588?source=rss_viewed">DUI sting set today in Southland</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8571729?source=rss_viewed">Gang audit to get public hearing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8566716?source=rss_viewed">Lakers still looking for ways to defend pick-and-roll </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8566498?source=rss_viewed">Bowa rips into Dodgers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8574446?source=rss_viewed">Jury clears two doctors in Ritter wrongful death suit </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8559917?source=rss_viewed">Arrest made in Simi Valley stabbing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_7636463?source=rss_viewed">Jodie Foster gives thanks to Cydney through thick, thin</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8558241?source=rss_viewed">Woman fatally shot on 10 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8574647?source=rss_viewed">Wounded SWAT officer to talk about Winnetka shooting</a>
    


        </li>
        
    </ul>

');
}
else {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8565149?source=rss_viewed">Ed McMahon recovers from broken neck </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8573588?source=rss_viewed">DUI sting set today in Southland</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8571729?source=rss_viewed">Gang audit to get public hearing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8566716?source=rss_viewed">Lakers still looking for ways to defend pick-and-roll </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8566498?source=rss_viewed">Bowa rips into Dodgers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8574446?source=rss_viewed">Jury clears two doctors in Ritter wrongful death suit </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8559917?source=rss_viewed">Arrest made in Simi Valley stabbing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_7636463?source=rss_viewed">Jodie Foster gives thanks to Cydney through thick, thin</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8558241?source=rss_viewed">Woman fatally shot on 10 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_8574647?source=rss_viewed">Wounded SWAT officer to talk about Winnetka shooting</a>
    


        </li>
        
    </ul>

');
}
}
