/* JavaScript file to create the Include...in this case, a page footer.

Make sure that there are no double quotes inside the variable
otherwise you will get a JavaScript error. Also, there must be
no carriage returns in the variable string as JavaScript will
interpret them as a new line and you will get error codes.

The variable "footer_1" is used in the document write function
on the HTML page.

*/

var footer_1="<CENTER><FONT style='textdecoration:none; color:#777777; line-height:17pt; font-weight:=600; font-size: 9pt; text-align: LEFT; FONT-FAMILY: ARIAL, TAHOMA, ARIAL, SANS-SERIF;'><A HREF='http://www.finejewelryart.com/index.html' style='textdecoration:none;' > welcome to fine jewelry art |</A><A HREF='http://www.finejewelryart.com/jewelry_artist.html'  class='linkr' style='textdecoration:none;' > meet elaine |</A><A HREF='http://www.finejewelryart.com/jewelry_art.html' style='textdecoration:none;' > what is jewelry art? |</A><A HREF='http://www.finejewelryart.com/jewelry_testimonials.html' style='textdecoration:none;' > testimonials |</A><A HREF='http://www.finejewelryart.com/jewelry_design.html' style='textdecoration:none;' > about jewelry design |</A><A HREF='http://www.finejewelryart.com/product_paw.html' style='textdecoration:none;' > paw print jewelry</A> |<A HREF='product_goldhar.html' style='textdecoration:none;' > heart jewelry</A><A HREF='product_goldrings.html' style='textdecoration:none;' ><br>gemstone promise rings</A><A HREF='http://www.finejewelryart.com/jewelry_design.html' style='textdecoration:none;' >|</A><A HREF='product_earings.html' style='textdecoration:none;' > gold earrings</A><A HREF='http://www.finejewelryart.com/product_pendants.html' style='textdecoration:none;'> gold pendants |</A><A HREF='http://www.finejewelryart.com/product_mens.html' style='textdecoration:none;' > men's gold earrings |</A><A HREF='http://www.finejewelryart.com/product_mens.html' style='textdecoration:none;' > men's gold promise rings </A><A HREF='http://www.finejewelryart.com/product_saphires.html' style='textdecoration:none;' ><br>sapphire wedding rings |</A><A HREF='http://www.finejewelryart.com/product_nogems.html' style='textdecoration:none;' > plain wedding bands  |</A><A HREF='http://www.finejewelryart.com/product_diamonds.html' style='textdecoration:none;' > diamond wedding rings | </A><A HREF='product_rubies.html' style='textdecoration:none;' > ruby wedding rings</A> |<A HREF='http://www.finejewelryart.com/weddingring_sets.html' style='textdecoration:none;' > wedding sets </A><br><A HREF='http://www.finejewelryart.com/jewelry_gold.html' style='textdecoration:none;' > about our gold </A><A HREF='http://www.finejewelryart.com/jewelry_gold.html'' style='textdecoration:none;' > |</A> <A HREF='jewelry_platinum.html' style='textdecoration:none;' > about our platinum </A>| <A HREF='http://www.finejewelryart.com/jewelry_sizes.html' style='textdecoration:none;' > jewelry sizing</A> | <A HREF='jewelry_order.html' style='textdecoration:none;' >  about ordering </A><A HREF='http://www.finejewelryart.com/jewelry_sizes.html' style='textdecoration:none;' >|</A><A HREF='jewelry_gemstones.html' style='textdecoration:none;' >  buying gemstones</A><A HREF='jewelry_email.html' style='textdecoration:none;' ><br> e-mail us</A> |<A HREF='http://www.finejewelryart.com/jewelry_contact.html' style='textdecoration:none;' >  contact jewelry </A>|<A HREF='jewelry_form.html' style='textdecoration:none;' > order jewelry |</A><A HREF='http://www.finejewelryart.com/sitemap.html' style='textdecoration:none;' > jewelry site map</A></FONT></CENTER>" 
