		function setTrafficSource(){
			var url = document.URL;
			
			if (url != null && url != ''){
				url.match(new RegExp('ts=(.+?)(&|$)'));
				var cookieVal = RegExp.$1;
				
				if (cookieVal != null && cookieVal != ''){
					document.cookie = 'drmts=' + cookieVal + '; path=/;';
					
					
					var gaJsHost = (('https:' == document.location.protocol) ? 'https://www.' :'http://www.');
					document.write('<img src="' + gaJsHost + '123marketing.jp/payment/jvcdsetcookie.php?ts=' + cookieVal + '" width="1px" height="1px">');
				}
			}
		}
		
		// ¸Æ¤Ó½Ð¤·
//		dTime = new Date();
//  	dTime.setYear(dTime.getYear() - 1);
		
//		document.cookie = 'drmts=;expires=' + dTime.toGMTString();
		setTrafficSource();
		