//<![CDATA[
            var j,d="",l="",m="",p="",q="",z="",BB_PIC= new Array()
			BB_PIC[BB_PIC.length]='/templates/images/top-banner_01.jpg?&&height=92&alt=head02&border=0';
			BB_PIC[BB_PIC.length]='/templates/images/top-banner_02.jpg?&&height=92&alt=head03&border=0';
			BB_PIC[BB_PIC.length]='/templates/images/top-banner_03.jpg?&&height=92&alt=head04&border=0';
			BB_PIC[BB_PIC.length]='/templates/images/top-banner_04.jpg?&&height=92&alt=head05&border=0';
	        j=parseInt(Math.random()*BB_PIC.length);
            j=(isNaN(j))?0:j;
            if (BB_PIC[j].indexOf('?')==-1) {
              document.write("<img src='"+BB_PIC[j]+"'>");
            }
            else {
              nvp=BB_PIC[j].substring(BB_PIC[j].indexOf('?')+2).split('&');
              for(var i=0;i<nvp.length;i++) {
                sub=nvp[i].split('=');
             	  switch(sub[0]) {

           	    case 'link':
                    l="<a href='"+unescape(sub[1])+"?PHPSESSID=58278b7a70a4d6cf86f3720fc19dceb2'>";
                    p="</a>";
	          	  break;
	              case 'target':
                    q=" target='"+unescape(sub[1])+"'";
            		  break;
            	    default:
                    m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
            		  break;
                }
              }
              z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
              z+="<img src='"+BB_PIC[j].substring(0,BB_PIC[j].indexOf('?'))+"'"+m+">"+p;
            document.write(z);
            }
          //]]>