/**
 * @author : Flo :: hLines
 * @date : 20/05/2010
 * 
 * Scripts de redirection - redirection accessibilite 
 */           

var host_site = window.location.host;
//var host_site_www = "http://www.hlines.fr/";
var href_site = window.location.href;

if (href_site == host_site+"presentation") {
	document.location.href = "./#presentation"
}
if (href_site == host_site+"services/") {
	document.location.href = "./#services"
}
if (href_site == host_site+"references/") {
	document.location.href = "./#references"
}
if (href_site == host_site+"contact/") {
	document.location.href = "./#contact"
}
