regex replace number in querystring
vTh.attr('href').replace(/width=(\d+)\&/g,'width=' + document.body.clientWidth + '&')