function adc(p,x,y){
	switch (p){
	case 2:
		p = '104home';
		break;
	case 3:
		p = 'map';
		break;
	case 4:
		p = 'my104';
		break;
	default: 
		p = '104caring';
	}
	var qazplm = (new Date()).getTime() + '_' + Math.floor(Math.random()*999999) + '_' + Math.floor(Math.random()*999999) + Math.floor(Math.random()*999999);
	var path_link = "screw.104.com.tw/nonsense.htm?utmad=1&utmac=UA-2795003-2&prj="+p;
	var _http = 'http://';
	if (!location.href.indexOf('https:')){_http = 'https://';}
	if (x){
	y = (y)?y:1;
	path_link += "&adlist=" + x + "&cat=" + y + "&qazplm=" + qazplm;
	(new Image).src = _http + path_link;
	}
}
