//Inited of the functions
jQuery(document).ready( function(){
								 
	//replace 'hr' tag on ie browsers
	jQuery("hr").replaceWith("<div class='dots'></span>");

});
