var vImage = '';

$(document).ready(function(){
	$('.colorbox').colorbox();
	
	if(vImage){
		$('#bg').flash(
			{ 
				swf: '/swf/bg.swf',
				width: '100%',
				height: '100%',
				flashvars: {image:vImage,progressbarColor:'333333'},
				params: {
					"wmode":"transparent"
				}
			},
			{version: 9}
		);
	}
	else{
		$('#header_center').css('backgroundRepeat', 'repeat-x');
	}
});
