function redirect(url,absolute)
{
window.location=(absolute ? '':baseUrl)+url;
}


(function($){
    
    $(function(){

    	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
    	
    	$('.quicknet-flash-embed').flashEmbed();
    	
    });

})(jQuery);
