已有 7 次阅读 2012-09-30 15:38 标签:
国际 聘书 艺术家
function CText()
{
var clipBoardContent="";
clipBoardContent+=this.location.href;
window.clipboardData.setData("Text",clipBoardContent);
alert("复制成功,请粘贴到你的QQ/MSN上推荐给你的好友");
}
参加国
国际艺术家协会润格证书.
国际艺术家协会会会员证
<!--
function closeSide2(oo) {
if($('sidebar').style.display == 'none'){
$('content').style.cssText = '';
$('sidebar').style.display = 'block';
oo.innerHTML = '» 关闭侧边栏';
}
else{
$('content').style.cssText = 'margin: 0pt; width: 810px;';
$('sidebar').style.display = 'none';
oo.innerHTML = '« 打开侧边栏';
}
}
function addFriendCall(){
var el = $('friendinput');
if(!el || el.value == "") return;
var s = '';
s += ''+el.value+'';
s += '
';
$('friends').innerHTML += s;
el.value = '';
}
resizeImg('blog_article','700');
resizeImg('div_main_content','450');
//彩虹炫
var elems = selector('div[class~=magicflicker]');
for(var i=0; i