var yeid = makeid(); function yowie_loadEmbed() { var embed = document.getElementById("yowie_embed_" + yeid); if (!embed) { setTimeout(yowie_loadEmbed, 500); } else { embed.src = 'http://www.yowie.com/Event/Embed/1079?width=280' } } document.write ( '' ); function makeid() { var text = ""; var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for( var i=0; i < 8; i++ ) text += possible.charAt(Math.floor(Math.random() * possible.length)); return text; } yowie_loadEmbed();