function index_fb(){
var req = new Ajax.Request ("../shoutbox/shoutbox3.php?t="+(new Date()).getTime(),{
    	method: "post",
        	onSuccess: function (request){
window.location = "http://www.azgmbh.de/social-network.php";
        	}
        }
	);
	
};

function index_xing(){
var req = new Ajax.Request ("../shoutbox/shoutbox4.php?t="+(new Date()).getTime(),{
    	method: "post",
        	onSuccess: function (request){
window.location = "http://www.azgmbh.de/social-network.php";
        	}
        }
	);
	
};

function index_twitter(){
var req = new Ajax.Request ("../shoutbox/shoutbox5.php?t="+(new Date()).getTime(),{
    	method: "post",
        	onSuccess: function (request){
window.location = "http://www.azgmbh.de/social-network.php";
        	}
        }
	);
	
};
