function bbimg(o)
{
	if(o.width>650)
	{
		o.resized=true;
		o.style.width=650;
	}
}

function copyURL()
{
	window.clipboardData.setData("Text",document.title+"\n"+location.href);
	alert("复制成功!快发给你的朋友吧!");
}