- Navigation
-
- Content
-
');
$("body").prepend('');
checkPads(images_loaded/2);
$('#modal').jqm({modal: true, toTop: true});
$('#modalclose').click(function() {
$('#modal').jqmHide();
});
$("a[videoid]").click(function() {
getVid(this.getAttribute('videoid'));
});
$(window).resize(function() {
var modal = $('#modal'), win = $(window);
modal.css({
left: Math.floor((win.width()-parseInt(modal.outerWidth(false)))/2) + 'px',
top: Math.floor((win.height()-parseInt(modal.outerHeight(false)))/2) + 'px'
});
});
}
);//end wait()
});
}('Kv100xRI9UiA5azNf2LpmQ'));