(function($){$.fn.blogSelector=function(){return this.each(function(){var $this=$(this);$this.bind("change",function(){if(this.value!="0")
window.location="/blogs/"+this.value+"/";});});}})(jQuery);