jQuery(document).ready(function(){


jQuery("span#opentv").click(function() {

window.open("http://www.one.com.mt/index.php?id=1928","newTVWin","width=450,height=575,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=Yes,fullscreen=No")

   });




jQuery("span#openradio").click(function() {
	
window.open("http://www.one.com.mt/index.php?id=1929","newRadioWin","width=450,height=250,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=Yes,fullscreen=No")

 });

});
