// JavaScript Document

$(function() {
	
	var code = "&copy; 2006-2011 GENUSION, Inc. All rights reserved.";
	
	$("div#copyright address").html(code);
});
