﻿$(document).ready(function() {
	if($('.txtLogin')){$('.txtLogin').focus();}
}); 
/*
 * this function will set the rollover action for the admin icons
 * located on the top admin bar. The action to display a title of
 * what the page is for.
 */
/*
function SetAdminBar(note){
    if($(".")){
        $(".").mouseover(function(){});
        $(".").mouseout(function(){});
    }
    if($(".")){
        $(".").mouseover(function(){});
        $(".").mouseout(function(){});
    }
    if($(".")){
        $(".").mouseover(function(){});
        $(".").mouseout(function(){});
    }
    if($(".")){
        $(".").mouseover(function(){});
        $(".").mouseout(function(){});
    }
    if($(".")){
        $(".").mouseover(function(){});
        $(".").mouseout(function(){});
    }
    if($(".")){
        $(".").mouseover(function(){});
        $(".").mouseout(function(){});
    }
}
*/

