
I have a search input box, and on top of that I have an image/logo.
What is the most efficient way to change image/logo every time user refresh the page ?
            <img class="" id="Default Logo" src="/img/logo/logo_3.png" alt="logo" width="150px" > 
            <span class="input-icon input-icon-right">
                <input id="searchbox" placeholder="Enter SKU or name to check availability " type="text" />
                <i class="ace-icon fa fa-search red"></i>
            </span>
Right now, I use logo_3.png, but I have 10 of them.
 
     
     
     
     
     
    