﻿jQuery(function ($) {
    if (location.hash == "#print") {
        $('head').append('<link rel="stylesheet" href="/common/css/print.css" type="text/css" />');

        $(window).load(function() {window.print();});
    }



    $("#quickbar").change(function () {
        if (this.options[this.selectedIndex].className == 'extern') {
            window.open(this.value);
        } else {
            window.location.href = this.value;
        }
    });

    $(".MenuID_2192 img#webcam, .MenuID_2200 img#webcam")
	.attr("src", "http://217.89.96.98/vhughsize.jpg")
	.attr("width", 432)
	.wrap("<a href='http://217.89.96.98/vhughsize.jpg' target='_blank' />");

    $("body.MenuID_2192,body.MenuID_2200").each(function () {
        window.setInterval(function () {
            var date = new Date();
            var t = date.getTime();
            $("<img />")
		.attr("src", "http://217.89.96.98/vhughsize.jpg?t=" + t)
	      .load(function () {

	          $("#webcam")
				.attr("src", "http://217.89.96.98/vhughsize.jpg?t=" + t)
				.attr("width", 432)
			;
	          $(this).remove();
	      });
        }, 10000);
    });

	//4.Menuebene
	$("#cmsContentMenu li li.active").append($("#cms_mobile_menu ul")).show();
});


