﻿function dothis(url) {
   $.get(url,{},function(){ })
   return false
}

