function footer() {
var footer_content = '<div id="footer">';
footer_content += '©JITAN CLUB 2011, All rights reserved.';
footer_content += '</div>';
document.write(footer_content);
}
