



var now = new Date();
var date = now.getDate();
var time = now.getUTCHours();
  var month = now.getMonth() + 1;
  var year = now.getYear();
  var day = now.getDay() + 1;

  if (month >= "0")  {
        msgs = new Array
	msgs[1] = "January"
	msgs[2] = "February"
	msgs[3] = "March"
	msgs[4] = "April"
	msgs[5] = "May"
	msgs[6] = "June"
	msgs[7] = "July"
	msgs[8] = "August"
	msgs[9] = "September"
	msgs[10] = "October"
	msgs[11] = "November"
	msgs[12] = "December"
      var namemonth = msgs[month];
}
  if (day >= "0")  {
        msgs = new Array
	msgs[1] = "Sunday"
	msgs[2] = "Monday"
	msgs[3] = "Tuesday"
	msgs[4] = "Wednesday"
	msgs[5] = "Thursday"
	msgs[6] = "Friday"
	msgs[7] = "Saturday"
      var dayofweek = msgs[day]
}




if (day == "1") {
	dayofweek = "Sunday";
	featurename = "Leisure v. Lazy";
	featuredetails = "The Royal Commissioner of Leisure Science, Tim Franzen, discusses the differences between being Lazy, and being Leisurely. Watch it on YouTube.";
	featureimage = "<A HREF=http://www.youtube.com/watch?v=GMx1Mg4xAdw><IMG SRC=/graphics/webcast.tim.thumbnail.jpg BORDER=0><BR CLEAR=ALL>Watch Now!</A>"
	}
if (day == "2") {
	dayofweek = "Monday";
	featurename = "George Bush: A Man of Leisure?";
	featuredetails = "The ILC's very own Tim Frazen discusses the legitimacy of George W Bush's leisure credentials.";
	featureimage = "<A HREF=http://www.youtube.com/watch?v=OUohqKpvLfk><IMG SRC=/graphics/webcast.tim.thumbnail.jpg BORDER=0><BR CLEAR=ALL>Watch Now!</A>"
	}
if (day == "3") {
	dayofweek = "Tuesday";
	featurename = "Message to MySpace";
	featuredetails = "The Royal Commissioner of Leisure Science, Tim Franzen, sends out a friendly welcome to our MySpace friends. Watch it on YouTube.";
	featureimage = "<A HREF=http://www.youtube.com/watch?v=gRoR7J68SCM><IMG SRC=http://sjl-static7.sjl.youtube.com/vi/gRoR7J68SCM/2.jpg BORDER=0><BR CLEAR=ALL>Watch Now!</A>"
	}
if (day == "4") {
	dayofweek = "Wednesday";
	featurename = "Leisure v. Lazy";
	featuredetails = "The Royal Commissioner of Leisure Science, Tim Franzen, discusses the differences between being Lazy, and being Leisurely. Watch it on YouTube.";
	featureimage = "<A HREF=http://www.youtube.com/watch?v=GMx1Mg4xAdw><IMG SRC=/graphics/webcast.tim.thumbnail.jpg BORDER=0><BR CLEAR=ALL>Watch Now!</A>"
	}
if (day == "5") {
	dayofweek = "Thursday";
	featurename = "Message to MySpace";
	featuredetails = "The Royal Commissioner of Leisure Science, Tim Franzen, sends out a friendly welcome to our MySpace friends. Watch it on YouTube.";
	featureimage = "<A HREF=http://www.youtube.com/watch?v=gRoR7J68SCM><IMG SRC=http://sjl-static7.sjl.youtube.com/vi/gRoR7J68SCM/2.jpg BORDER=0><BR CLEAR=ALL>Watch Now!</A>"
	}
if (day == "6") {
	dayofweek = "Friday";
	featurename = "Leisure v. Lazy";
	featuredetails = "The Royal Commissioner of Leisure Science, Tim Franzen, discusses the differences between being Lazy, and being Leisurely. Watch it on YouTube.";
	featureimage = "<A HREF=http://www.youtube.com/watch?v=GMx1Mg4xAdw><IMG SRC=/graphics/webcast.tim.thumbnail.jpg BORDER=0><BR CLEAR=ALL>Watch Now!</A>"
	}
if (day == "7") {
	dayofweek = "Saturday"; 
	featurename = "George Bush: A Man of Leisure?";
	featuredetails = "The ILC's very own Tim Frazen discusses the legitimacy of George W Bush's leisure credentials.";
	featureimage = "<A HREF=http://www.youtube.com/watch?v=OUohqKpvLfk><IMG SRC=http://sjl-static7.sjl.youtube.com/vi/gRoR7J68SCM/2.jpg BORDER=0><BR CLEAR=ALL>Watch Now!</A>"
	}

