오늘 한 시간이 내일 두 시간 보다 가치있다
[ Web developer with some ambitions ]
You can say hello to me but if you wish :)
function alertsomething(data) {
alert(data);
}
function getUrlVars() {
var vars = {};
var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) {
vars[key] = value;
});
return vars;
}