There has been a remarkable drama at this year's Tour de France. A slew of athletes have been pulled from the race amid doping allegations.
The race's first place rider, Denmark's Michael Rasmussen, was ousted by his team for lying about his whereabouts during training. This comes on the heels of news that the pre-race favorite, Kazakhstan's Alexander Vinokourov, tested positive for doping. That pushed him and his team out of the running.
Still, bicycling's top event is going on. Alberto Contador is leading for Thursday, and has a good chance of winning the race. Contador is just 24.
Stephen Farrand of Cycling Weekly and Cycle Sport America talks with Alex Chadwick about the race, the sport and fans stunned by almost daily revelations of cheating.
/**
* echeck function modified from DHTML email validation script. Courtesy of SmartWebby.com (http://www.smartwebby.com/dhtml/)
*/
function echeck(str) {
var at="@"
var dot="."
var lat=str.indexOf(at)
var lstr=str.length
var ldot=str.indexOf(dot)
if (str.indexOf(at)==-1){
alert("Please check the the format of the email addresses you entered.")
return false
}
if (str.indexOf(at)==-1 str.indexOf(at)==0 str.indexOf(at)==lstr){
alert("Please check the the format of the email addresses you entered.")
return false
}
if (str.indexOf(dot)==-1 str.indexOf(dot)==0 str.indexOf(dot)==lstr){
alert("Please check the the format of the email addresses you entered.")
return false
}
if (str.substring(lat-1,lat)==dot str.substring(lat+1,lat+2)==dot){
alert("Please check the the format of the email addresses you entered.")
return false
}
if ((str.indexOf(" ")!=-1) && (str.indexOf(" ")!=str.length-1)){ //altered by eme -- a space at the end should be ok
alert("Please check the the format of the email addresses you entered.")
return false
}
return true
}
function deleteSpaces(textStr)
{
// replace any spaces/linebreak characters w/ nothing
var textStrSave = textStr.value.replace(/[\s]+/g, "");
textStrSave = textStrSave.replace(/\;/g, ',');
textStr.value= textStrSave;
}
function formSubmit() {
if (checkStation()==0) {
docUrl = document.URL;
document.frmSendToFriend.title.value=document.title;
poundFind = docUrl.indexOf("#");
if (poundFind>-1)
{
docUrl = docUrl.substring(0, poundFind);
}
if (docUrl.substring(0, 14)=="http://npr.org")
{
docUrl = "http://www.npr.org" + docUrl.substring(14, docUrl.length);
}
document.frmSendToFriend.pageUrl.value= docUrl;
if (window.vstag)
{
document.frmSendToFriend.vstopic.value = window.vstag.primaryTopic;
document.frmSendToFriend.vsprogram.value = window.vstag.programId;
document.frmSendToFriend.vsagg.value = window.vstag.aggIds;
document.frmSendToFriend.vsbyline.value = window.vstag.byline;
}
else
{
document.frmSendToFriend.vstopic.value = 0;
document.frmSendToFriend.vsprogram.value = 0;
document.frmSendToFriend.vsagg.value = 0;
document.frmSendToFriend.vsbyline.value = 0;
}
from=document.frmSendToFriend.from.value;
to=document.frmSendToFriend.recipient.value;
if (document.frmSendToFriend.MSG.value.length > 600)
{
alert("Your message contains " + document.frmSendToFriend.MSG.value.length + " characters. The maximum is 600 characters. Please shorten your message and try again.");
document.frmSendToFriend.MSG.focus();
return false;
}
if ((to==null)(to=="") (from==null)(from=="")){
alert("Please enter information into the email address fields.");
document.frmSendToFriend.recipient.focus();
return false;
} else if ((echeck(from)==false) (echeck(to)==false)){
return false
} else {
document.frmSendToFriend.submit();
}
}
}
function checkStation() {
if ( ((document.frmSendToFriend.callletters.value== "Enter Call Letters") (document.frmSendToFriend.callletters.value== "")) && (document.frmSendToFriend.localcontact[0].checked == true)) {
alert ("Please enter the call letters of your local NPR member station if you would like to receive information from them.");
return 1;
} else {
return 0;
}
}
Friday, July 27, 2007
Tour de France: The Race, the Sport and the Fans
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment