var ct          = new Date();
var thisYear	= ct.getFullYear();
var startingYear= 2006;
var thisSiteURL = "www.golfistirossoblu.it";
if (thisYear != startingYear.toString()) {
	defaultStatus="© "+startingYear+"-"+thisYear+" "+thisSiteURL;
} else {
	defaultStatus="© "+thisYear+" "+thisSiteURL;
}
if (top.frames.length != 0) {
	top.location = self.document.location;
}
function goToIndexPage()
{
    document.location.href='index.php';
};
function goToPublisher(FQDN)
{
    window.open('http://www.webmastering.it/CustomerGateway/?customer='+FQDN,'Webmastering_dot_it');
};

