if(typeof(console)=="undefined"){console={log:function(a){alert(a)}}}if(typeof jQuery!="undefined"){
/*
	 * HTML5 Placeholder jQuery Plugin v1.2
	 * @link http://github.com/mathiasbynens/Placeholder-jQuery-Plugin
	 * @author Mathias Bynens <http://mathiasbynens.be/>
	 */
(function(b){b.fn.placeholder=function(){if(this[0]&&"placeholder" in document.createElement("input")){return this}function a(d){if(d.val()===""||d.val()===d.attr("placeholder")){d.addClass("placeholder").val(d.attr("placeholder"))}else{d.removeClass("placeholder")}}b("form:has([placeholder])").submit(function(){b(".placeholder",this).val("")});b(window).unload(function(){b(".placeholder").val("")});return this.each(function(){var d=b(this);if(d.is(":password")||!d.is(":input")){return}a(d);d.focus(function(){if(d.val()===d.attr("placeholder")){d.val("").removeClass("placeholder")}}).blur(function(){a(d)})})}})(jQuery);(function(b){jQuery.fn.replacemail=function(a){var d={atSymbol:" [AT] ",domain:window.location.domain,domainString:"this domain",className:"email"},a=b.extend(d,a);return this.each(function(){var c=b(this);var m=c.text().toLowerCase();var r=a.atSymbol.toLowerCase();if(m.indexOf(r)>0){var l=m.substring(0,m.indexOf(r)).replace(/^\s+|\s+$/g,"");var p=m.substring(m.length,(m.indexOf(r)+r.length)).replace(/^\s+|\s+$/g,"");var n=a.domain;if(p!==window.location.domain&&p!==a.domainString){n=p}var q=l+"&#64;"+n;var o="<a href='mailto:"+q+"' class='"+a.className+"'>"+q+"</a>";c.replaceWith(o)}})}})(jQuery);(function(b){jQuery.fn.scrollanchors=function(a){var d={speed:900,focusClass:false,easing:false},a=b.extend(d,a);return this.each(function(){var c=b(this).find("a[href^=#]");c.click(function(h){h.preventDefault();if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var j=b(this.hash);j=j.length&&j||b("[id="+this.hash.slice(1)+"]");if(j.length){var i=j.offset().top;b("html,body").animate({scrollTop:i},a.speed,a.easing);if(a.focusClass){j.addClass(a.focusClass)}}}})})}})(jQuery);function initMap(){var d=$("#map");if(d.length>0){d.css({height:"240px"});if(GBrowserIsCompatible){var e=new GMap2(document.getElementById("map"));var c=new GLatLng(52.0452058,4.9335256);var a=new GLatLng(52.0452058,4.9335256);e.setCenter(c,10);e.addControl(new GSmallMapControl());var b=new GIcon();b.image="http://arvoo.com/workspace/static/gfx/icons/iimm2-orange.png";b.iconSize=new GSize(32,32);b.iconAnchor=new GPoint(16,0);b.infoWindowAnchor=new GPoint(20,8);markArvooHQ=new GMarker(a,{title:"Arvoo HQ",icon:b});GEvent.addListener(markArvooHQ,"click",function(){markArvooHQ.openInfoWindowHtml("<h4>Arvoo HQ: <br />"+$("#office.vcard .tel").text()+"</h4><p>"+$("#office.vcard .adr").html()+'<a href="http://maps.google.com/maps?f=d&daddr='+$("#office.vcard .street-address").text()+", "+$("#office.vcard .locality").text()+'" title="Plan uw route">[Route]</a></p>')});e.addOverlay(markArvooHQ)}}}function init(){$("input, textarea").placeholder();$("body").scrollanchors();$(".email").replacemail({domain:"arvoo.com"});if($("#map").length>0){initMap()}if(typeof ARVOO!="undefined"){ARVOO.slideshow()}}$(document).ready(init)}else{console.log("jQuery is not properly loaded!")};
