function readref( siteID ){
	var ref = encodeURI( document.referrer );
	var url = encodeURI( document.location );
	document.write( "<img src='http://www.uraparadvd.com/acc/acc.php?svc=" + siteID + "&lc=" + url + "&r="+ ref + "'>" );
}

