// 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 ( commenter_name &&
( !commenter_id
|| commenter_blog_ids.indexOf("'395'") > -1))
{
hideDocumentElement('comment-form-name');
hideDocumentElement('comment-form-email');
showDocumentElement('comments-open-text');
showDocumentElement('comments-open-footer');
} else {
hideDocumentElement('comments-open-data');
hideDocumentElement('comments-open-text');
hideDocumentElement('comments-open-footer');
}



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) {

if ( commenter_name &&
( !commenter_id
|| commenter_blog_ids.indexOf("'" + blog_id + "'") > -1))
{
var url;
if (commenter_id) {
url = 'http://www.insidesocal.com/mt/mt-comments.cgi?__mode=edit_profile&commenter=' + commenter_id + '&blog_id=' + blog_id;
if (entry_id) {
url += '&entry_id=' + entry_id;
} else {
url += '&static=1';
}
} else if (commenter_url) {
url = commenter_url;
} else {
url = null;
}
var content = 'Thanks for signing in, ';
if (url) {
content += '<a href="' + url + '">' + commenter_name + '</a>';
} else {
content += commenter_name;
}
content += '. Now you can comment. (<a href="http://www.insidesocal.com/mt/mt-comments.cgi?__mode=handle_sign_in&amp;static=1&amp;logout=1&entry_id=' + entry_id + '">sign out</a>)';
document.write(content);
} else if (commenter_name) {
document.write('You do not have permission to comment on this blog. (<a href="http://www.insidesocal.com/mt/mt-comments.cgi?__mode=handle_sign_in&amp;static=1&amp;logout=1&entry_id=' + entry_id + '">sign out</a>)');
} else {

document.write('<a href="http://www.insidesocal.com/mt/mt-comments.cgi?__mode=login&entry_id=' + entry_id + '&blog_id=' + blog_id + '&static=1">Sign in' + '</a>' + ' to comment on this entry.');

}

}


