// perform this function after the page is scriptable 
$(function() { 
    
		$(".sifr1").each(function() { 
        flashembed(this, {src: "/flashes/trajan_bold.swf", wmode: 'transparent'}, { 
            txt: $(this).html(), 
            css: '* { color: #FFFFFF; text-align: center; } a { color: #FFFFFF; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: underline; }' 
        }); 
    }); 
	
	
}); 