﻿    function search()
    {
        if(jQuery("#searchGarageTxt").val() == "")
            window.location='/social/spublic/Classified/SearchClassified.aspx';
        else
            window.location='/social/spublic/Classified/SearchClassified.aspx?Title=' + jQuery("#searchGarageTxt").val();
    }
    
    
    