// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function showShadowbox() {

	if(document.URL=='http://notguilty.ch/' || document.URL=='http://notguilty.ch' || document.URL=='http://www.notguilty.ch/' || document.URL=='http://www.notguilty.ch') {
		Shadowbox.open({
			content:    'http://notguilty.mirabit.com',
			player:     "iframe",
			width:      627,
			height:		540
		});
	}
	
}