if ('www.insidesocal.com' != 'www.insidesocal.com') {
document.write('<script src="http://www.insidesocal.com/mt/mt-comments.cgi?__mode=cmtr_name_js"></script>');
} else {
commenter_name = getCookie('commenter_name');
ids = getCookie('commenter_id').split(':');
commenter_id = ids[0];
commenter_blog_ids = ids[1];
commenter_url = getCookie('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_10094638?source=rss_viewed">Bernie Mac remains hospitalized for pneumonia</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096833?source=rss_viewed">Soldier from Porter Ranch killed in Afghanistan</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096337?source=rss_viewed">Police ID shooter in killing of Valley high school football player</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10089041?source=rss_viewed">Dodgers outfielder Pierre: I'm in `difficult position'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10094678?source=rss_viewed">Two killed in crash on 5 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096373?source=rss_viewed">Mistrial motion rejected in trial of Van Nuys company vs. Mattel   </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10088994?source=rss_viewed">Dodgers continue to have their fun</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10086073?source=rss_viewed">Teen shot to death in North Hollywood</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10082334?source=rss_viewed">New UCLA coordinator Chow has a simple answer</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10095188?source=rss_viewed">Firefighters extinguish Griffith Park blaze; 3 acres burned</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_10099890?source=rss_viewed">Crime and Public Safety 8-5-08</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10098046?source=rss_viewed">Breakup of union possible</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10098767?source=rss_viewed">13-year-old rape suspect nabbed</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10099343?source=rss_viewed">DMV lines longer than ever</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10098742?source=rss_viewed">Gunshot at reception kills 1; suspect nabbed</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10103631?source=rss_viewed">&lt;b&gt; 8:34 a.m.: &lt;/b&gt;Baby found unresponsive at a San Bernardino home</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10099888?source=rss_viewed">Visit an animal park</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10098752?source=rss_viewed">Gunshot rattles quiet district</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10103551?source=rss_viewed">&lt;b&gt; 11:25 a.m.: &lt;/b&gt;14-year-old girl walking on freeway killed </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10088667?source=rss_viewed">Rialto man shot to death outside house party</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_10098203?source=rss_viewed">Gunshot shakes quiet neighborhood</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10098204?source=rss_viewed">Boy suspected of raping girl</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10098080?source=rss_viewed">Drunken brawl leads to killing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10098055?source=rss_viewed">Banner funds eyed</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10098072?source=rss_viewed">Tough limits in Chino Hills</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10103551?source=rss_viewed">&lt;b&gt; 11:25 a.m.: &lt;/b&gt;14-year-old girl walking on freeway killed </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10098067?source=rss_viewed">Crime and Public Safety 8-05-2008</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10056882?source=rss_viewed">&lt;b&gt;12:41 p.m.: &lt;/b&gt;Ontario man arrested as suspect in attempted murder</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10063030?source=rss_viewed">Witnesses: Domestic fight resulted in shooting death</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10080442?source=rss_viewed">Fears cloud marijuana legalization</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_10088673?source=rss_viewed">Three shot in seven hours in Pasadena</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10087563?source=rss_viewed">Drive-by shooting reported in Azusa</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10092865?source=rss_viewed">Man seriously injured in freeway accident</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10089115?source=rss_viewed">Hearing delayed for woman charged with killing husband, sons</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10075283?source=rss_viewed">Mexican lawmen, others arrested in West Covina</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10096262?source=rss_viewed">Suspect arrested in party shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10092821?source=rss_viewed">Crash victim flown to hospital</a>
    


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


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10089436?source=rss_viewed">Verizon entering cable TV market</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10082818?source=rss_viewed">Local man makes World Series of Poker</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_10089115?source=rss_viewed">Hearing delayed for woman charged with killing husband, sons</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10096262?source=rss_viewed">Suspect arrested in party shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10092865?source=rss_viewed">Man seriously injured in freeway accident</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10088977?source=rss_viewed">Don't worry, one day you will be able to sleep soundly again</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10074364?source=rss_viewed">Shooters open fire; 4 arrested</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10089121?source=rss_viewed">Areas being wired with newest fiber-optic lines</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10062876?source=rss_viewed">Detectives seeking 3 men linked to deadly shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10071148?source=rss_viewed">Mexican police officials arrested in West Covina in DEA raid</a>
    


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


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10099043?source=rss_viewed">Darkened path</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_10089415?source=rss_viewed">Man suspected in the death of his girlfriend</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10088673?source=rss_viewed">Three shot in seven hours in Pasadena</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10092865?source=rss_viewed">Man seriously injured in freeway accident</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10093912?source=rss_viewed">Weather service issues flash flood watch</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10063292?source=rss_viewed">Mountain lion snatches dog from local backyard</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10071148?source=rss_viewed">Mexican police officials arrested in West Covina in DEA raid</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10092821?source=rss_viewed">Crash victim flown to hospital</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_4940576?source=rss_viewed">Change said likely on perchlorate issue</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10088883?source=rss_viewed">State restitution cuts hurting pharmacies, HIV-AIDS patients</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10082720?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_10095486?source=rss_viewed">Long Beach man dies of apparent suicide</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10089134?source=rss_viewed">Hardy still dreams of gold</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10089147?source=rss_viewed">L.B. police look into 2 shootings</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10089152?source=rss_viewed">Bellflower woos Starbucks again</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10080428?source=rss_viewed">Long Beach teen wounded in Orange Avenue shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10089149?source=rss_viewed">Pet-sitter's good name still tarnished</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10082620?source=rss_viewed">Compton man dies in home invasion</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10099537?source=rss_viewed">Gang member gets 55 years to life in 2004 L.B. murder</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10089150?source=rss_viewed">Man, 85, found after vanishing for 3 days</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10099319?source=rss_viewed">L.B. robbery suspect arrested</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'dailybreeze') {
document.write('
    <h2>Daily Breeze Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10092350?source=rss_viewed">Pedestrian hit by car, killed in Inglewood</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10063359?source=rss_viewed">Missing MB woman's body found in crashed car</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10091013?source=rss_viewed">Vet clinic to get makeover</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10093572?source=rss_viewed">Morgan Freeman seriously injured in car accident</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10067379?source=rss_viewed">Man killed in San Pedro shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10090945?source=rss_viewed">Hermosa Beach's Watch-ful eye</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10092347?source=rss_viewed">Hermosa Beach K2 climber recounts ordeal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10099627?source=rss_viewed">Climber's accident saves his life on K2</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10079664?source=rss_viewed">Deputy is slain In front of his Los Angeles house</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10082475?source=rss_viewed">The Asian Factor</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_10094638?source=rss_viewed">Bernie Mac remains hospitalized for pneumonia</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096833?source=rss_viewed">Soldier from Porter Ranch killed in Afghanistan</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096337?source=rss_viewed">Police ID shooter in killing of Valley high school football player</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10089041?source=rss_viewed">Dodgers outfielder Pierre: I'm in `difficult position'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10094678?source=rss_viewed">Two killed in crash on 5 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096373?source=rss_viewed">Mistrial motion rejected in trial of Van Nuys company vs. Mattel   </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10088994?source=rss_viewed">Dodgers continue to have their fun</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10086073?source=rss_viewed">Teen shot to death in North Hollywood</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10082334?source=rss_viewed">New UCLA coordinator Chow has a simple answer</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10095188?source=rss_viewed">Firefighters extinguish Griffith Park blaze; 3 acres burned</a>
    


        </li>
        
    </ul>

');
}
else {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10094638?source=rss_viewed">Bernie Mac remains hospitalized for pneumonia</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096833?source=rss_viewed">Soldier from Porter Ranch killed in Afghanistan</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096337?source=rss_viewed">Police ID shooter in killing of Valley high school football player</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10089041?source=rss_viewed">Dodgers outfielder Pierre: I'm in `difficult position'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10094678?source=rss_viewed">Two killed in crash on 5 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10096373?source=rss_viewed">Mistrial motion rejected in trial of Van Nuys company vs. Mattel   </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10088994?source=rss_viewed">Dodgers continue to have their fun</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10086073?source=rss_viewed">Teen shot to death in North Hollywood</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10082334?source=rss_viewed">New UCLA coordinator Chow has a simple answer</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10095188?source=rss_viewed">Firefighters extinguish Griffith Park blaze; 3 acres burned</a>
    


        </li>
        
    </ul>

');
}
}
