/*
DONT BE MESSIN WIT MY JAQUERO(JQUERY) - ShannonTheDeveloper
*/
$(document).ready(
    function(){
			
        $('div#div_fakeflash').xglcx({
            speed: 1000,
            timeout: 5000,
            type: 'sequence',
            containerheight: '283px'
        });

    });
