"); doc.close(); log.window_ = win; } var logLine = log.window_.document.createElement("div"); logLine.appendChild(log.window_.document.createTextNode(message)); log.window_.document.body.appendChild(logLine); } // ###################### Design ################################# function highlightStars(item, range, end) { for (i = 1; i <= range; i++) { styleClass = ".item"+item+"-rate"+i; jQuery(styleClass).attr("src", "../themes/sfwkorg/img/star_grey.gif"); } for (i = 1; i <= end; i++) { styleClass = ".item"+item+"-rate"+i; jQuery(styleClass).attr("src", "../themes/sfwkorg/img/star.gif"); } } function pulsate(query) { var blinkCount = 2*2; do { jQuery(query)['fade'+(blinkCount%2==0?'Out':'In')]('fast'); } while (--blinkCount); } function clearDocumentBackground() { // Noop for this skin } // Wrap boxes with border and shadow function wrapBoxes() { // Noop for this skin } function initPage() { checkCookieSupport(); wrapBoxes(); } jQuery(function() { initPage(); });
Help

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.