LSU #1

LSU ranked No. 1 by AP, first time since '59
Tigers' win boosts team ahead of USC
Jonathan 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;
}

Tulane's Avery Williams lies atop LSU quarterback Matt Flynn after Flynn fumbled in the first half of Saturday's game.

Media Credit: Aaron Williams
Tulane's Avery Williams lies atop LSU quarterback Matt Flynn after Flynn fumbled in the first half of Saturday's game.

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.

 
=================
 
ok i am glad for them – no really .  although i wasn't a REAL sports fan – the sports dept was treated as if they were God’s team and the rest of us on campus just happened to be there to support them. 
 
there is a saying – all roads lead to Death Valley (Tiger Stadium)… and its true – on game days, all campus roads lead to the stadium prior to the game and then away after.  as music students, we knew that we had to either get out or stay put thru the entire games – and sometimes we could hear the stadium noise from the open windows of our practice rooms.
 
but really i am glad for them – really i am
Advertisement
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.