function $(id) {
	return document.getElementById(id);
}
function updateseccode() {
	var rand = Math.random();
	$('seccodeimage').innerHTML = '<img id="seccode" onclick="updateseccode()" src="' + blogurl + 'seccode.php?update=' + rand + '" class="codeimg" alt="单击图片换张图片" />';
}