$(window).load(function() { function isiPhone(){return ( (navigator.platform.indexOf("iPhone") != -1) || (navigator.platform.indexOf("iPod") != -1) );} $('.playeropenlive').click(function(){ if(isiPhone()){ window.location.href = "http://m.rncmedia.ca/radiox_chxx.php"; }else{ $("#__playerEmbedObject1597538642").attr("src",$("#__playerEmbedObject1597538642").attr("src"));window.open('http://rms.radiox.com/player/radiox3/default.aspx?spc=CHXX','RadioXPlayer','width=822px,height=456px,scrollbars=no,status=yes,menubar=no,location=no,resizable=no,toolbar=no,top=25%,left=25%'); return false;}}); $('.playeropenarchives').click(function(){ $("#__playerEmbedObject1597538642").attr("src",$("#__playerEmbedObject1597538642").attr("src"));window.open($(this).attr('href'),'RadioXPlayer','width=822px,height=456px,scrollbars=no,status=yes,menubar=no,location=no,resizable=no,toolbar=no,top=25%,left=25%'); return false;}); $('#sliderheader').nivoSlider({ effect:'fade' }); $('.datepicker').each(function(){ $(this).datepicker({ minDate: -366, maxDate: -1, changeMonth: true, changeYear: true, showAnim: 'blind', onSelect:function(dateText){ var curRedirect = $(this).attr("placeholder")+dateText+"/"; window.location.href = curRedirect; } }); }); $('.datepickertrigger').click(function(){ var curTarget = $(this).attr("rel"); $(curTarget).focus(); }); $('a.fancyboximg').fancybox({ 'titlePosition' : 'over', 'cyclic' : true, 'centerOnScroll' : true, 'overlayColor' : '#000000', 'overlayOpacity' : 0.5, 'transitionIn' : 'swing', 'transitionOut' : 'swing', 'speedIn' : 600, 'speedOut' : 200 }); $('a.ctacomment').fancybox({ 'width' : 460, 'height' : 480, 'autoDimensions' : 'false', 'autoScale' : 'false', 'titlePosition' : 'inside', 'cyclic' : true, 'centerOnScroll' : true, 'overlayColor' : '#000000', 'overlayOpacity' : 0.5, 'transitionIn' : 'swing', 'transitionOut' : 'swing', 'speedIn' : 600, 'speedOut' : 200 }); });