
if(jQuery){$(document).ready(function(){imageRotator();$("#left li").click(function(){window.location=$(this).find("a").attr("href");});$(".second").hover(function(){$(this).parent().addClass("menuParent");},function(){$(this).parent().removeClass("menuParent");});$("#dnn_dnnLANGUAGE_selectCulture option").each(function(){if($(this).val()==="en-US"){$(this).text(removeCountry($(this).text()));}});});function removeCountry(element){var split=element.split('(');return split[0];}
function imageRotator(){var images=new Array();$("#picture img").each(function(){images.push($(this));});var seed=images.length;var random=Math.floor(Math.random()*seed);$("#picture").html(images[random]);$("#picture").show();}}
