function crazyisBar()
{
	document.write('		<style type="text/css">');
	document.write('		<!--');
	document.write('			#crazyisbar {');
	document.write('				background-color: #222; ');

	document.write('				height: 14px;');
	document.write('				padding: 5px;');
	document.write('				margin-top: 20px;');

	document.write('				font-family: Verdana, Arial, Helvetica, sans-serif;');
	document.write('				font-size: 10px;');
	document.write('				text-align: left;');
	document.write('				color: #999;');
	document.write('				text-decoration: none;');

	document.write('				border-top-width: 1px;');
	document.write('				border-top-style: solid;');
	document.write('				border-top-color: #333;');

	document.write('				clear: both;');
	document.write('				bottom: 0;');
	document.write('				position: fixed;');
	document.write('				width: 100%;');
	document.write('				_position: absolute;');
	document.write('				_bottom: expression("0px");');

	document.write('				z-index: 99;');
	document.write('			}');
	document.write('			#crazyisbar p {');
	document.write('				margin: 0;');
	document.write('				padding: 0;');
	document.write('			}');
	document.write('			#crazyisbar a {');
	document.write('				font-family: Verdana, Arial, Helvetica, sans-serif;');
	document.write('				font-size: 10px;');
	document.write('				font-weight: bold;');
	document.write('				color: #ccc;');
	document.write('				text-decoration: none;');
	document.write('			}');
	document.write('			#crazyisbar a:hover {');
	document.write('				text-decoration: underline;');
	document.write('			}');
	document.write('			#crazyisbar strong a {');
	document.write('				color: #666;');
	document.write('				text-decoration: underline;');
	document.write('			}');
	document.write('		-->');
	document.write('		</style>');
	document.write('	<div style="height: 30px; clear: both;"></div>');
	document.write('	<div id="crazyisbar"><p><strong><a href=\"http://www.crazy-island.com/\">Crazy Island</a></strong>: <a href=\"javascript:void(0);\" onclick=\"javascript:w=window.open(\'http://school.crazy-island.com/hx/news.php\',\'xpage\',\'height=600,width=500,status=no,toolbar=no,menubar=no,location=no,left=50,top=100\');\">Новини</a> - <a href=\"http://www.crazy-island.com/naish\">Naish Каталог</a> - <a href=\"http://www.crazy-island.com/school\">Училище</a> - <a href=\"http://www.crazy-island.com/shop\">Магазин</a> - <a href=\"http://www.crazy-island.com/gallery\">Галерия</a> - <a href=\"http://kitemaina.com\" target=\"_blank\">Kitemaina</a> - <a href=\"http://swi4stance.com\">Swi4stance</a> | &copy;2008 BBM Advertising Services Ltd. | Design: <a href=\"http://soban.xp2p.org/portfolioref/\" onclick=\"w=window.open(\'http://soban.xp2p.org/portfolioref/\'); return false;\">soban</a></p></div>');
};