// JavaScript Document
	var the_today=new Date();
	var the_year= the_today.getFullYear();
	document.write("<address>Copyright (C) 2009-",the_year, " <a href='http://www.waiwaitv.com/'>Wai Wai TV.</a> All rights reserved.</address>")
