jQuery.extend({Guid:{Empty:function(){return"00000000-0000-0000-0000-000000000000"},IsEmpty:function(n){return n==this.Empty()||typeof n=="undefined"||n==null||n==""},IsValid:function(n){return regExp=new RegExp("\\b(?:[A-F0-9]{8})(?:-[A-F0-9]{4}){3}-(?:[A-F0-9]{12})\\b"),regExp.exec(n)!=null}}})