// 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');

captcha_timer = setInterval('delayShowCaptcha()', 1000);

}

var captcha_timer;
function delayShowCaptcha() {
clearInterval(captcha_timer);
var div = document.getElementById('comments-open-captcha');
if (div) {
div.innerHTML = '<div class="label"><label for="captcha_code">Captcha:</label></div><div class="field"><input type="hidden" name="token" value="R4oroA269OUJZliOuwU0CA5jhm8YEBIBxlUrSYhf" /><img src="http://www.insidesocal.com/mt/mt-comments.cgi/captcha/439/R4oroA269OUJZliOuwU0CA5jhm8YEBIBxlUrSYhf" width="150" height="35" /><br /><input name="captcha_code" id="captcha_code" value="" autocomplete="off" /><p>Type the characters you see in the picture above.</p></div>';
}
}


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_10829515?source=rss_viewed">Assassination plot targeting Obama disrupted</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824655?source=rss_viewed">Scrutiny falls on USC QB Sanchez after Arizona victory</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10828087?source=rss_viewed">L.A. County worker charged in gas theft caper</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10827649?source=rss_viewed">ID's made in fatal Lake View Terrace car crash</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10818379?source=rss_viewed">Lakers' Odom says he's OK with reserve role</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10804789?source=rss_viewed">Find out whether the IRS has a stimulus check for you</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824436?source=rss_viewed">Lakers see everything falling into place as opener nears</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10828500?source=rss_viewed">DWP to pay $160 million to government agencies</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10827931?source=rss_viewed">Actress chided for not wanting deposition on video</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824654?source=rss_viewed">UCLA coach Neuheisel ponders next move at QB</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_10843740?source=rss_viewed">Crime and public safety, October 29</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10839881?source=rss_viewed">Sexy Halloween costumes strike fear into shoppers </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10841603?source=rss_viewed">Meridians residents fight bedbugs while SB EDA works on housing plans </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10832390?source=rss_viewed">Mother of Highland teen hit, killed by deputy's patrol car files lawsuit</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10832969?source=rss_viewed">Crime and public safety, October 28</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10842145?source=rss_viewed">Last two defendants in Mynisha case found guilty of all charges</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10841609?source=rss_viewed">Supervisors OK location for casino near Needles </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10825118?source=rss_viewed">Kaiser: Medical history is electronically chronicled </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10832970?source=rss_viewed">San Bernardino double-slaying trial begins </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10825115?source=rss_viewed">Love Ride rolls into Pomona</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_10841598?source=rss_viewed">Rancho Cucamonga quadruplets doing just fine</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10841273?source=rss_viewed">Alleged Mexican Mafia member convicted of Pomona murder conspiracy seeks new trial </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10824702?source=rss_viewed">Pepper's restaurant loses liquor permit</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10818220?source=rss_viewed">Hit-and-run accident in Rancho Cucamonga kills cyclist </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10824758?source=rss_viewed">Man shot at Upland party </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10818221?source=rss_viewed">Two dozen `Johns' arrested in Montclair prostitution sting </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10831648?source=rss_viewed">Man accused of bilking Ontario woman out of home </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10832254?source=rss_viewed">Six arrested on music piracy charges</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10841271?source=rss_viewed">Claremont Comic shop's demise not so super </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10831903?source=rss_viewed">Radmanovic earns spot among starters</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_10826550?source=rss_viewed">Man's body found in driveway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10824469?source=rss_viewed">Pizza parlor robbed at gunpoint</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10825204?source=rss_viewed">Grisly scene at motel described by witness</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10822787?source=rss_viewed">UPDATED: Homicide investigation in Hacienda Heights</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10827561?source=rss_viewed">Man stabs brother in neck with screwdriver</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10824253?source=rss_viewed">Man stabbed during fight at shopping center</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10819313?source=rss_viewed">Elkin, 22, dies of skin cancer</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10826551?source=rss_viewed">Missourian says transient found dead in car was his long-lost father</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10824548?source=rss_viewed">Love Ride raises money for charities</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10825089?source=rss_viewed">On the board</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_10824403?source=rss_viewed">Witness describes grisly crime scene</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10824772?source=rss_viewed">Missourian says transient found dead in car was his long-lost father</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10818623?source=rss_viewed">Two arrested in Montebello fatal shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10824253?source=rss_viewed">Man stabbed during fight at shopping center</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10822787?source=rss_viewed">UPDATED: Homicide investigation in Hacienda Heights</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10762084?source=rss_viewed">Three shot to death in Whittier area</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10818099?source=rss_viewed">Elkin, 22, dies of cancer</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10827561?source=rss_viewed">Man stabs brother in neck with screwdriver</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10824469?source=rss_viewed">Pizza parlor robbed at gunpoint</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10800459?source=rss_viewed">Police aware of Mongols' presence</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_10824469?source=rss_viewed">Pizza parlor robbed at gunpoint</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10824403?source=rss_viewed">Witness describes grisly crime scene</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10824997?source=rss_viewed">Pasadena WWII-vintage neighborhoods could be designated</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10827582?source=rss_viewed">Two men robbed at gunpoint in Angeles National Forest</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10824253?source=rss_viewed">Man stabbed during fight at shopping center</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10824998?source=rss_viewed">Man's body found in driveway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10827591?source=rss_viewed">Woman injured in apartment fire</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10827561?source=rss_viewed">Man stabs brother in neck with screwdriver</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10824483?source=rss_viewed">City Beats: Timing of city deal couldn't be worse</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10824772?source=rss_viewed">Missourian says transient found dead in car was his long-lost father</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_10824436?source=rss_viewed">Lakers see everything falling into place as opener nears</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10828117?source=rss_viewed">Possible jumper shuts down 110 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10828473?source=rss_viewed">PV soccer coach gets 60 days in jail</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10824915?source=rss_viewed">Pain on Pine Avenue: Picturing a perfect Pine </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10829089?source=rss_viewed">Obama assassination plot disrupted</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10828022?source=rss_viewed">County worker charged with stealing gas supplies</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10827830?source=rss_viewed">Man stabbed to death at Banning Park</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10827848?source=rss_viewed">Body in SUV may be Hudson nephew</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10824796?source=rss_viewed">Missing L.B. man is found</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10829189?source=rss_viewed">DWP to pay LAUSD, others $160M in overcharges</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'dailybreeze') {
document.write('
    <h2>Daily Breeze Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10827823?source=rss_viewed">Man stabbed to death at Banning Park</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10828361?source=rss_viewed">PV soccer coach gets 60 days in jail</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10804826?source=rss_viewed">PHOTO: Giant spider caught eating bird</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10808649?source=rss_viewed">Body found on RPV beach below Trump National Golf Club</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10829029?source=rss_viewed">Obama assassination plot disrupted</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10825046?source=rss_viewed">Terranea Emerges</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10796825?source=rss_viewed">Woman strangled by her pet 13-foot python</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10827985?source=rss_viewed">Possible jumper shuts down 110 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10824850?source=rss_viewed">Sanchez faces scrutiny</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10827379?source=rss_viewed">Finally! Gas is below $2.99 a gallon</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_10829515?source=rss_viewed">Assassination plot targeting Obama disrupted</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824655?source=rss_viewed">Scrutiny falls on USC QB Sanchez after Arizona victory</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10828087?source=rss_viewed">L.A. County worker charged in gas theft caper</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10827649?source=rss_viewed">ID's made in fatal Lake View Terrace car crash</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10818379?source=rss_viewed">Lakers' Odom says he's OK with reserve role</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10804789?source=rss_viewed">Find out whether the IRS has a stimulus check for you</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824436?source=rss_viewed">Lakers see everything falling into place as opener nears</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10828500?source=rss_viewed">DWP to pay $160 million to government agencies</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10827931?source=rss_viewed">Actress chided for not wanting deposition on video</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824654?source=rss_viewed">UCLA coach Neuheisel ponders next move at QB</a>
    


        </li>
        
    </ul>

');
}
else {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10829515?source=rss_viewed">Assassination plot targeting Obama disrupted</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824655?source=rss_viewed">Scrutiny falls on USC QB Sanchez after Arizona victory</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10828087?source=rss_viewed">L.A. County worker charged in gas theft caper</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10827649?source=rss_viewed">ID's made in fatal Lake View Terrace car crash</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10818379?source=rss_viewed">Lakers' Odom says he's OK with reserve role</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10804789?source=rss_viewed">Find out whether the IRS has a stimulus check for you</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824436?source=rss_viewed">Lakers see everything falling into place as opener nears</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10828500?source=rss_viewed">DWP to pay $160 million to government agencies</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10827931?source=rss_viewed">Actress chided for not wanting deposition on video</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10824654?source=rss_viewed">UCLA coach Neuheisel ponders next move at QB</a>
    


        </li>
        
    </ul>

');
}
}

