<?php
	$thisscript = 'menubar';
	require_once 'globalad.php';
	
	require_once 'incl/global_template.php';
	
	$theme = gettemplate('menubar');
	eval("\$theme = \"$theme\";");
	echo $theme;
?>