$(function () { $('
Bitte warten, Produkte werden geladen...
').prependTo('#produktblock');
$(function() {
$('#produkte, #produkte2').addClass('hide');
$("#produkte").CloudCarousel({
xPos: 405,
yPos: 0,
altBox: $("#alt-text"),
titleBox: $("#title-text"),
bringToFront: 'True',
minScale: 0.25,
xRadius:525,
yRadius:95,
buttonLeft: $("#pfeil-rechts"),
buttonRight: $("#pfeil-links"),
FPS:30,
frontClass: "focus",
onPreloaded: function() {
$(this).removeClass('hide');
}
});
$("#produkte2").CloudCarousel({
xPos: 405,
yPos: 0,
altBox: $("#alt-text"),
titleBox: $("#title-text"),
bringToFront: 'True',
minScale: 0.25,
xRadius:325,
yRadius:55,
buttonLeft: $("#pfeil-rechts"),
buttonRight: $("#pfeil-links"),
FPS:30,
frontClass: "focus",
onPreloaded: function() {
$(this).removeClass('hide');
}
});
});
});
//////////////////////////////////////////////////////////////////////////////////
// jQuery.fullBg
// Version 1.0
// Copyright (c) 2010 c.bavota - http://bavotasan.com
// Dual licensed under MIT and GPL.
// Date: 02/23/2010
//////////////////////////////////////////////////////////////////////////////////
(function($){$.fn.fullBg=function(){var bgImg=$(this);bgImg.addClass('fullBg');function resizeImg(){var imgwidth=bgImg.width();var imgheight=bgImg.height();var winwidth=$(window).width();var winheight=$(window).height();var widthratio=winwidth/imgwidth;var heightratio=winheight/imgheight;var widthdiff=heightratio*imgwidth;var heightdiff=widthratio*imgheight;if(heightdiff>winheight){bgImg.css({width:winwidth+'px',height:heightdiff+'px'});}else{bgImg.css({width:widthdiff+'px',height:winheight+'px'});}}
resizeImg();$(window).resize(function(){resizeImg();});};})(jQuery)
$(window).load(function() {
$("#laender").fullBg();
$("#shadow").fullBg();
});
//////////////////////////////////////////////////////////////////////////////////
//
// L10N
//
//////////////////////////////////////////////////////////////////////////////////
function convertEntities(b){var d,a;d=function(c){if(/&[^;]+;/.test(c)){var f=document.createElement("div");f.innerHTML=c;return !f.firstChild?c:f.firstChild.nodeValue}return c};if(typeof b==="string"){return d(b)}else{if(typeof b==="object"){for(a in b){if(typeof b[a]==="string"){b[a]=d(b[a])}}}}return b};
jQuery(function($) {
$("li.page-item-24").children("a").attr('href', "#");
$("li.page-item-38").children("a").attr('href', "#");
$("li.page-item-46").children("a").attr('href', "#");
$("li.page-item-52").children("a").attr('href', "#");
});