function playPreview(a){$(".file-name").removeClass("active"),getFlash().playURL(a.attr("preview")),current_file?current_file.get(0)!=a.get(0)&&a.addClass("active"):a.addClass("active"),current_file=a}function soundComplete(){current_file=null,$(".file-name").removeClass("active")}function getFlash(){return navigator.appName.indexOf("Microsoft")!=-1?window.player:document.player}var current_file=null;$(document).ready(function(){$(".file-name").click(function(){playPreview($(this))}),$("form.contact_new").submit(function(){return $("#contact_email").val()==""?(alert("You need to specify your email address"),!1):$("#contact_message").val()==""?(alert("You need to specify a message"),!1):!0}),$(".cart.index table tr:nth-child(even)").addClass("ie-even"),$("table.products.index tr:nth-child(odd)").addClass("ie-odd")})
