/*
 * $Id: script.js 169 2010-06-15 13:12:56Z rob $
 *
 * Dit werk is auteursrechtelijk beschermd.
 * Copyright (c) 2008-2009 OhReally.nl <contact@OhReally.nl>
 */

// Init function.
function init() {
	// Initialize mouseovers and the like.
	initNavigation();

	// Initialize Lighbox.
	//initLightbox();

	// Do not enable AJAX by default.
	//initAjax();
}

