// JavaScript Document

	// RADIO PLAYER
	var flashvars =
	{
	  file:                  encodeURIComponent("http://stream.raarfm.com:8000/;stream.nsv"),
	  type:                 "sound",
	  autostart:            "false",
	  volume:               "20",
	  plugins:              "googlytics-1",
	  skin:                 "/swf/dangdang-raar.swf"		
	};
	
	var params =
	{
	  allowfullscreen:      "false",
	  allowscriptaccess:    "always",
	  wmode:                "opaque",
	  bgcolor:              "#000000"
	};
	
	var attributes =
	{
	  id:                   "playerId",
	  name:                 "playerId"
	};
	
	swfobject.embedSWF("/swf/player-4.2.113.swf", "player", "250", "28", "9.0.28", false, flashvars, params, attributes);	
	
	
$(document).ready(function(){

	  // SERVERBANNER
	  $("#faded").faded({
			speed: 500,
			autoplay: 8000,
			autorestart: true,
			autopagination: false					  
	  });	

	  // OPEN NEWS LINKS IN NEW WINDOW
	  //$("#Block_News .Inleiding a").attr("rel" , "external");
	  $("#Block_News a.postlink").attr("rel" , "external");
	  
	  // SHOUTS	
	  loadShouts();
	    
/*
	  // BF3 COUNTDOWN	  
	  $("#countdown_dashboard").countDown({
		  targetDate: {
			  "day": 	27,
			  "month": 	10,
			  "year": 	2011,
			  "hour": 	0,
			  "min": 	0,
			  "sec": 	0
		  }
	  });	  
*/
	  //Radio Tracks
	  loadTrackInfo();
	  
	  $("#ScrollingTracks").SetScroller({	
		  velocity: 60,
		  direction: "horizontal",
		  startfrom: "right",
		  loop:	"infinite",
		  movetype: "linear",
		  onmouseover: "play",
		  onmouseout: "play",
		  onstartup: "play",											
		  cursor: "auto"
	  });
	  
});
