 $(document).ready(function(){
	
	$("#start1").click(
	   function () {
		window.location.href = "/om_asp_kontakt/index.php"; 
      }
    );
	
	$("#start2").click(
	   function () {
        window.location.href = "/mobelsnickeri/index.php"; 
      }
    );
	
	$("#start3").click(
	   function () {
        window.location.href = "/konstnarsmateriel/index.php"; 
      }
    );
	
	$("#start4").click(
	   function () {
       window.location.href = "/ovrigt_snickeri/index.php"; 
      }
    );
	
	
 });
 
 
