Live from the Ballroom
Ohio Star Ball Heat CounterPowered by DanceComp.org
[wp-realtime-gallery width=”439″ height=”328″ room=”Slide1″ indicators=”false” total=”3″]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/tristate.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/capital.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/americanstarball.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/emerald.jpg[/wp-realtime-gallery-item]
[/wp-realtime-gallery]
[wp-realtime-gallery width=”439″ height=”328″ room=”Slide2″ indicators=”false” total=”3″]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/swarovski.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/TAP.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/Aida.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/dancevision.jpg[/wp-realtime-gallery-item]
[/wp-realtime-gallery]
[wp-realtime-gallery width=”439″ height=”328″ room=”Slide3″ indicators=”false” total=”3″]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/tristate.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/holiday.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/galaxy.jpg[/wp-realtime-gallery-item]
[wp-realtime-gallery-item]http://app.dancecomp.org/files/2014/11/harvest.jpg[/wp-realtime-gallery-item]
[/wp-realtime-gallery]
var fireBaseRef = new Firebase("https://torid-fire-3540.firebaseio.com/heat2");
fireBaseRef.on('value', function(snapshot) {
var counter = snapshot.val().counter;
var counterContainer = $('#counter-container');
var timestamp = snapshot.val().timestamp;
document.getElementById('counter-container').innerHTML = counter;
document.getElementById('clock').innerHTML = 'Last Updated: ' + convertTimestamp(timestamp);
// $('
', {class: 'comment-container'})
// .html('
'
// + comment + ' ').appendTo(commentsContainer);
//
// commentsContainer.scrollTop(commentsContainer.prop('scrollHeight'));
});