var a,b
a="http://www.handesign.net/2008blog/a.css";
b="http://www.handesign.net/2008blog/b.css";
now = new Date().getHours();

if(now < 6) {skin.href=a}
else if(now < 18) {skin.href=b}
else {skin.href=a}



function getcss(args){
if(args==0){
skin.href=""
}
if(args==1){
skin.href="http://www.handesign.net/2008blog/a.css"
}
if(args==2){
skin.href="http://www.handesign.net/2008blog/b.css"
}
}

function showIntro(objID)
　　{
　　 if (document.getElementById(objID).style.display == "none") {
　　 document.getElementById(objID).style.display = "";
　　 }else{
　　 document.getElementById(objID).style.display = "none";
　　 }
　　}
