// JavaScript Document

 function printFooter() {

    document.writeln('Advertising Incentives LLC');

    document.writeln('<br>');

    document.write('4134 Trail Ridge Lane Minnetonka, MN 55345 ');

     document.writeln('<br>');

	 document.writeln('Phone: (952) 238-9661 ~ Fax: (952) 238-9847 ');

	  document.writeln('<br>');

	   document.writeln('Copyright 2007 Advertising Incentives LLC');

	    document.writeln('<br>');

	     document.writeln('all rights reserved.');

  

}
function printMainBottomLinks() {
 document.writeln('<a href="../index.html">Home</a> |  ');
     
     document.write('<a href="http://www.advincentives.com/estore/index.php">Member Login</a> |  ');
     
	  document.writeln('<a href="product_search.html">Product Search</a> |  ');
	     document.writeln('<a href="payment_methods.html">Payment Methods</a> | ');
	     
	     document.writeln('<a href="artwork.html">Artwork</a> | ');
      
	     document.writeln('<a href="help.html">Help</a> |');
       
	     document.writeln('<a href="contact_us.html">Contact Us</a>');
	 
	     document.writeln('<a href="feedback">Feedback</a> |');
        
	     document.writeln('<a href="services.html">Services</a> |');
       	
		 document.writeln('<a href="about_us.html">About Us</a>  ');
        					 
}
