function insipio_setReferer()
{
var theRefererForm = document.getElementById('insipioRefererForm');
theRefererForm.referer.value = document.location;
theRefererForm.submit();
}