function displayBottom() {
var imgURL = "http://contents.auction.co.kr";
var entity = '';
entity += '
';
entity += ' ';
entity += '
';
// entity += ' 
';
entity += ' 
';
entity += ' ';
document.write( entity );
}
displayBottom();
Event.observe('cat_title', 'mouseup', function()
{
toggleSearch();
});