// JavaScript Document

function RunFooRioNeck()
{
   document.write('<object type="application/x-shockwave-flash", data="rioneck.swf", width="320px", height="257px">\n');
   document.write('<param name="movie" value="rioneck.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="play" value="false" />\n');
   document.write('<embed src="rioneck.swf", width="320px", height="257px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
 
 function RunFooRioNeckTestimonial()
{
   document.write('<object type="application/x-shockwave-flash", data="testimonials.swf", width="320px", height="220px">\n');
   document.write('<param name="movie" value="testimonials.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="play" value="false" />\n');
   document.write('<embed src="testimonials.swf", width="320px", height="220px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
