
jQuery.noConflict();


jQuery(document).ready(function() {
							

 var test = jQuery.cookies.get( 'status' ); //Variable 'sessid' now holds the value 'dh3tr62fghe'

 if(test == 1){
	 
	 jQuery("#flash").replaceWith("<div id='flash'
	<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='197' height='160' id='werbevideo_autoplay' align='middle'>
	<param name='allowScriptAccess' value='sameDomain' />
	<param name='allowFullScreen' value='false' />
	<param name='movie' value='fileadmin/bilder-inhalt/multimedia/werbevideo.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' />	<embed src='fileadmin/bilder-inhalt/multimedia/werbevideo.swf'  quality='high' bgcolor='#ffffff' width='197' height='160' name='werbevideo_autoplay' align='middle' allowScriptAccess='sameDomain' allowFullScreen='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />
	</object>
</div>");
	 
	 
 }
 
 else {
	 //set
	 jQuery.cookies.set( 'status', 1 ); //A cookie by the name 'sessid' now exists with the value 'dh3tr62fghe'
 }

});

 



