// 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("'377'") > -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_10044580?source=rss_viewed">LAPD officer shot by Long Beach police</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10044439?source=rss_viewed">Whereabouts of husband of slain woman unknown</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10040513?source=rss_viewed">Body of woman, 61, found in plane's restroom</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10028082?source=rss_viewed">Rule change might allow USC, UCLA to both wear home jerseys in game. </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10036064?source=rss_viewed">Home prices plunge in San Fernando Valley</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10035827?source=rss_viewed">Teen cousin of 8-year-old girl charged in her murder</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10037250?source=rss_viewed">Bruins assistant Chow guaranteed $1.24 million</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10036826?source=rss_viewed">Veteran claims dog: `I'm so happy he's home'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10044036?source=rss_viewed">Lawsuit filed against Kid Rock alleging assault</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10035062?source=rss_viewed">Woman who died in Century City stabbing in midst of bitter divorce</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_10037118?source=rss_viewed">Crime and Public Safety 7-30-08</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10043825?source=rss_viewed">&lt;b&gt;12:08 p.m.: &lt;/b&gt;Body discovered in Running Springs</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10036911?source=rss_viewed">Homeownership a nightmare</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10044950?source=rss_viewed">&lt;b&gt;12:32 p.m.: &lt;/b&gt;LAPD officer shot by Long Beach police</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10045937?source=rss_viewed">&lt;b&gt;2:09 p.m.: &lt;/b&gt;Mervyns founder discusses bankruptcy with The Sun</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10037497?source=rss_viewed">Aleman set for arraignment today on 6 felonies</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10036924?source=rss_viewed">L.A./ONT raises its landing fees</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10046149?source=rss_viewed">&lt;b&gt;2:33 p.m.: &lt;/b&gt;Private memorial service Friday for pastor&amp;apos;s son</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10046881?source=rss_viewed">&lt;b&gt;4:11 p.m.: &lt;/b&gt;Body in Running Springs identified as missing man</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10037527?source=rss_viewed">Single bullet hits car after possible fight near U of R</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_10037047?source=rss_viewed">Fraud ring suspected at gas station</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10036632?source=rss_viewed">Homeownership a nightmare for 2 Upland women</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10036661?source=rss_viewed">Man, 22, shot, left in hills </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10037051?source=rss_viewed">5.4 hits SoCal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10036640?source=rss_viewed">INLAND EMPIRE EARTHQUAKES </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10027149?source=rss_viewed">Barber shot in Holt shop </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_9990330?source=rss_viewed">Parents to be arraigned in daughter's death</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10036626?source=rss_viewed">Crime and Public Safety 7-30-2008</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10034328?source=rss_viewed">&lt;b&gt;4:26 p.m.: &lt;/b&gt;Power still out for 100 Inland Valley households after earthquake</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10036625?source=rss_viewed">Icon 'structurally safe'</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_10039316?source=rss_viewed">2 Mt. SAC students injured in earthquake</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10037468?source=rss_viewed">Rosemead man shot, dumped in hills, found alive</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10043833?source=rss_viewed">Arrests made in attempted murder of deputy's mother</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10034350?source=rss_viewed">YouTube videos show earthquake rattle San Dimas bike shop</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10037517?source=rss_viewed">Pomona hit hard</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10036223?source=rss_viewed">Man stabbed, robbed of diamonds</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10039321?source=rss_viewed">Quake jolts SoCal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10037525?source=rss_viewed">Diamond Bar businesses forced close for cleanup</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_9991275?source=rss_viewed">Missing Covina man's body discovered</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10037478?source=rss_viewed">Fault rupture may have caused tremor</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_10043833?source=rss_viewed">Arrests made in attempted murder of deputy's mother</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10039319?source=rss_viewed">Two injured at college during quake</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10037345?source=rss_viewed">Man shot, dumped, but found OK in hills</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_9990104?source=rss_viewed">Police: Tagger killed by rival</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10036223?source=rss_viewed">Man stabbed, robbed of diamonds</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10037271?source=rss_viewed">Temblor no comparison to Whittier Narrows quake</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10039277?source=rss_viewed">Quake jolts SoCal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10037337?source=rss_viewed">Pico Rivera officials want new city redevelopment deal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10037338?source=rss_viewed">Fault rupture may have caused tremor</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10037275?source=rss_viewed">Diamond Bar businesses forced close for cleanup</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_10034350?source=rss_viewed">YouTube videos show earthquake rattle San Dimas bike shop</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10037848?source=rss_viewed">Quake jolts SoCal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10037847?source=rss_viewed">Parts of downtown project will be rescinded or go to vote</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10027559?source=rss_viewed">Turning up the heat</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10043833?source=rss_viewed">Arrests made in attempted murder of deputy's mother</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10036223?source=rss_viewed">Man stabbed, robbed of diamonds</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10037570?source=rss_viewed">Two injured at college during quake</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10044386?source=rss_viewed">PUSD approves space for three charter schools</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10003292?source=rss_viewed">Downturn hits Pasadena</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10037619?source=rss_viewed">Fault rupture may have caused tremor</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_10044636?source=rss_viewed">LAPD officer shot by Long Beach police is booked on firearms charges</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10044957?source=rss_viewed">Long Beach police who shot off-duty LAPD officer were investigating possibly drunk man with a large gun</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10044399?source=rss_viewed">Mom who sold heroin in Long Beach sentenced to prison</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10043193?source=rss_viewed">Woman's body found on LAX to Atlanta flight</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10041681?source=rss_viewed">Long Beach police shoot off-duty LAPD officer in Belmont Heights</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10044400?source=rss_viewed">Long Beach officer shot off-duty LAPD officer, sources say</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10031980?source=rss_viewed">`They took my husband'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10037812?source=rss_viewed">5.4 quake rattles region</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10037787?source=rss_viewed">High-rise occupants left trembling</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10037814?source=rss_viewed">Mervyns chain files for bankruptcy protection</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'dailybreeze') {
document.write('
    <h2>Daily Breeze Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10042967?source=rss_viewed">Woman's body found on LAX to Atlanta flight</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10037867?source=rss_viewed">Mothers fear for their missing children</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10037864?source=rss_viewed">Teachers plan overnight protest to oust Carson principal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10043742?source=rss_viewed">Body in freezer was mother of 8</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10037860?source=rss_viewed">Neighbors help out Torrance fire victims</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10037592?source=rss_viewed">RHE conman re-sentenced after repeal</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10037587?source=rss_viewed">Marina del Rey woman arrested in HGH case</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10043851?source=rss_viewed">LAPD officer shot by Long Beach police is booked on firearms charges</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10028363?source=rss_viewed">Wilmington teen dies in MB crash</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10033226?source=rss_viewed">Scuba instructor charged in student's death</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_10044580?source=rss_viewed">LAPD officer shot by Long Beach police</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10044439?source=rss_viewed">Whereabouts of husband of slain woman unknown</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10040513?source=rss_viewed">Body of woman, 61, found in plane's restroom</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10028082?source=rss_viewed">Rule change might allow USC, UCLA to both wear home jerseys in game. </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10036064?source=rss_viewed">Home prices plunge in San Fernando Valley</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10035827?source=rss_viewed">Teen cousin of 8-year-old girl charged in her murder</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10037250?source=rss_viewed">Bruins assistant Chow guaranteed $1.24 million</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10036826?source=rss_viewed">Veteran claims dog: `I'm so happy he's home'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10044036?source=rss_viewed">Lawsuit filed against Kid Rock alleging assault</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10035062?source=rss_viewed">Woman who died in Century City stabbing in midst of bitter divorce</a>
    


        </li>
        
    </ul>

');
}
else {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10044580?source=rss_viewed">LAPD officer shot by Long Beach police</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10044439?source=rss_viewed">Whereabouts of husband of slain woman unknown</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10040513?source=rss_viewed">Body of woman, 61, found in plane's restroom</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10028082?source=rss_viewed">Rule change might allow USC, UCLA to both wear home jerseys in game. </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10036064?source=rss_viewed">Home prices plunge in San Fernando Valley</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10035827?source=rss_viewed">Teen cousin of 8-year-old girl charged in her murder</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10037250?source=rss_viewed">Bruins assistant Chow guaranteed $1.24 million</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10036826?source=rss_viewed">Veteran claims dog: `I'm so happy he's home'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10044036?source=rss_viewed">Lawsuit filed against Kid Rock alleging assault</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10035062?source=rss_viewed">Woman who died in Century City stabbing in midst of bitter divorce</a>
    


        </li>
        
    </ul>

');
}
}

