Cufon.now();

	$(document).bind("contextmenu",function(e){
		centerPopup();
		loadPopup();
	return false;});

	$(document).ready(function() {

	$("ul#twitter_update_list li span").prepend("<a href='http://www.twitter.com/flowinhq' target='_blank' style='font-size: 85%; font-weight: bold'>TWITTER NEWSFEED FOR WWW.FLOWIN.COM</a> &raquo; <a href='#' id='button' style='font-size: 85%; font-weight: bold'>SHARE THIS PAGE</a><br>");

	$("ul#twitter_update_list li").append("");

	$(".msg_body").hide();

	$(".msg_head").click(function()
		{
		$(this).next(".msg_body").slideToggle(400);
		});
	});