﻿$(document).ready(docReady);

function docReady()
{
    stLight.options({ publisher: '2f4ce1bc-877b-40b8-b0d1-3cad138347d7' });
}

function backToFullPage()
{
    location.href = location.href.substring(0, location.href.indexOf('?print=1'));
}

function adTracker()
{
    var axel = Math.random() + "";
    var a = axel * 10000000000000;
    document.write('<img src="http://ad-emea.doubleclick.net/activity;src=2976633;type=livet462;cat=hsaho862;ord=' + a + '?" width="1" height="1" alt="" />');
}
