

function strlen( string ){
    return ("" + string).length;
}// strlen

$(document).ready(function() {
    

   //alert(foo);

 });


