$(document).ready(function($) {
$('#banner-slide').bjqs({
animtype : 'slide',
height : 320,
width : 1000,
randomstart : true,
showcontrols : false
});
$('.secret-source').secretSource({
includeTag: false
});
});