/* COMMON.JS : COMMON NANOLUX.COM SCRIPTS */

function redirect(where){
	// redirect() : redirects to another location
	// PARAM where : target location

	if(where!=''){
		window.location.href='http://'+where;
	}
}
