;jQuery.helper=function(x){for(x in document.open);};


$().ready(function(){
	$.helper();
});
