/**
 * @author johnhardy
 */
/**
 * @author johnhardy
 */
$(document).ready(function() {


	var flv='	<div  href="/img/idolwhite/kim-fr.flv"  style="display:block;width:343px;height:254px; background-image:url(/img/idolwhite/splash/player_frame.jpg); position:relative;"   id="e_player"><img src="/img/idolwhite/splash/play_button.png" alt="Play this video" style="position:absolute; cursor:pointer; top:160px; left:123px;"/> </div> ';
	$("#splash_video").append("<div id='video_flv_elvis'>"+flv+"</div>");


});