﻿// JavaScript
// katz.be
// prettyPhoto config
// requires jquery 1.3.2
// requires jquery.prettyPhoto.js

$(document).ready(function(){
					$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
                       //$("a[rel^='prettyPhoto']").prettyPhoto();	
                        
					});

