function chgURL(elem){
var url;
if(elem == "special"){url = "http://yorukoyoruta.jp/special/100304.html";}
if(elem == "trend"){url = "http://yorukoyoruta.jp/trend/100310.html";}
if(elem == "present"){url = "http://yorukoyoruta.jp/present/100301.html";}
window.open(url,"_parent","");
return false;
}
