
function loadjscssfile(filename, filetype, charset, title, callbackfunction){ 
	if (filetype=="js"){ //js
	  var fileref=document.createElement('script')
	  fileref.setAttribute("type","text/javascript")
	  fileref.setAttribute("src", filename)
	  if(charset) fileref.setAttribute("charset", charset)
	  if(title) fileref.setAttribute("title", title)  
	} 
	else if (filetype=="css"){ //css 
	  var fileref=document.createElement("link") 
	  fileref.setAttribute("rel", "stylesheet") 
	  fileref.setAttribute("type", "text/css")  
	  if(charset) fileref.setAttribute("charset", charset)
	  if(title) fileref.setAttribute("title", title) 
	} 
	if (typeof fileref!="undefined") 
	  document.getElementsByTagName("head")[0].appendChild(fileref) 
	if(document.all&&filetype=="js"){ 
		fileref.onreadystatechange=function(){     
			if(/(complete|loaded)/.test(fileref.readyState)){ 
				//alert(typeof(callbackfunction)=="function");
				if(typeof(callbackfunction)=="function")callbackfunction(); 
			}     
		} 
	}else{ 
		fileref.onload=function(){  
		if(typeof(callbackfunction)=="function")callbackfunction(); 
		} 
	} 
}  
var ___filesadded="" 
function loadjscss(filename, filetype, charset, title, callbackfunction){ 
	if (___filesadded.indexOf("["+filename+"]")==-1){
	  loadjscssfile(filename, filetype, charset, title, callbackfunction) 
	  ___filesadded+="["+filename+"]"
	} 
} 

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
loadjscss(gaJsHost + 'google-analytics.com/ga.js','js','UTF-8','title',__analyticsFunc);
function __analyticsFunc(){
	var pageTracker = _gat._getTracker("UA-5179991-2");
	pageTracker._trackPageview();
}
/**** Vdoing Code ****/
document.writeln("<script type=\"text\/javascript\">var wea_sid = 11796;<\/script>");
document.writeln("<script type=\"text\/javascript\" charset=\"UTF-8\" src=\"http:\/\/s.vdoing.com\/u\/23\/11796.js\"><\/script>");
document.writeln("<noscript><a href=\"http:\/\/www.vdoing.com\" title=\"Vdoing StatsX No.11796\"><img src=\"http:\/\/simg.vdoing.com\/m\/11796\/x01.gif?noscript\" border=\"0\"><\/a><\/noscript>");
/**** End of Vdoing Code ****/ 