//<![CDATA[
var Old_Sname;
function trim(s) {
return s.replace(/^( | )+/, '').replace(/( | )+$/, '');
}

var PathToSmiley="http://www.spustit.cz/wp-includes/images/smilies/", pathToImg="http://www.spustit.cz/wp-content/plugins/pierres-wordspew/img/", pathToMP3="http://www.spustit.cz/wp-content/plugins/pierres-wordspew/msg.mp3";
var smilies=[[':arrow:', 'icon_arrow.gif'],[':D', 'icon_biggrin.gif'],[':grin:', 'icon_biggrin.gif'],[':-D', 'icon_biggrin.gif'],[':-?', 'icon_confused.gif'],[':???:', 'icon_confused.gif'],[':?', 'icon_confused.gif'],[':cool:', 'icon_cool.gif'],['8-)', 'icon_cool.gif'],['8)', 'icon_cool.gif'],[':cry:', 'icon_cry.gif'],['8-O', 'icon_eek.gif'],[':shock:', 'icon_eek.gif'],['8O', 'icon_eek.gif'],[':evil:', 'icon_evil.gif'],[':!:', 'icon_exclaim.gif'],[':idea:', 'icon_idea.gif'],[':lol:', 'icon_lol.gif'],[':-x', 'icon_mad.gif'],[':mad:', 'icon_mad.gif'],[':x', 'icon_mad.gif'],[':mrgreen:', 'icon_mrgreen.gif'],[':-|', 'icon_neutral.gif'],[':neutral:', 'icon_neutral.gif'],[':|', 'icon_neutral.gif'],[':?:', 'icon_question.gif'],[':razz:', 'icon_razz.gif'],[':-P', 'icon_razz.gif'],[':P', 'icon_razz.gif'],[':oops:', 'icon_redface.gif'],[':roll:', 'icon_rolleyes.gif'],[':-(', 'icon_sad.gif'],[':(', 'icon_sad.gif'],[':sad:', 'icon_sad.gif'],[':-)', 'icon_smile.gif'],[':)', 'icon_smile.gif'],[':smile:', 'icon_smile.gif'],[':eek:', 'icon_surprised.gif'],[':o', 'icon_surprised.gif'],[':-o', 'icon_surprised.gif'],[':twisted:', 'icon_twisted.gif'],[';)', 'icon_wink.gif'],[';-)', 'icon_wink.gif'],[':wink:', 'icon_wink.gif']];
var Sht_Link="odkaz", Sht_Email="e-mail";
var GetChaturl="http://www.spustit.cz/wp-content/plugins/pierres-wordspew/wordspew.php?jalGetChat=yes", SendChaturl="http://www.spustit.cz/wp-content/plugins/pierres-wordspew/wordspew.php?jalSendChat=yes";
var Sht_Expand="Kliknutím zde rozbalíte/sbalíte seznam smalíků", Sht_Chaine="Private message for", Sht_Delete="Smazat", Sht_Alert1="Are you sure to delete the message:", Sht_Alert2="'Cancel' to stop, 'OK' to delete.";
var jal_org_timeout=60000;

var show_avatar=0, avatar_position="left", avatar_size=16, isAdmin=false;
var var_XHTML=0, show_smiley=0, shout_user="";
var fade_length=1500, fade_from="666666", fade_to="8EAD20";

function CheckSpam(theText,theURL) {
theMsg=document.getElementById('chatbarText').value;
theMsg=theMsg.toLowerCase();
count_http=theMsg.split("http").length;
var limit=2;
if((document.getElementById('shoutboxU').value).length>7) {
	if(document.getElementById('shoutboxU').style.display!="none") {
		limit++;
		count_http++;
	}
}
if(count_http>limit) {
	alert("Můžete poslat pouze jednu web adresu v jedné zprávě");
	return false;
}
theText+=' '+theURL;
var spam = ['212.187.99.215','85.70.81.19','90.177.59.131','www','czfun.net','czfun','.cz','.com','.org','.info','.net','.biz','.tv','zapni','http','Welcome to Wigs-Lace.','???','!!!','aaa','ááá','ííí','ýýý','ééé','....','.sk','kurva','píča','hovno','nasrat','zmrdi','eee'];
TextToScan=theText.toLowerCase();
for (var i = 0; i < spam.length; i++) {
	if(TextToScan.indexOf(spam[i])!=-1) {
		alert("Použité slovo je zakázané!\n-> "+spam[i].toUpperCase());
		return false;
		break;
	}
}
return true;
}
//]]>
