/* Videos, Images, Downloads
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
var LastChanceWalkthrough = function(content, player, title){
    Shadowbox.open({
        content:    content,
        player:     player,
        title:      title,
		height:		316,
		width:		550
    });
};

/* Project Arbiter Gallery
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
function LastChanceGallery(){;

        var img1 = {
        player:     'img',
        content:    'includes/media/online/LastChance/LastChanceGallery/Last-Chance-01.jpg'
	};

        var img2 = {
        player:     'img',
        content:    'includes/media/online/LastChance/LastChanceGallery/Last-Chance-02.jpg'
	};

        var img3 = {
        player:     'img',
        content:    'includes/media/online/LastChance/LastChanceGallery/Last-Chance-03.jpg'
    };

        var img4 = {
        player:     'img',
        content:    'includes/media/online/LastChance/LastChanceGallery/Last-Chance-04.jpg'
    };

        var img5 = {
        player:     'img',
        content:    'includes/media/online/LastChance/LastChanceGallery/Last-Chance-05.jpg'
    };

        var img6 = {
        player:     'img',
        content:    'includes/media/online/LastChance/LastChanceGallery/Last-Chance-06.jpg'
    };

        var img7 = {
        player:     'img',
        content:    'includes/media/online/LastChance/LastChanceGallery/Last-Chance-07.jpg'
    };

        var img8 = {
        player:     'img',
        content:    'includes/media/online/LastChance/LastChanceGallery/Last-Chance-08.jpg'
    };

    Shadowbox.open([img1, img2, img3, img4, img5, img6, img7, img8]);

};
