// 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("'76'") > -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_10546566?source=rss_viewed">Pedestrian dies after being hit by Metrolink train</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10547789?source=rss_viewed">SoCal mom on trial in gang murder case</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10545651?source=rss_viewed">Cops ID suspect in fatal hit-and-run</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10542339?source=rss_viewed">USC linebacker Cushing could be sidelined for Oregon State game</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10548742?source=rss_viewed">Valencia attorney sues Disneyland in 2-year-old's dog mauling</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10542686?source=rss_viewed">USC wide receiver Turner looking out for No. 1</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10546445?source=rss_viewed">19-year-old bicycle rider killed in Lancaster</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10541615?source=rss_viewed">Parking meter hogs get message in Van Nuys</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10546248?source=rss_viewed">FAA to pay $4.5 million to helicopter survivor</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10504210?source=rss_viewed">DILBECK: Kobe could be a trail blazer -- of the international kind -- and could say goodbye to L.A.</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_10562734?source=rss_viewed">Crime and Public Safety: 09-26-08</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10560010?source=rss_viewed"> Rialto hires high-tech company to fight graffiti</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10553953?source=rss_viewed">Man who chased down intruder stabbed to death</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10553930?source=rss_viewed">One gang member left to stand alone in 'Zoo'</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10553956?source=rss_viewed">Crime and Public Safety 9-25-08</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10553945?source=rss_viewed">Expert says Moe likely dead</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10560007?source=rss_viewed">Celeb activist slams Lewis</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10553951?source=rss_viewed">Volunteers prep for rodeo in Devore</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10525486?source=rss_viewed">16-year-old girl killed in freeway crash</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sbsun.com/ci_10550916?source=rss_viewed">Police chase turns fatal for Upland driver, his passenger</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_10550916?source=rss_viewed">Police chase turns fatal for Upland driver, his passenger</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10562694?source=rss_viewed">   $100 pot debt led to fatal shooting, detective testifies</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10541598?source=rss_viewed">Crashes kill woman, hurt another</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10562732?source=rss_viewed">Principals tag-team duties at Upland High School</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10551608?source=rss_viewed">Quite a career choice </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10565156?source=rss_viewed">Crime and Public Safety: 09-26-08</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10562688?source=rss_viewed">RV firm OK at Grove Avenue site</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10541599?source=rss_viewed">Crime and Public Safety 9-24-08</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10542535?source=rss_viewed">Man sentenced to 11 years for 2003 Chino killing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybulletin.com/ci_10550933?source=rss_viewed">   Rancho Cucamonga launches My Neighborhood</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_10545838?source=rss_viewed">Updated: Man fatally stabbed in East Valinda</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10545356?source=rss_viewed">Harvest Moon festival Sunday</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10546690?source=rss_viewed">La Puente stabbing death investigation</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10543077?source=rss_viewed">School officials call off egg-breaking initiation</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10543078?source=rss_viewed">Cities taking look at stadium report</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10508965?source=rss_viewed">Two killed in crash on 605 Freeway</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10529600?source=rss_viewed">Shooting at Industry restaurant leaves one wounded</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10543083?source=rss_viewed">Hearing delayed in family's slaying</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10542983?source=rss_viewed">Dealership may lease properties from city</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.sgvtribune.com/ci_10546059?source=rss_viewed">Updated: Deputy involved in Pico Rivera shooting</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_10546059?source=rss_viewed">Updated: Deputy involved in Pico Rivera shooting</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10542440?source=rss_viewed">Pico Rivera man gets 16 years to life for stabbing</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10542433?source=rss_viewed">Uptown apartment residents voice complaints</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10546418?source=rss_viewed">Motorcyclist injured in Whittier</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10542113?source=rss_viewed">Man's trial begins in killing of wife</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10537122?source=rss_viewed">Two victims of fatal crash on 605 Freeway still unidentified</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10545383?source=rss_viewed">Used book sale in La Habra</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10504677?source=rss_viewed">Officers subdue man trying to get to hanged girlfriend</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10534009?source=rss_viewed">Armed robbers steal $5,000 from restaurant</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.whittierdailynews.com/ci_10534391?source=rss_viewed">Ed Shannon, oil executive, dies</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_10534620?source=rss_viewed">Rose Bowl to try vehicle ban</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10545362?source=rss_viewed">Alhambra to fete library opening</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10545367?source=rss_viewed">Pasadena Rehabilitation Institute names a new medical director</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10534665?source=rss_viewed">Pasadena City College football coach on leave over sex-offender player</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10542696?source=rss_viewed">`Bag lady' robber sought</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10534638?source=rss_viewed">Wreckage may be of 7-year-old crash</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10547777?source=rss_viewed">Arcadia enacts pot moratorium</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10538656?source=rss_viewed">Google phone to cost $179, debut Oct. 22</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10542954?source=rss_viewed">Temple City school district wants city to help pay for facilities' upkeep</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.pasadenastarnews.com/ci_10548874?source=rss_viewed">Woman barricaded in home</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_10548048?source=rss_viewed">SoCal mom on trial in gang murder case </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10546720?source=rss_viewed">Search continues for gunman who shot 5, killing 2, near Compton Blue Line Station</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10545887?source=rss_viewed">Boy killed at Bell Gardens park</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10542907?source=rss_viewed">Two killed in shooting at bus stop</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10542908?source=rss_viewed">Facility for the mentally ill draws protests</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10534243?source=rss_viewed">Teen attacked by large group of men </a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10513601?source=rss_viewed">USC on winning diet</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10545904?source=rss_viewed">Bill approval irks Filipino veterans</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10546018?source=rss_viewed">Salmonella outbreak tied to handling turtles</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.presstelegram.com/ci_10513230?source=rss_viewed">Boyfriend arrested in death of tot discovered in East Village trash bin</a>
    


        </li>
        
    </ul>

