$(document).ready(function(){
	if(!$("#twitter_div ul li")[1])
		$("#twitter_div ul").append("There was an error getting Channel 3's Tweets. Either the server was too busy or your network has Twitter blocked.");
	else
		$("#twitter_div").append("<a href=\"http://twitter.com/Ch3Spotswood\" id=\"twitter-link\" style=\"display:block;text-align:right;\">&raquo; Follow Channel 3 on Twitter!</a>");
});
