LSU ranked No. 1 by AP, first time since '59
Tigers' win boosts team ahead of USCJonathan Finney
function goPage(newindex) {
currentLocation = getThisPage();
cleanedLocation = '';
// If this is an SHTML request.
if (currentLocation.indexOf(".shtml") > -1) {
// Detect if this is a request that already has a page specification.
if (currentLocation.indexOf("-page") > -1) {
cleanedLocation = currentLocation.substring(0, currentLocation.indexOf("-page")) + '.shtml';
} else {
cleanedLocation = currentLocation;
}
// Only add the "-pageX" suffix when the page index is higher than 1.
if (newindex != 1) {
cleanedLocation = cleanedLocation.substring(0, cleanedLocation.indexOf(".shtml")) + '-page' + newindex + '.shtml';
}
} else {
// Only add the "-pageX" suffix when the page index is higher than 1.
if (newindex != 1) {
cleanedLocation = currentLocation + '&page=' + newindex;
} else {
cleanedLocation = currentLocation;
}
}
document.location = cleanedLocation;
}
function getThisPage() {
currentURL = '' + window.document.location;
thispageresult = '';
if (currentURL.indexOf("?page=") > -1) {
currentURL = currentURL.substring(0, currentURL.indexOf('?page='));
thispageresult = currentURL;
} else if (currentURL.indexOf("&page=") > -1) {
currentURL = currentURL.substring(0, currentURL.indexOf('&page='));
thispageresult = currentURL;
} else {
thispageresult = currentURL;
}
// Make sure the URL generated by this fuctnion is compatible with mirror image.
thispageresult = thispageresult.substring(7, thispageresult.length);
thispageresult = thispageresult.substring(thispageresult.indexOf('/')+1, thispageresult.length);
thispageresult = basehref + thispageresult;
if (thispageresult.indexOf('sourcedomain') > -1) {
thispageresult = thispageresult.substring(0, thispageresult.indexOf('?'));
}
return thispageresult;
}
|
LSU moved to No. 1 in the latest Associated Press poll, jumping a Southern California team that struggled to beat Washington, 27-24 this weekend. LSU coach Les Miles said the Tigers still have to improve, even after garnering a No. 1 ranking in the poll for the first time since 1959.
"Anyone who voted for us did not get up and watch the telecast [against Tulane]," Miles said in his weekly media briefing Sunday. "Our football team is looking to improve. There's so much time in the season, and there's no reason to think we've arrived."
Miles said his team lacked the focus and intensity to play well against Tulane in the first half of Saturday's game.
LSU is still ranked No. 2 in the USA Today Coaches' Poll, while USC is No. 1 in the same poll.