var Title = 'Fresh Start';
var Embed = '<object width="400" height="344"><param name="movie" value="http://www.youtube.com/v/3oMbSHeMmYw&color1=0xb1b1b1&color2=0xcfcfcf&hl=en_US&feature=player_embedded&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/3oMbSHeMmYw&color1=0xb1b1b1&color2=0xcfcfcf&hl=en_US&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="400" height="344"></embed></object>';

function WriteTitle(){
	document.write(Title);
}

function WriteEmbed(){
	document.write(Embed);
}

