/* Global JavaScript */
/* Author: Alexander Schakel 2010 */

var baseURL = 'http://www.yournavigator.nl';

$(document).ready(function() {
	
	$("#splash-video").colorbox({transition:'fade', width:'725', height:'468', iframe:true, opacity:0.6, scrolling:false});
	$("#splash-video2").colorbox({transition:'fade', width:'725', height:'468', iframe:true, opacity:0.6, scrolling:false});
	
});

