﻿//referrer page
function start() {
var ref = document.getElementById('referrer');
ref.value = document.referrer;
}
onload = start; 


//

