<?

-- init_bb.php 

define('BB_WORDS',                'bb_words');

--

define('BB_PRESENTS',             'bb_presents');


--main.css 

#present {
	height:150px; position: relative;
	background:url(../images/gift_bg.png) repeat-x bottom;
	border: 1px solid #ccc;
}
#present .lblock {
	background:url(../images/left.png) no-repeat top right;
	width:85px; height:32px;
	line-height:35px; position:absolute;
	top:135px; left:-7px;
	color: #FFFFFF;
}
#present .rblock {
	color:#FFF; background:url(../images/right.png) no-repeat top left;
	font-weight: bold; width:72px; height:32px;
	line-height:35px; position:absolute;
	top:135px; right:-6px;
}
#present b { color: #FFFFFF; }
#present b:hover { color: #FF8000;}
#present b:active { color: #FF8000 !important; position: relative; top: 1px; }
#present a:hover, #present a:active {
	text-decoration: none !important;
}1px; }
#present a:hover, #present a:active {
	text-decoration: none !important;
}

-- ajax.php

	function presents()
    {
		require(AJAX_DIR .'present.php');
	}