$(document).ready(function(){

	$("a[@rel=external]").each(function(i){
		this.target="_blank";
	});
	
	$('#pageSidebar > .sidebarItem > ul > li> div').sifr( { strSWF: 'http://deepfm.nl/lib/swf/sifrCooperBlack.swf', strColor: '#45484d', strBgColor: '#E7EDE6', strHoverColor: '#7E1245' } );
	$('#pageContent > h3').sifr( { strSWF: 'http://deepfm.nl/lib/swf/sifrCooperBlack.swf', strColor: '#45484d', strBgColor: '#F5F5F5', strHoverColor: '#7E1245' } );

	if(navigator.userAgent.indexOf('Win') != -1) {
		$.fn.media.mapFormat('mp3','winmedia');
		$('.media').media( { width: 230, height: 64, bgColor: '#F5F5F5', src: 'http://luister.deepfm.nl/deepfm.asx', autoplay: true, caption: false  } ); 
	}
	else if(navigator.userAgent.indexOf('Mac') != -1) {
		$.fn.media.mapFormat('mp3','flash');
		$('.media').media( { width: 230, height: 64, bgColor: '#F5F5F5', src: 'http://luister.deepfm.nl/deepfm.asx', autoplay: true, caption: false  } ); 
	}
	else {
		$.fn.media.mapFormat('mp3','winmedia','true');
		$('.media').media( { width: 230, height: 64, bgColor: '#F5F5F5', src: 'http://luister.deepfm.nl/deepfm.asx', autoplay: false, caption: false  } ); 
	}

});


