$(document).ready(function(){
    if ($("a[rel^='prettyPhoto']").length > 0) {
	$("a[rel^='prettyPhoto']").prettyPhoto();
    }

    $('div#menu ul li:eq(0) a').addClass("active");
});