
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var showflasher		= "yes"		// SHOW THE FLASHER ON THE PAGE
var flasherLR		= "left"	// FLASHER LEFT OR RIGHT
var flasherX		= "766"		// FLASHER X LOCATION
var flasherY		= "76"		// FLASHER Y LOCATION

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="75" bgcolor="#000000"><tr><td ALIGN="left" VALIGN="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="675" HEIGHT="75" id="BMPF-Samantha_true_freedom.swf">');
document.write('<PARAM NAME=movie VALUE="http://samanthaanderson.com/graphics/Samantha_true_freedom.swf">');
document.write('<PARAM NAME=quality VALUE="high">');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
document.write('<EMBED src="http://samanthaanderson.com/graphics/Samantha_true_freedom.swf" quality="high" bgcolor=#FFFFFF WIDTH="675" HEIGHT="75" NAME="BMPF-Samantha_true_freedom.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');
document.write('</td><td valign=center width=100><img src=/images/sun_sm.gif border=0 width=100 height=75 alt="" hspace=0 vspace=0></td><td align="right">');
document.write('<A HREF="contact.htm" ONMOUSEOVER="img_act(\'contact\')" ONMOUSEOUT="img_inact(\'contact\')"><IMG NAME="contact" BORDER="0" ALT="contact" WIDTH="80" HEIGHT="75" SRC="graphics/contact-off.gif" alt="Contact Us"></a><br>');
document.write('</td></tr><tr><td bgcolor="FFFFFF" colspan="2">');
document.write('<IMG SRC="graphics/spacer.gif" HEIGHT="1" WIDTH="20"><br>');
document.write('</td></tr></table>');


// START FLASHER SCRIPT
   if (showflasher == "yes") {

document.write('<div id="flasher-location" style="'+flasherLR+': '+flasherX+'px; POSITION: absolute; TOP: '+flasherY+'px" class="printhide">');
document.write("<a href='http://www.samanthaanderson.com/order_form.htm'><img src='http://www.samanthaanderson.com/images/videoflasher.gif' width='90' height='14' border=0 alt=''></a>")
document.write("</nobr><br>")
document.write('</div>');

}//  End -->
