function downloadcount(id){
var myAjax = new Ajax.Request("/hits.asp?rnd="+new Date().getMilliseconds()+"&t=6&id="+id,{method: 'get'});
}