/*****
*
* general javascript-lib for universities worldwide
* $Id: common.js 20 2008-04-19 10:22:24Z klaus $
*
*****/

// prevent linking within external frames
if (self != top) {
        top.location.href=self.location.href;
}

