        $(document).ready(function(){
								   
                $('#cantag1').click(function(){
                        location.href='candleset_memorial.php';
                });
				
                $('#cantag2').click(function(){
                        location.href='candleset_littlestar.php';
                });
				
				
                $('#cantag3').click(function(){
                        location.href='candleset_comfort.php';
                });
				
				
                $('#cantag4').click(function(){
                        location.href='candleset_pet.php';
                });
				
				 $('#orderbutton').click(function(){
                        location.href='ordering_step1.php';
                });
				 
				 
				 
				
								
        });
		
		
		
