glow.ready(function() {
	glow.dom.get('hr').after('<div class="hr"></div>').remove();
		
});

