/**
 * @package RadioPetrov.com
 */

// jQuery
$(document).ready(function() {
	// Lightbox
	$("a[rel*=lightbox]").lightBox({fixedNavigation:true});

	$('div.skyscraper').css({'top': $('#center').position().top});
	
	var flashvars = {promenne:'/flash-data.php'};
	var attributes = {};
	var params = {};

	swfobject.embedSWF("/swf/poll.swf", "stara-nova", "240", "255", "9.0.0", "../swf/ei.swf", flashvars, params, attributes);	
});

function PlayRadio(bitrate) {
	  window.open('http://www.play.cz/listen/listen.php?sh=radiopetrov&bitrate=' + bitrate + '', 'playradio', 'width=490,height=200,top='+((screen.availHeight-200)/2)+',left='+((screen.availWidth-490)/2)+',status=0,scrollbar=0');
};

function Discuss(href) {
      window.open(href, 'diskusia', 'width=500,height=450,top='+((screen.availHeight-200)/2)+',left='+((screen.availWidth-490)/2)+',status=0,scrollbar=0');
};