$(document).ready(function(){$('body').css({'background-image':'url(./images/'+images[Math.floor(Math.random()*images.length)]+')'});$('#menu li[class != "submenu"]').hover(function(){$(this).css('cursor','pointer');$(this).stop().animate({backgroundPosition:'0 0',paddingLeft:'30px'},150,'linear',function(){$(this).find('span').css('display','inline')})},function(){$(this).find('span').css('display','none');$(this).stop().animate({backgroundPosition:'280px 0',paddingLeft:'0'},{duration:150})});$('#menu li[class != "submenu"]').click(function(e){e.preventDefault();window.location.href=$(this).find('a').attr('href')});if($('a.product_img').length){$('a.product_img').each(function(index,element){$(element).lightBox()});$('a.product_img').live('click',function(e){e.preventDefault();$(this).lightBox()})}if($('a.shop_img').length){$('a.shop_img').live('click',function(e){e.preventDefault();$(this).siblings('a.product_img').attr('href',$(this).attr('href'));$(this).siblings('a.product_img').find('img').attr('src',$(this).attr('href'));$(this).css('font-weight','bold');$(this).siblings('a.shop_img').each(function(index,element){$(element).css('font-weight','normal')})})}$('#menu').append('<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FVoicesOfSilenceBand&amp;width=200&amp;height=285&amp;colorscheme=dark&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 200px; height: 285px; float: left; display: block; position: relative; left: -50px;" allowTransparency="true"></iframe>')});function toggleSubmenu(id){if(id.length){submenu_container=$('#'+id).parent();if(submenu_container.length){submenu_container.toggle(250)}}}

