function playHomeVideo()
{
	var vidHTML = "<object height=\"251\" width=\"404\">\
					<param value=\"http://www.youtube.com/v/F3ZtcaJKszI&amp;hl=en&amp;fs=1&amp;rel=0\" name=\"movie\"/>\
					<param value=\"true\" name=\"allowFullScreen\"/>\
					<param value=\"always\" name=\"allowscriptaccess\"/>\
					<param value=\"true\" name=\"autoplay\" />\
					<embed height=\"251\" width=\"404\" allowfullscreen=\"true\" allowscriptaccess=\"always\" type=\"application/x-shockwave-flash\"\
					src=\"http://www.youtube.com/v/F3ZtcaJKszI&amp;hl=en&amp;fs=1&amp;rel=0&amp;autoplay=1\"/>\
					</object>";
	$('#mainContainer > #interior > #homeContainer > #column2 > #flash').html(vidHTML);
}

$(document).ready(function(){
	$('#footer').css('background-image','url(/asset/image/footerBG.gif)');
	var footerPrePend = "<div id='footerHome'><div id='column1'><img src='/asset/image/footerLogo.gif' height='71' width='178' border='0' alt='Beautyfix by Dermstore' title='Beautyfix by Dermstore' /></div><div id='column2'><p>features makeup, skin care, body care, nail care and hair care products from a mix of classic, established brands and new emerging gems including Decl&eacute;or, Perricone MD, 3LAB, Bliss, Kerstin Florian, Colorescience, Canyon Ranch Your Transformation, Julie Hewett Los Angeles, Lisa Hoffman Beauty, Jane Iredale, Juara, SpaRitual and Jonathan Product. </p></div><div class='clear'> </div></div>";
	$('#footer > #row4').prepend(footerPrePend);	
});