/* Author: 6-2 Design
*/
jQuery(document).ready(function() {
/*	var node = jQuery('#page-title').contents().filter(function(){return this.nodeType = 3;});
	text = node.text();
	first = text.slice(0, text.indexOf(" "));
//	if (!node.length)
//		return;
	node[0].nodeValue = text.slice(first.length++);
	node.before('<span style="color: #8F268E;">' + first + '</span>'); */
	
});
