');
}
else if (contentId == 'dailybreeze') {
document.write('
    <h2>Daily Breeze Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10542877?source=rss_viewed">Two arrested in purse theft</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10548456?source=rss_viewed">2 reputed gang members charged &lt;br /&gt;in killing of Gardena shopkeeper</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10542848?source=rss_viewed">Hermosa Beach sticks Blue 32, &lt;br /&gt;the Shore with early closing times</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10545907?source=rss_viewed">Astronomers say 2 planets collided</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10545895?source=rss_viewed">Gardena tables decision on baggy pants</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10542414?source=rss_viewed">Chain is In-N-In for job hunters</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10543049?source=rss_viewed">FAA settles in Torrance crash</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10543057?source=rss_viewed">No letup for Carson's Barraza</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10538417?source=rss_viewed">L.A. pet owners have 1 week to comply</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailybreeze.com/ci_10543045?source=rss_viewed">A Street-Smart Makeover</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_10546566?source=rss_viewed">Pedestrian dies after being hit by Metrolink train</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10547789?source=rss_viewed">SoCal mom on trial in gang murder case</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10545651?source=rss_viewed">Cops ID suspect in fatal hit-and-run</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10542339?source=rss_viewed">USC linebacker Cushing could be sidelined for Oregon State game</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10548742?source=rss_viewed">Valencia attorney sues Disneyland in 2-year-old's dog mauling</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10542686?source=rss_viewed">USC wide receiver Turner looking out for No. 1</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10546445?source=rss_viewed">19-year-old bicycle rider killed in Lancaster</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10541615?source=rss_viewed">Parking meter hogs get message in Van Nuys</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10546248?source=rss_viewed">FAA to pay $4.5 million to helicopter survivor</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10504210?source=rss_viewed">DILBECK: Kobe could be a trail blazer -- of the international kind -- and could say goodbye to L.A.</a>
    


        </li>
        
    </ul>

');
}
else {
document.write('
    <h2>LA Daily News Most Viewed</h2>
    <ul>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10546566?source=rss_viewed">Pedestrian dies after being hit by Metrolink train</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10547789?source=rss_viewed">SoCal mom on trial in gang murder case</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10545651?source=rss_viewed">Cops ID suspect in fatal hit-and-run</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10542339?source=rss_viewed">USC linebacker Cushing could be sidelined for Oregon State game</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10548742?source=rss_viewed">Valencia attorney sues Disneyland in 2-year-old's dog mauling</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10542686?source=rss_viewed">USC wide receiver Turner looking out for No. 1</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10546445?source=rss_viewed">19-year-old bicycle rider killed in Lancaster</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10541615?source=rss_viewed">Parking meter hogs get message in Van Nuys</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10546248?source=rss_viewed">FAA to pay $4.5 million to helicopter survivor</a>
    


        </li>
        
        <li>
        
    
        <a href="http://www.dailynews.com/ci_10504210?source=rss_viewed">DILBECK: Kobe could be a trail blazer -- of the international kind -- and could say goodbye to L.A.</a>
    


        </li>
        
    </ul>

');
}
}
