var loadVideoRollovers = function () {
var cache_off_image = new Image();
cache_off_image.src = "/images/videos/yt_off.png";
var cache_on_image = new Image();
cache_on_image.src = "/images/videos/yt_on.png";
var yt_counter = 1;
$('.video-thumbnail').each(function(index, value) {
var video_thumbnail_off = value;
$(video_thumbnail_off).after($('
'));
$( '#yt-label-' + yt_counter ).css("position", "relative");
$( '#yt-label-' + yt_counter ).css("top", "-150px");
$( '#yt-label-' + yt_counter ).parent().parent().find("div.title").css("position", "relative").css("top", "-153px");
yt_counter++;
});
}
window.addEventListener('load', loadVideoRollovers, true);
Pure Lighting Videos