$(document).ready(function(){
        $('#hero-search-btn').hover(
            function(){
                $(this).attr({ src : 'http://www.findmylocal.com.au/img/layout/search-roll.png'});
            },
            function(){
                $(this).attr({ src : 'http://www.findmylocal.com.au/img/layout/search.png'});             }
        );
});

$(document).ready(function(){
        $('#subscribe').hover(
            function(){
                $(this).attr({ src : 'http://www.findmylocal.com.au/img/layout/subscribe-roll.png'});
            },
            function(){
                $(this).attr({ src : 'http://www.findmylocal.com.au/img/layout/subscribe.png'});             }
        );
});

$(document).ready(function(){
        $('#sch-blg input').hover(
            function(){
                $(this).attr({ src : 'http://www.findmylocal.com.au/img/layout/sch-blg-roll.png'});
            },
            function(){
                $(this).attr({ src : 'http://www.findmylocal.com.au/img/layout/sch-blg.png'});             }
        );
});

$(document).ready(function(){
        $('#go-btn').hover(
            function(){
                $(this).attr({ src : 'http://www.findmylocal.com.au/img/layout/go-arw-roll.png'});
            },
            function(){
                $(this).attr({ src : 'http://www.findmylocal.com.au/img/layout/go-arw.png'});             }
        );
});
