<html>
	<title>Tag Cloud</title>
	<script language="JavaScript" type="text/javascript" src="tagcloud.js"></script>
	<style>
		.tc_body { }
		.tc_body A { color: black; }
		.tc_content { padding: 0px 5px 0px 5px; }
		.tc_buttom { 
			border-top: 1px white solid;
			border-left: 1px white solid;
			border-right: 1px #AAAAAA solid;
			border-bottom: 1px #AAAAAA solid;
			background-color: #EEEEEE;
			padding: 2px 4px 2px 4px;
			margin: 2px;
		}
		.tc_buttom A {
			color: black;
			font-weight: bold;
			font-size: 12px;
			font-family: Arial, Tahoma;
			text-decoration: none;
		}
		
	</style>
<body>
<h1>Tag Cloud Sample</h1>
<script language="JavaScript" type="text/javascript" src="showcloud.php?js=on"></script>
</body>
</html> 
  |