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



// comments are allowed but registration not required
if ( commenter_name &&
( !commenter_id
|| commenter_blog_ids.indexOf("'404'") > -1))
{
hideDocumentElement('comment-form-name');
hideDocumentElement('comment-form-email');
} else if (is_preview) {
delayShowCaptcha();
} else {
hideDocumentElement('comments-form');
}



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, or <a href="javascript:void(0);" onclick="showAnonymousForm();">comment anonymously.</a>');

}

}


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_10947668?source=rss_viewed">Jailed CSUN student released on bail from Tehran prison</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10942116?source=rss_viewed">Man wounded in Van Nuys drive-by shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944257?source=rss_viewed">USC coach Carroll: Don't count us out</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944125?source=rss_viewed">Houston is not a problem for Lakers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10932199?source=rss_viewed">Bryant: Status quo is not acceptable for Lakers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944040?source=rss_viewed">L.A. Police Chief William Bratton's travels irk home crowd</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944273?source=rss_viewed">UCLA coach Neuheisel trying another motivational tack</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944292?source=rss_viewed">Lakers owner Buss at peace -- especially compared to last year</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10947888?source=rss_viewed">DHL to Dump 9,500 Jobs This Quarter</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944313?source=rss_viewed">Rick Caruso move puts L.A. Police Chief Bratton at ease</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_10952989?source=rss_viewed">Crime and Public Safety, November 11</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10952362?source=rss_viewed">Rancho Cucamonga duo facing 75 counts bribery, money laundering</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10952373?source=rss_viewed">Plane wreckage found near Joshua Tree likely from missing Hesperia pilot</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10952985?source=rss_viewed">Ontario man killed in WWI honored by city, businesses</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10952375?source=rss_viewed">U.S. Supreme Court declines to hear Flesh Club's appeal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10945835?source=rss_viewed">400 march in Redlands to support gay marriage</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10952361?source=rss_viewed">Incoming SB County supervisor boosts staffing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10952986?source=rss_viewed">Circus acts entertain at Redlands fundraiser</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10952109?source=rss_viewed">Fontana Councilwoman considering higher office</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10945837?source=rss_viewed">SB County's district attorney defends his integrity following plea bargain </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_10952396?source=rss_viewed">Rancho Cucamonga duo facing 75 counts bribery, money laundering</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10952398?source=rss_viewed">Father of Stater Bros. chairman played a role in legendary Wineville case</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10931488?source=rss_viewed">Ontario woman accused of lewd act with 13-year-old autistic boy </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10921120?source=rss_viewed">Rancho Cucamonga man, 18, shot, killed while out for a walk</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10938850?source=rss_viewed">Pomona woman tries to avoid checkpoint, hits ambulance</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10951464?source=rss_viewed">Crime and Public Safety, November 11</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10938409?source=rss_viewed">Grand reopening of Montclair Plaza greeted with enthusiasm</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10951008?source=rss_viewed">Ontario man killed in WWI honored by city, businesses</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10951007?source=rss_viewed">Harvey Mudd College to receive $25 million donation</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10932249?source=rss_viewed">Man suspected of fatally shooting boy </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_10944359?source=rss_viewed">Horse trainer, deputy hurt in collision</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10935883?source=rss_viewed">West Covina bank branch robbed again</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10944377?source=rss_viewed">Rowland Heights community council to meet</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10944351?source=rss_viewed">Family waits for suspect's hearing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10939356?source=rss_viewed">Shooting victim still unidentified </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10944455?source=rss_viewed">Field reopens after theft of copper wiring</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10932733?source=rss_viewed">Turmoil inside West Covina City Hall</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10932469?source=rss_viewed">Crash victim's identity uncertain </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10936539?source=rss_viewed">Search called off in Rosemead</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10944356?source=rss_viewed">La Puente center nears opening</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_10944262?source=rss_viewed">Woman's club closes doors</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10943923?source=rss_viewed">Mom's the word: Falling in love with my kids came early</a>
    


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


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10938369?source=rss_viewed">Emergency call hits close to home</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10931634?source=rss_viewed">Shooting suspect arrested</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10944152?source=rss_viewed">Williams waits hearing on son and grandchildren's alleged killer</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10946488?source=rss_viewed">Whittier man knocked out of World Series of Poker</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10944143?source=rss_viewed">Horse trainer, deputy hurt in collision</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10921171?source=rss_viewed">Mountain lion killed</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10936539?source=rss_viewed">Search called off in Rosemead</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_10944342?source=rss_viewed">Pine Street residents seek easing of traffic</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10939129?source=rss_viewed">Pasadenans rejected same-sex marriage ban</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10944143?source=rss_viewed">Horse trainer, deputy hurt in collision</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10938976?source=rss_viewed">A mysterious fire</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10932097?source=rss_viewed">Police chief downplays complaints from officers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10932096?source=rss_viewed">Prop. 8 passage isn't deterring All Saints rector</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10936539?source=rss_viewed">Search called off in Rosemead</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10944304?source=rss_viewed">History Column: Pasadena a gambling den</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10946535?source=rss_viewed">Musical classes with kids in mind</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10922204?source=rss_viewed">Young musicians eye Carnegie Hall trip</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_10944185?source=rss_viewed">Four arrested after melee on Pine Avenue</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10944252?source=rss_viewed">Circuit City files for bankruptcy</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10947576?source=rss_viewed">Obama plans Guantanamo closure, US terror trials</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10944188?source=rss_viewed">Tim Grobaty: Dippy over Sonic and ranch dressing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10936653?source=rss_viewed">They're giddy about Gaddy</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10916595?source=rss_viewed">Long Beach man sentenced for killing his AA sponsor</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10942135?source=rss_viewed">Four arrested in Pine Avenue melee</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10944162?source=rss_viewed">A heartbreaking loss</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10944291?source=rss_viewed">Monday Letters to the Editor</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10938551?source=rss_viewed">Readers have a vision for Pine</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'dailybreeze') {
document.write('
    <h2>Daily Breeze Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10944340?source=rss_viewed">Pedestrian struck and killed Sunday</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10944177?source=rss_viewed">Unearthed remains halt cemetery plot sales in Wilmington</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10944168?source=rss_viewed">Motorist shot during attempted carjacking in Harbor Gateway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10944170?source=rss_viewed">Teen killed in Hawthorne drive-by is ID'd</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10926191?source=rss_viewed">Drug gang hangs beheaded man from overpass</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10946456?source=rss_viewed">4 arrested after Sunday melee on Pine Avenue</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10939932?source=rss_viewed">Wind knocks out power to 600 homes</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10944172?source=rss_viewed">Deputies break up trucking-firm robbery in Rancho Dominguez</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10944292?source=rss_viewed">Lakers owner Buss at peace -- especially compared to last year</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10947805?source=rss_viewed">Closures for Veterans Day</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_10947668?source=rss_viewed">Jailed CSUN student released on bail from Tehran prison</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10942116?source=rss_viewed">Man wounded in Van Nuys drive-by shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944257?source=rss_viewed">USC coach Carroll: Don't count us out</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944125?source=rss_viewed">Houston is not a problem for Lakers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10932199?source=rss_viewed">Bryant: Status quo is not acceptable for Lakers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944040?source=rss_viewed">L.A. Police Chief William Bratton's travels irk home crowd</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944273?source=rss_viewed">UCLA coach Neuheisel trying another motivational tack</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944292?source=rss_viewed">Lakers owner Buss at peace -- especially compared to last year</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10947888?source=rss_viewed">DHL to Dump 9,500 Jobs This Quarter</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944313?source=rss_viewed">Rick Caruso move puts L.A. Police Chief Bratton at ease</a>
    


        </li>
        
    </ul>

');
}
else {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10947668?source=rss_viewed">Jailed CSUN student released on bail from Tehran prison</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10942116?source=rss_viewed">Man wounded in Van Nuys drive-by shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944257?source=rss_viewed">USC coach Carroll: Don't count us out</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944125?source=rss_viewed">Houston is not a problem for Lakers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10932199?source=rss_viewed">Bryant: Status quo is not acceptable for Lakers</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944040?source=rss_viewed">L.A. Police Chief William Bratton's travels irk home crowd</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944273?source=rss_viewed">UCLA coach Neuheisel trying another motivational tack</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944292?source=rss_viewed">Lakers owner Buss at peace -- especially compared to last year</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10947888?source=rss_viewed">DHL to Dump 9,500 Jobs This Quarter</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10944313?source=rss_viewed">Rick Caruso move puts L.A. Police Chief Bratton at ease</a>
    


        </li>
        
    </ul>

');
}
}
