/*
	Websitenaam
	***********
	
	Javascript by pasz.nl. Magic by jQuery.
*/

$(document).ready(function() 
{
	$("a[href*='http://']:not([href*='"+location.hostname+"'])").attr("target","_blank");

	$("#sitemaps").hide();

	// Do when DOM tree is loaded
	$(".makeEmpty").each(function() {
		$(this).val($(this).attr('title')).addClass('grayedOut')
	}).focus(function() {
		if($(this).val() == $(this).attr('title')) $(this).val('').removeClass('grayedOut')
	}).blur(function(){
		if($(this).val() == '') $(this).val($(this).attr('title')).addClass('grayedOut')
	}).trigger('blur')
});

/*	sIFR
	****/

var cracked = {
  src: '/swf/cracked.swf'
};

sIFR.activate(cracked);

sIFR.replace(cracked, {
  selector: 'h2', css: ['.sIFR-root {font-size:24px;	color:#c4d82d;	text-transform:uppercase;}',], wmode: 'transparent'
});

sIFR.replace(cracked, {
  selector: 'h1', css: ['.sIFR-root {font-size:32px;	color:#c4d82d;	text-transform:uppercase;}',], wmode: 'transparent'
});
