window.addEvent('domready', function(){
	if($('proof')){
		Proof = new Swiff('static/flash/proof.swf', {
			width: 230 ,
			height: 100 ,
			container:'proof',
			params: {
				wmode: 'transparent'
			}
		});
	}
	if($('promises-home')){
		Proof = new Swiff('static/flash/promises.swf', {
			width: 230 ,
			height: 100 ,
			container:'promises-home',
			params: {
				wmode: 'transparent'
			}
		});
	}
	if($('promises')){
		Proof = new Swiff('static/flash/promises.swf', {
			width: 240 ,
			height: 100 ,
			container:'promises',
			params: {
				wmode: 'transparent'
			}
		});
	}
});