<%
include_once( "../modules/utils.inc.php" );
$page = "index";
$tok = $_COOKIE["c_pass_token"];
$u = $sessionUserId = $_COOKIE["c_uid"];
%>
<title> FML | TAG CLOUD TEST PAGE </title>
<%
include( "$modules/header.inc.php" );
%>
<h1>tag cloud test</h1>
<div>
<%
include_once( "$modules/tag-cloud.inc.php" );
%>
</div>
<%
include( "$modules/footer.inc.php" );
%>