slideshowId.' = {'.$this->helper->getOptionList().'}, '.$this->slideshowId.'_css = "'.$this->javaScriptStyle.'", head = document.head || document.getElementsByTagName("head")[0], style = document.createElement("style"); style.type = "text/css"; if (style.styleSheet) style.styleSheet.cssText = '.$this->slideshowId.'_css; else style.appendChild(document.createTextNode('.$this->slideshowId.'_css)); head.appendChild(style);'; } }