window.addEvent('domready', function(){
                
	
        new Request({  
            url: "./ajax.home.title.php",  
            method: "get",  
            update: "headline",
            onRequest: function() {
                $("headline").set("html","<b>Loading...</b>");					
            },  
            onComplete: function(response) {  
                $("headline").set("html",response);  
            }  
        }).send();  
	            

            new Request.HTML({
                url: "./ajax.home.php",
                method: 'get',
                update: $('content'),
				evalScripts: 'true',
				evalResponse: 'true',
                onRequest: function() {
	                $('content').set("html","<b>Loading...</b>");					
                },
                onSuccess: function(html) {
		            $('result').set('content', '');		
		            $('result').adopt(html);
	            }
          
            }).send();
				
        $('link_home').addEvent('click', function(e) {
		    e = new Event(e).stop();
	     
	       new Request({  
                url: "./ajax.home.title.php",  
                method: "get",  
                update: "headline",
                onRequest: function() {
                    $("headline").set("html","<b>Loading...</b>");					
                },  
                onComplete: function(response) {  
                    $("headline").set("html",response);  
                }  
            }).send();  
                    

        
            new Request.HTML({
                url: "./ajax.home.php",
                method: 'get',
                update: $('content'),
				evalScripts: 'true',
				evalResponse: 'true',
                onRequest: function() {
	                $('content').set("html","<b>Loading...</b>");					
                },
                onSuccess: function(html) {
		            $('result').set('content', '');		
		            $('result').adopt(html);
	            }
          
            }).send();
		
	    });
				
		  $('link_products').addEvent('click', function(e) {
					e = new Event(e).stop();
				 
				   new Request({  
                url: "./ajax.products.title.php",
                method: "get",  
                update: "headline",
                onRequest: function() {
                    $("headline").set("html","<b>Loading...</b>");					
                },  
                onComplete: function(response) {  
                    $("headline").set("html",response);  
                }  
            }).send();  
                    

            new Request.HTML({
                url: "./ajax.products.php",
                method: 'get',
                update: $('content'),
				evalScripts: 'true',
				evalResponse: 'true',
                onRequest: function() {
	                $('content').set("html","<b>Loading...</b>");					
                },
                onSuccess: function(html) {
		            $('result').set('content', '');		
		            $('result').adopt(html);
	            }
          
            }).send();
					
			});
				
				
            
				$('link_shop').addEvent('click', function(e) {
					e = new Event(e).stop();
				 
new Request({  
                url: "./ajax.shop.title.php",  
                method: "get",  
                update: "headline",
                onRequest: function() {
                    $("headline").set("html","<b>Loading...</b>");					
                },  
                onComplete: function(response) {  
                    $("headline").set("html",response);  
                }  
            }).send();  
                    

            new Request.HTML({
                url: "./ajax.shop.php",
                method: 'get',
                update: $('content'),
				evalScripts: 'true',
				evalResponse: 'true',
                onRequest: function() {
	                $('content').set("html","<b>Loading...</b>");					
                },
                onSuccess: function(html) {
		            $('result').set('content', '');		
		            $('result').adopt(html);
	            }
          
            }).send();
					
				});
            
            $('link_team').addEvent('click', function(e) {
					e = new Event(e).stop();
				 
				   new Request({  
                url: "./ajax.team.title.php",  
                method: "get",  
                update: "headline",
                onRequest: function() {
                    $("headline").set("html","<b>Loading...</b>");					
                },  
                onComplete: function(response) {  
                    $("headline").set("html",response);  
                }  
            }).send();  
                    

            new Request.HTML({
                url: "./ajax.team.php",
                method: 'get',
                update: $('content'),
				evalScripts: 'true',
				evalResponse: 'true',
                onRequest: function() {
	                $('content').set("html","<b>Loading...</b>");					
                },
                onSuccess: function(html) {
		            $('result').set('content', '');		
		            $('result').adopt(html);
	            }
          
            }).send();
					
				});



			$('link_about').addEvent('click', function(e) {
					e = new Event(e).stop();
				 
            new Request({  
                url: "./ajax.about.title.php",  
                method: "get",  
                update: "headline",
                onRequest: function() {
                    $("headline").set("html","<b>Loading...</b>");					
                },  
                onComplete: function(response) {  
                    $("headline").set("html",response);  
                }  
            }).send();  
                    

            new Request.HTML({
                url: "./ajax.about.php",
                method: 'get',
                update: $('content'),
				evalScripts: 'true',
				evalResponse: 'true',
                onRequest: function() {
	                $('content').set("html","<b>Loading...</b>");					
                },
                onSuccess: function(html) {
		            $('result').set('content', '');		
		            $('result').adopt(html);
	            }
          
            }).send();
					
				});
				
			$('link_contact').addEvent('click', function(e) {
					e = new Event(e).stop();
				 
            new Request({  
                url: "./ajax.contact.title.php",  
                method: "get",  
                update: "headline",
                onRequest: function() {
                    $("headline").set("html","<b>Loading...</b>");					
                },  
                onComplete: function(response) {  
                    $("headline").set("html",response);  
                }  
            }).send();  
                    

            new Request.HTML({
                url: "./ajax.contact.php",
                method: 'get',
                update: $('content'),
				evalScripts: 'true',
				evalResponse: 'true',
                onRequest: function() {
	                $('content').set("html","<b>Loading...</b>");					
                },
                onSuccess: function(html) {
		            $('result').set('content', '');		
		            $('result').adopt(html);
	            }
          
            }).send();
					
		    });
           $('link_links').addEvent('click', function(e) {
					e = new Event(e).stop();
				 
            new Request({  
                url: "./ajax.links.title.php",  
                method: "get",  
                update: "headline",
                onRequest: function() {
                    $("headline").set("html","<b>Loading...</b>");					
                },  
                onComplete: function(response) {  
                    $("headline").set("html",response);  
                }  
            }).send();  
                    

            new Request.HTML({
                url: "./ajax.links.php",
                method: 'get',
                update: $('content'),
				evalScripts: 'true',
				evalResponse: 'true',
                onRequest: function() {
	                $('content').set("html","<b>Loading...</b>");					
                },
                onSuccess: function(html) {
		            $('result').set('content', '');		
		            $('result').adopt(html);
	            }
          
            }).send();
					
				});
				
				

				
				
			}); 

