try {
	var uid, pass_hex, member_login;
	uid = document.cookie.split("member_id=")[1].split(";")[0];
	pass_hex = document.cookie.split("pass_hex=")[1].split(";")[0];
	if(document.cookie.indexOf('member_login') != -1) {
		member_login = document.cookie.split("member_login=")[1].split(";")[0];
	} 
	document.getElementById("Shell").innerHTML = '<embed src="http://images.56.com/mm/calendar/index.swf" quality="high" bgcolor="#ffffff" width="1" height="1" wmode="transparent" name="index" align="middle" flashvars="&uid=' + uid + '&pass_hex=' + pass_hex + '&member_login=' + member_login + '&" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
} catch(e) {}

function vote(username) {
	window.add_favorite.location = 'http://mm.56.com/calendar/index.php?action=vote&to=' + username;
}

function copy(url) {
	alert('拉票链接复制成功。通过QQ或者QQ群 发送给你的朋友来来投票吧');
	window.clipboardData.setData("Text",url); 
}
