// JavaScript Document for CrazyPaintBall.Albufeira.com

<!--
function addtofav(){t=document.title;l=location.href;m1="Press Ctrl + ";m2=" to Bookmark this page";if(window.opera != undefined ){var v="T";alert(m1+v+m2);}else if(window.sidebar){window.sidebar.addPanel(t, l,"")}else if(document.all!= -1){window.external.AddFavorite(l,t);}else {v="D";alert(m1+v+m2);}}
//-->

<!--
function emailPage() {
  var messageText = 'Hi, I found this website and thought it was interesting: ' + window.location;
  var subjectText = 'Your friend would to like recommend this site';
  var email = prompt("Insert your friend's email: ", '');
{
    window.location = 'mailto:' + email +
      '?subject=' + encodeURIComponent(subjectText) +
      '&body=' + encodeURIComponent(messageText);
  }
}
//-->

<!--
function emailPagina() {
  var messageText = 'Olá, encontrei este site e achei muito interessante: ' + window.location;
  var subjectText = 'O seu amigo(a) recomenda este site';
  var email = prompt("Introduza o email do seu amigo(a):", '');
{
    window.location = 'mailto:' + email +
      '?subject=' + encodeURIComponent(subjectText) +
      '&body=' + encodeURIComponent(messageText);
  }
}
//-->

<!--
(function($){

	$.fn.shuffle = function() {
		return this.each(function(){
			var items = $(this).children().clone(true);
			return (items.length) ? $(this).html($.shuffle(items)) : this;
		});
	}
	
	$.shuffle = function(arr) {
		for(var j, x, i = arr.length; i; j = parseInt(Math.random() * i), x = arr[--i], arr[i] = arr[j], arr[j] = x);
		return arr;
	}
	
})(jQuery);
//-->
