// vLib
// vTrack Implement
$().ready( function() {
	p = location.href.split('/');
	k = "http://" + p[2] + "/app1/vTracker/?u=" + window.location.pathname + "|" + document.referrer;
	$("#vT").load(k);
});

