$(document).ready(function() { setTimeout( 'jQuery(".error").slideDown(800)', 1000 ); $(".mceItemFlash").each(function() { var type = $(this).attr("type"); if(type != "VeteranAudio") { type = "FadedFootsteps"; var w = 130; var h = 135; } else { var w=130; var h = 58; } var s = $(this).attr("title"); var reg= /file=(.*)/; var m = s.match(reg); file = "file="+m[1].toString(); var code = '
\ \ \ \ \ \ \ \ \ \ \ Get Adobe Flash player\ \ \ \ \
'; $(this).replaceWith($(code)); }); });3