    var themes = new Array('#990000', '#CC0066', '#336666', '#003366',
        '#336633', '#EB5F01', '#0066FF', '#4FAF00');
    var now = new Date();
    var theme = themes[now.getSeconds() % 8];
    var s_prop6="<c:out value='${param.querytext}'/>";

