// 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="4wWfV6jqhzRX0OF3xpJz5fBkaCsnuID6isjwuJ4w" /><img src="http://www.insidesocal.com/mt/mt-comments.cgi/captcha/345/4wWfV6jqhzRX0OF3xpJz5fBkaCsnuID6isjwuJ4w" 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_10990499?source=rss_viewed">Shaq: Feud with Kobe was `designed by Phil'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10996773?source=rss_viewed">Bryant takes something from Lakers' loss</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11005310?source=rss_viewed">Citi to lay off 53,000 more jobs</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11002290?source=rss_viewed">Lakers center Bynum learns from former teammate Brown</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11004516?source=rss_viewed">4.1 magnitude quake shakes Inland Empire</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11005601?source=rss_viewed">No evidence of bodies found at burned Oakridge</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11007890?source=rss_viewed">8 people injured in escalator mishap at Universal Studios</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10999902?source=rss_viewed">Teen girl shot dead identified</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11002434?source=rss_viewed">After reaching century city, USC football coach Carroll laments missed chances</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10999962?source=rss_viewed">Simi Valley man arrested in death of daughter's boyfriend</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_11019552?source=rss_viewed">Crime and Public Safety, November 19</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11019355?source=rss_viewed">Something's fishy about Redlands firefighters' newest addition</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11018925?source=rss_viewed">Auto dealers close</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11019356?source=rss_viewed">Council approves 980-unit housing project in SB foothills </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11018510?source=rss_viewed">No one claims drone that crashed near El Mirage Dry Lake</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11018466?source=rss_viewed">Medical marijuana advocates plead with supervisors to drop federal appear</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11018932?source=rss_viewed">Watchdog seeks new severance pay vote in Rialto</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11018935?source=rss_viewed">SB County board bids farewell to outgoing supervisor </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11010288?source=rss_viewed">Crime and Public Safety, November 18</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_11010538?source=rss_viewed">Trial begins in slaying of two men in Highland liquor store robbery</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_11019365?source=rss_viewed">One year later: Boys still missing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_11018649?source=rss_viewed">Robberies hit two 7-Elevens same day</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_11017870?source=rss_viewed">Athiest group's first billboard in state up in Rancho Cucamonga</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_11018651?source=rss_viewed">Ontario man to stand trial on rape charges of teen girl</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_11019008?source=rss_viewed">Two administrators rehired at Upland Christian Schools</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10800972?source=rss_viewed">Former Los Angeles Rams kicker Tony Zendejas to stand trial </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_11018650?source=rss_viewed">Shooting death is Pomona's second in a week</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_11019003?source=rss_viewed">Man stays to protect home from fire - just like his father did</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_11018652?source=rss_viewed">Chino man ordered to stand trial for murder</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_11016940?source=rss_viewed">Area colleges join environmental efforts</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_10981029?source=rss_viewed">League punishes youth team for poor sportsmanship</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10983731?source=rss_viewed">Man found dead in Rio Hondo River</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10976740?source=rss_viewed">Hearing for bunker murders postponed to January</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10981020?source=rss_viewed">Pair taken to Baldwin Park home, robbed </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10981324?source=rss_viewed">Bulldogs manage win over Huskies</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10983663?source=rss_viewed">'Turkeys' to run free at library</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10981321?source=rss_viewed">Chargers take out Bearcats</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10980999?source=rss_viewed">Glendora rallies to defeat Ayala</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10982046?source=rss_viewed">Los Altos finally gets victory</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10981006?source=rss_viewed">Ring may be behind string of burglaries</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_10970176?source=rss_viewed">Drive-by shooting suspect at large</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10958469?source=rss_viewed">In Whittier, hard work bears fruit for mother turned entrepreneur</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10974549?source=rss_viewed">Union Station kidnapping victims taken to Baldwin Park </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10955157?source=rss_viewed">Man killed in car-to-car shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10966435?source=rss_viewed">California braces for massive earthquake drill</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10969964?source=rss_viewed">Frank Girardot: Shooting range saga; Know your limitations</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10970143?source=rss_viewed">Emergency management plans to face test</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10952227?source=rss_viewed">Girl falls out of moving SUV</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10975560?source=rss_viewed">Man beaten with shotgun </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10970172?source=rss_viewed">County supervisors support challenges to Prop. 8</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_10990360?source=rss_viewed">De La Hoya has become a happy warrior</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10995675?source=rss_viewed">Men allegedly slit female cab driver's throat</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10994144?source=rss_viewed">100 evacuated from Brea</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10990502?source=rss_viewed">Inaugural marathon coming to the streets of Pasadena</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10997181?source=rss_viewed">Prop. 8 protest draws hundreds to City Hall</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10985272?source=rss_viewed">Air Force jets fly over Pasadena</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10980779?source=rss_viewed">Firefighter to run for good cause </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10973878?source=rss_viewed">Man shot in front of Altadena liquor store</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10995037?source=rss_viewed">Obama's plans unnerve Wall Street</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_11000214?source=rss_viewed">Containment begins of fire threatening Diamond Bar, Chino Hills</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_10932201?source=rss_viewed">Nearly 2,000 march against Prop. 8 in L.B.</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10927995?source=rss_viewed">Police ID 5th slaying victim</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10932339?source=rss_viewed">'Rabbits crush Tarbabes</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10932337?source=rss_viewed">Stone returns, juices up Lancers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10932324?source=rss_viewed">Downey holds on for upset victory</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10932468?source=rss_viewed">Fire damages the exterior of Downey Studios</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10932336?source=rss_viewed">Frightful first quarter helps sink Braves</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10925385?source=rss_viewed">Proposition 8 protest tonight on Broadway in L.B.</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10932202?source=rss_viewed">Final salute for Lance Cpl. Palacios</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10933604?source=rss_viewed">St. John Bosco still streaking</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'dailybreeze') {
document.write('
    <h2>Daily Breeze Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10997204?source=rss_viewed">Bird on power line gets blame for RPV wildfire</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_11002746?source=rss_viewed">Catalina faces showdown over crime</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_11005427?source=rss_viewed">Schwarzenegger: 'It looks like Armageddon ... it looks like the end' </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_11002749?source=rss_viewed">Redondo Beach's Seaside Ice &lt;br /&gt;weathers multiple obstacles</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10995846?source=rss_viewed">Two women arrested on suspicion of looting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10980649?source=rss_viewed">Police arrest 5 Torrance youths</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_11005224?source=rss_viewed">Torrance: 4 teachers get equipment funds</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10995836?source=rss_viewed">Two fatally shot in Tijuana restaurant </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_11002551?source=rss_viewed">Serra earns No. 2 seed, tops area teams in CIF football pairings</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10997056?source=rss_viewed">Boat owner decides the wreckage is a lost cause</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_10990499?source=rss_viewed">Shaq: Feud with Kobe was `designed by Phil'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10996773?source=rss_viewed">Bryant takes something from Lakers' loss</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11005310?source=rss_viewed">Citi to lay off 53,000 more jobs</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11002290?source=rss_viewed">Lakers center Bynum learns from former teammate Brown</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11004516?source=rss_viewed">4.1 magnitude quake shakes Inland Empire</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11005601?source=rss_viewed">No evidence of bodies found at burned Oakridge</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11007890?source=rss_viewed">8 people injured in escalator mishap at Universal Studios</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10999902?source=rss_viewed">Teen girl shot dead identified</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11002434?source=rss_viewed">After reaching century city, USC football coach Carroll laments missed chances</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10999962?source=rss_viewed">Simi Valley man arrested in death of daughter's boyfriend</a>
    


        </li>
        
    </ul>

');
}
else {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10990499?source=rss_viewed">Shaq: Feud with Kobe was `designed by Phil'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10996773?source=rss_viewed">Bryant takes something from Lakers' loss</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11005310?source=rss_viewed">Citi to lay off 53,000 more jobs</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11002290?source=rss_viewed">Lakers center Bynum learns from former teammate Brown</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11004516?source=rss_viewed">4.1 magnitude quake shakes Inland Empire</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11005601?source=rss_viewed">No evidence of bodies found at burned Oakridge</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11007890?source=rss_viewed">8 people injured in escalator mishap at Universal Studios</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10999902?source=rss_viewed">Teen girl shot dead identified</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_11002434?source=rss_viewed">After reaching century city, USC football coach Carroll laments missed chances</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10999962?source=rss_viewed">Simi Valley man arrested in death of daughter's boyfriend</a>
    


        </li>
        
    </ul>

');
}
}
