function dom_init() {

  $("a.contact-link").fancybox({
    'speedIn' : 600,
    'speedOut' : 300,
    'autoDimensions' : false,
    'height' : 550,
    'padding' : 20
  });
  
  $("a.google-maps-link").fancybox({
    'speedIn' : 600,
    'speedOut' : 300,
    'autoDimensions' : false,
    'height' : "80%",
    'width' : "80%",
    'type' : "iframe",
    'padding' : 0
  });
	
  $('#features').jshowoff({
  	'controls' : false,
  	'autoPlay' : true,
  	'hoverPause' : false,
  	'changeSpeed' : 750,
  	'speed' : 6500
  });	
	
  
  
 /*
 $("#teaser").easySlider({
		auto: true,
		controlsShow: true,
		controlsFade: true,
		continuous: true,
		speed: 600,
		pause: 4500 
	});
  
  
  $("#prevBtn a, #nextBtn a").addClass("clearbg");
	
		
	$("#teaser").hover(function(){
		$("#prevBtn a, #nextBtn a").removeClass("clearbg");
		$("#prevBtn a, #nextBtn a").hover(function(){
			$("#prevBtn a, #nextBtn a").removeClass("clearbg");
		},
		function(){
			$("#prevBtn a, #nextBtn a").removeClass("clearbg");
		});
		},
	function(){
		$("#prevBtn a, #nextBtn a").addClass("clearbg");
		$("#prevBtn a, #nextBtn a").hover(function(){
			$("#prevBtn a, #nextBtn a").removeClass("clearbg");
		},
		function(){
			$("#prevBtn a, #nextBtn a").removeClass("clearbg");
		});
	});
*/

}
