// JavaScript Document// JavaScript Document

/****************************************** 
 *DC Footer
 ******************************************/
 
function dcFooter(){
	var cs = [];

	//css
	cs[0] = "<style type=\"text/css\">.footer{ height:93px; color:#4D3B08; padding:10px 0; text-align:center;background:url(..\/images\/footer.jpg) no-repeat left bottom;}.footer a{ color:#4D3B08;}.footer .btm_logo {background:transparent url(http:\/\/images.gamedp.com\/dc\/images\/homepage\/btm_logo.jpg) no-repeat scroll 0 0;display:inline-block;float:left;height:62px;margin:10px 0 0 130px;width:148px;}.footer .link {display:inline;float:right;line-height:21px;margin:24px 250px 0 0;text-align:center;width:450px;} <\/style>";
	
	//contain
	cs[1] = "<div class=\"footer\"><a href=\"http:\/\/www.gamedp.com\" class=\"btm_logo\"><\/a><div class=\"link\"><a href=\"http:\/\/www.gamedp.com\/about\/about.shtml\">About us<\/a>   |   <a href=\"http:\/\/www.gamedp.com\/about\/partners.shtml\">Partners<\/a>   |   <a href=\"http:\/\/www.gamedp.com\/about\/privacy.shtml\">Privacy<\/a>   |   <a href=\"http:\/\/www.gamedp.com\/about\/support.shtml\">Support<\/a> <br \/>Copyright &copy; 2008-2010 www.GameDP.com  All Right Reserved.<\/div><a href=\"#top\" class=\"goto_top\" title=\"back to top\"><\/a><a href=\"#top\" class=\"goto_top\" title=\"back to top\"><\/a><\/div>";
	
	//contain
	cs[2] = "<div style=\"display:none\"><script language=\"JavaScript\" type=\"text\/javascript\" src=\"\/\/js.aiya.com.cn\/stat.js\"><\/script><noscript><img src=\"\/\/logs.aiya.com.cn\/a?ci=gamedp.com\" alt=\"\"><\/noscript><\/div>";
	
	return document.writeln(cs.join(""));
	
}