$(document).ready(function () {
	
	$('.welcome').html('\n		<ul>\n			<li><a href=\"http://foliomo.com/signup\">Sign Up<\/a><\/li>\n		<\/ul>\n');

	
	
	$('#followers').html('<ul class=\"followers\" style=\"margin:0;\">\n		<li style=\"font-weight:bold;padding-left:0px;\">Illustrator, Designer and Photographer<\/li>\n	<li id=\"number-of-followers\">2 followers<\/li>\n	\n		<li><a href=\"http://foliomo.com/signup\">Follow Rosehaven Cottage Inc<\/a><\/li>\n	\n	\n<\/ul>');
	
	$.get("/users/count_pageview/351");
});