/* ** 
** 
** 
** */

if (top.frames.length>0) {
	top.location.href=window.location.href;
}
function shortcut(select_box){
	url=select_box.value;
	if (url!='0'){window.location.href=url;}
}


