// JavaScript Document


jQuery.fn.ramdoms = function(){
    this.each( function(){
        alert(this);
    });
}