function LoadMeebo()
{
  // Beginning of meebo me widget code. 
  // Want to talk with visitors on your page? 
  // Go to http://www.meebome.com/ and get your widget!

  var td = document.getElementById('meebo');
  if (td)
     td.innerHTML = '<embed src=\"http://widget.meebo.com/mm.swf?YLmxwsoQky\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"160\" height=\"250\"></embed>';

  return false;
}

function checkContact()
{
	var response = document.getElementById('garbage').value;
	
	if (!response.match(/(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?))|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?)/i))
		return confirm('It doesn\'t look like you included an email address. I won\'t be able to respond to you!\n\nPress OK if you want to submit your query without including an email address.');

	return true;
}
