$(document).ready(function(){
//  Initialize Backgound Stretcher
$('#slideshow').bgStretcher({
	images: ['http://grafikkid.com/assets/img/slideshow/firstbeams.jpg', 'http://grafikkid.com/assets/img/slideshow/torcal.jpg', 'http://grafikkid.com/assets/img/slideshow/mossy.jpg', 'http://grafikkid.com/assets/img/slideshow/canyonsunset.jpg', 'http://grafikkid.com/assets/img/slideshow/iridescent2.jpg'], 
	imageWidth:       1680, 
	imageHeight:      1050, 
	anchoringImg:    'center center',
	nextSlideDelay:   60000,
	sequenceMode:    'random',
	slideShowSpeed:   3000
});
});
