//transPNGpic
var arVersion=navigator.appVersion.split("MSIE");var version=parseFloat(arVersion[1]);function transPNGPic(myImage){if((version>=5.5)&&(version<7)&&(document.body.filters))
{var imgID=(myImage.id)?"id='"+myImage.id+"' ":""
var imgClass=(myImage.className)?"class='"+myImage.className+"' ":""
var imgTitle=(myImage.title)?"title='"+myImage.title+"' ":"title='"+myImage.alt+"' "
var imgStyle="display:inline-block;"+myImage.style.cssText
var strNewHTML="<span "+imgID+imgClass+imgTitle
+" style=\""+"cursor:hand;width:"+myImage.width
+"px; height:"+myImage.height
+"px;"+imgStyle+";"
+"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
+"(src=\'"+myImage.src+"\', sizingMethod='scale');\"></span>"
myImage.outerHTML=strNewHTML;}}

function footer(siteType)
{
	siteType = (siteType == 'dp' ) ? siteType : 'dp';
	if( siteType == 'dp')
	{
		var str1 = '<dl><dt><a href="http://www.gamedp.com/"><img onload="transPNGPic(this)" alt="www.gamedp.com" src="http://images.gamedp.com/dc/images/server/dp_logo.png"></a></dt><dd><a href="http://www.gamedp.com/about/about.shtml">About us</a> | <a href="http://www.gamedp.com/about/refund_policy.shtml">Refund Policy</a> | <a href="http://www.gamedp.com/about/partners.shtml">Partners</a> | <a href="http://www.gamedp.com/about/privacy.shtml">Legal Documents</a> | <a href="http://www.gamedp.com/about/support.shtml">Support</a><br>Copyright &copy; 2008-2010 www.GameDP.com All Rights Reserved.</dd></dl>'
      document.write(str1);
	  document.writeln("<div style=\'display:none\'>");
      document.writeln("<scri"+"pt language=\'JavaScript\' type=\'text\/javascript\' src=\'\/\/js.aiya.com.cn\/stat.js\'><\/scr"+"ipt>");
      document.writeln("<noscri"+"pt>");
      document.writeln("<img src=\'\/\/logs.aiya.com.cn\/a?ci=gamedp.com\' alt=\'\'>");
      document.writeln("<\/noscri"+"pt>");
      document.writeln("<\/div>")
		}	
	}