$(document).ready(function() {
	
$('#header').prepend('<div class="dinoholder" style="width:548px;height:114px;position:absolute;top:0;left:50%;z-index:1000;margin-left:-344px"></div>');

$('.dinoholder').flash({
    src: '/flash/ageofthedinosaur.swf',
    width: 548,
    height: 114,
    wmode: 'transparent'
},

{ update: false });

});

