/*
------setHome(obj)Ϊҳ
------addToFav(name)Ϊղ
------rtrim(str),ltrim(str),trim(str)ȥհ
------wordcount(obj)ͳ ռλ
------isemail(str)жǷEmail
------isurl(str)жURL
------resize(obj,Iwidth,Iheight)ͼƬ
------show_flash(filepath,w,h,key)FLASHʾkey==1ʱ͸ʾ
------showDate()ʾ()
------showDate_en()ʾ(Ӣ)
------selectFriend(selObj,restore)Select
*/

function setHome(obj){varurl="http://"+document.location.host+"/";obj.style.behavior="url(#default#homepage)";obj.setHomePage(url);};function addToFav(name){url="http://"+document.location.host+"/";window.external.AddFavorite(url,name);};function rtrim(str){returnstr.replace(/^\s+/,"");};function ltrim(str){returnstr.replace(/\s+$/,"");};function trim(str){returnstr.replace(/^\s+/,"").replace(/\s+$/,"");};function wordcount(obj){varaa=obj;varn=0;if(aa.value==""||aa.value==null)returnn;for(i=0;i<aa.value.length;i++){if(aa.value.charCodeAt(i)>127)n+=2;elsen++;}returnn;};function isemail(str){varre=/^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$/gi;returnre.test(str);};function isurl(str){varre=/^[a-zA-z]+:\/\/(\w+(-\w+)*)(\.(\w+(-\w+)*))*(\?\S*)?$/;returnre.test(str);};function reSize(obj,Iwidth,Iheight){if(Iwidth && obj.width>Iwidth){obj.width=Iwidth;}if(Iheight && obj.height>Iheight){obj.height=Iheight;}};function show_flash(filepath,w,h,key){if(/^\S+\.swf$/i.test(filepath)==false)return;document.writeln("<objectclassid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\"width=\""+w+"\"height=\""+h+"\">");document.writeln("<paramname=\"movie\"value=\""+filepath+"\"\/>");document.writeln("<paramname=\"quality\"value=\"high\"\/>");if(key==1){document.writeln("<paramname=\"wmode\"value=\"transparent\"\/>");document.writeln("<embedsrc=\""+filepath+"\"quality=\"high\"pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\"type=\"application\/x-shockwave-flash\"width=\""+w+"\"height=\""+h+"\"wmode=\"transparent\"><\/embed>");}elsedocument.writeln("<embedsrc=\""+filepath+"\"quality=\"high\"pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\"type=\"application\/x-shockwave-flash\"width=\""+w+"\"height=\""+h+"\"><\/embed>");document.writeln("<\/object>");};function showDate(){vartmp="";vardate=newDate();varweekday=newArray("","һ","ڶ","","","","");tmp=date.getFullYear()+""+(date.getMonth()+1)+""+date.getDate()+""+""+weekday[date.getDay()];document.write(tmp);};function showDate_en(){vartmp="";vardate=newDate();varweekday=newArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");tmp=weekday[date.getDay()]+"&nbsp;&nbsp;"+date.getDate()+"/"+(date.getMonth()+1)+"/"+date.getFullYear();document.write(tmp);};function selectFriend(selObj,restore){if(selObj.options[selObj.selectedIndex].value!=""){window.open(selObj.options[selObj.selectedIndex].value);}if(restore){selObj.selectedIndex=0;}};
