/*
//
// APUS JS package, last modified $Date: 2005/03/15 10:16:48 $ by $Author: stamina $
// This script contains some functionality for redirecting and linking to URLS.
//
*/

function direct_linker(aSrc) {
	location.href=aSrc;
}

