/**************   Resize window  *****************/


 top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}


//Cufon.replace('h3, h1, .linked',{
			//	textShadow: '0px 0px 1px #ffffff'
			//});

$(document).ready(function(){

	$("#jquery_jplayer_1").jPlayer({
		ready: function () {
			$(this).jPlayer("setMedia", {
				mp3: "http://www.remiblot.com/gts_1/msk/music_001.mp3"
			}).jPlayer("play");
		},
		ended: function (event) {
			$(this).jPlayer("play");
		},
		swfPath: "js",
		supplied: "mp3"
	});

$("#st_nav").lavaLamp({

      fx: "linear",

      speed: 400,

      click: function(event, menuItem) {

      return true;

      }

   });
   
$(function() {
		$('a[class="tblank"]').click(function() {
			window.open( $(this).attr('href') );
			return false;
		});
});
});
