Piracy
About Us
Member Login
Irish Charts
.slideshow width: 100%;
(function()
"use strict";
var slideshows = $('.cycle-slideshow');
// optional: sort the slideshow collection based on the value of the data-index attribute
Array.prototype.sort.call( slideshows, function(a, b)
a = $(a).data('index'), b = $(b).data('index');
return a b ? 1 : 0;
);
// bind to cycle-after to trigger next slideshow's transition
$('#row2').on('cycle-after', function(e)
var index = slideshows.index(e.target);
transitionNext(index);
);
// trigger the initial transition after 1 second
setTimeout(transitionNext, 1000);
function transitionNext( index )
if (index === undefined
)();
Tweets by @irishcharts
!function(d,s,id)var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id))js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);(document,"script","twitter-wjs");