/**
 * @version		1.5.9 August 19, 2010
 * @author		RocketTheme, LLC http://www.rockettheme.com
 * @copyright 	Copyright (C) 2007 - 2010 RocketTheme, LLC
 * @license		http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

var RokBuildSpans=function(modules,header,options){(modules.length).times(function(i){var selector="."+modules[i]+" "+header;$$(selector).each(function(item){item.setStyle('visibility','visible');var content=item.getText();var temp=content.split(" ");first=temp[0];rest=temp.slice(1).join(" ");html=item.innerHTML;var header=item.clone().setText(' '+rest),span=new Element('span').setText(first);span.inject(header,'top');item.replaceWith(header)})})};

