function detect(){
    if(screen.width<=1024){
        document.write('<div style="margin-top:15px">Hire Me</div>');
    }
    else{
        document.write('<img alt="HIRE ME" title="HIRE ME" src="/wp-content/themes/alexve/img/hire_me.gif" style="width: 137px; height: 138px; border: 0;" />');
    }
}
