function contentReplace(newContent){
	var now = new Date();
	now = now.getTime();
	$("#content_guard").load("/published/"+newContent+"?now="+now);
}

