function init(){if( $('.slider1').length){startHomeSlider()}replaceExternalLinks();checkForModals();if( $('#map_canvas').length){setTimeout(createMap,2000)}}function checkForModals(){if( $('.modal').length!=0){var b=document.getElementsByTagName("head")[0];var c=document.createElement('script');c.type='text/javascript';c.src='/media/oqapi-2011/javascripts/jquery.simplemodal.1.4.1.min.js';b.appendChild(c)}createModals()}function createModals(){ $('.modal').click(function(){ $('#'+this.title).modal()})}function replaceExternalLinks(){ $('a[rel="external"]').click(function(c){window.open(this.href);c.preventDefault()})}function startHomeSlider(){var c=$('#slider1').bxSlider({auto:true,controls:false,autoStart:true,autoHover:true,pause:7000}); $('#go-prev').click(function(){c.goToPreviousSlide();return false}); $('#go-next').click(function(){c.goToNextSlide();return false}); $(".bx-wrapper").css("width","951px"); $(".bx-window").css("width","951px")}function createMap(){var d=new google.maps.LatLng(51.996493,4.385258);var a={zoom:16,center:d,mapTypeId:google.maps.MapTypeId.ROADMAP};var c=new google.maps.Map(document.getElementById("map_canvas"),a);var b=new google.maps.Marker({position:d,map:c,title:"Oqapi HQ"})} $(document).ready(function(){init()});
