    
function HomePage(){
    
        window.location = "/"
                
}
    
function ContactUs(){
    
        window.location = "/index.php?do=contact"
                
}
    
function Post(){        
        window.location = "/index.php?do=post"        
}
    
function Suggestions(){        
        window.location = "/index.php?do=suggestions"        
}
