function ViewPrivacy(){
	window.open('/Content/other/privacy.html','','scrollbars=yes,width=500,height=600,resizable=yes,left=0,top=0');
}
function ViewLeagl(){
    window.open('/Content/Other/legal.html', '', 'scrollbars=yes,width=500,height=600,resizable=yes,left=0,top=0');
}
function ViewAnnounce(){
    window.open('/Content/other/announce.html', '', 'scrollbars=yes,width=500,height=600,resizable=yes,left=0,top=0');
}
function ShareSina() {
	window.open('http://v.t.sina.com.cn/share/share.php?title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(location.href) + '&source=' + encodeURIComponent('三星人才'), '_blank', 'width=450,height=400');
}
function ShareRenren() {
	window.open('http://share.renren.com/share/buttonshare.do?title=' + encodeURIComponent(document.title) + '&link=' + encodeURIComponent(location.href) + '&source=' + encodeURIComponent('三星人才'), '_blank', 'width=600,height=340')
}
function ShareKaixin() {
	window.open('http://www.kaixin001.com/repaste/share.php?rtitle=' + encodeURIComponent(document.title.substring(0, 76)) + '&rurl=' + encodeURIComponent(location.href) + '&rcontent=', '_blank', 'scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes')
}
function ShareQQweibo() {
	var _t = encodeURI(document.title);
	var _url = encodeURI(document.location);
	var _appkey = encodeURI("appkey"); //你从腾讯获得的appkey
	var _pic = encodeURI(''); //（列如：var _pic='图片url1|图片url2|图片url3....）
	var _site = location.href; //你的网站地址
	var _u = 'http://v.t.qq.com/share/share.php?title=' + _t + '&url=' + _url + '&appkey=' + _appkey + '&site=' + _site + '&pic=' + _pic;
	window.open(_u, '转播到腾讯微博', 'width=700, height=680, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no');
}
