﻿var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
    var pageTracker = _gat._getTracker("UA-55918-6");
    pageTracker._trackPageview();
} catch (err) { }

var newwindow;
function newWindow(newUrl) {
    newwindow = window.open(newUrl, 'info', 'status=yes,scrollbars=yes,resizable=yes,width=765,height=730');
    newwindow.focus();
}

$(function () {
    $('div#logo').flash({
        src: '/content/flash/header.swf',
        width: '100%',
        height: '69px',
        alt: 'Billettluka.no'
    },
	{
	    version: 9,
	    expressInstall: true
	});

    $('div.alt').each(function () {
        if ($(this).html() != '&nbsp;' && $(this).html().length > 0)
            $(this).css({ display: 'block' });
    });
});
