$(document).ready(function() {
    var url = window.location+" ";
    if(url.indexOf("vsearch.aspx") > -1) $("#leftWrap").height("835px");
});
