Shadowbox.init({
    language: 'en',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});

// Auto redir
var arr = window.location.href.split('#');
if(arr[1]){
	open_url(arr[1],'content');
}

