// JavaScript Document
//Veronica Barrios
//November 24, 2009

function gallery_LoveAndHate(){
    var options = {
        continuous: true,
		height:     406,
        width:      685
    };

    var img1 = {
        player:     'img',
        content:    './gallery/SOL&H_Gallery/UTP_SoL&H_01.jpg',
		title: 		'STORIES OF LOVE & HATE',
        options:    options
    };

    var img2 = {
        player:     'img',
        content:    './gallery/SOL&H_Gallery/UTP_SoL&H_02.jpg',
		title: 		'STORIES OF LOVE & HATE',
        options:    options
    };
	
	    var img3 = {
        player:     'img',
        content:    './gallery/SOL&H_Gallery/UTP_SoL&H_03.jpg',
		title: 		'STORIES OF LOVE & HATE',
        options:    options
    };
	
	    var img4 = {
        player:     'img',
        content:    './gallery/SOL&H_Gallery/UTP_SoL&H_04.jpg',
		title: 		'STORIES OF LOVE & HATE',
        options:    options
    };	

    Shadowbox.open([img1,img2, img3, img4]);
}
