NCAA Publications“); $(“#InSeasonNowContents”).html(““); $(“#NewItemsContent”).html(“
“); //get rotator data $.get(“TopNavContents.aspx”, ”, function (data) { $(“#Navigation”).html(data); } ); $.get(“rotatorData.aspx”, ”, function (data) { //what to do with the data $(“#sliderContents”).html(data); $(‘#slider’).nivoSlider({ effect: ‘fade’, // Specify sets like: ‘fold,fade,sliceDown’ animSpeed: 250, // Slide transition speed pauseTime: 5000, // How long each slide will show startSlide: 0, // Set starting Slide (0 index) directionNav: false, // Next & Prev navigation controlNav: true, // 1,2,3… navigation controlNavThumbs: true, // Use thumbnails for Control Nav manualAdvance: false, // Force manual transitions randomStart: false, // Start on a random slide beforeChange: function () { }, // Triggers before a slide transition afterChange: function () { }, // Triggers after a slide transition slideshowEnd: function () { }, // Triggers after all slides have been shown lastSlide: function () { }, // Triggers when last slide is shown afterLoad: function () { } // Triggers when slider has loaded }); } ); $.get(“InSeasonData.aspx”, ”, function (data) { $(“#InSeasonNowContents”).html(data); } ); $.get(“NewItemsData.aspx”, ”, function (data) { $(“#NewItemsContent”).html(data); } ); }); $(document).ready(function () { $(‘img.BackArrow’).click(function () { parent.history.back(); return false; }); }); ]]> Continue reading from the Source