<!-- start hiding

function demo()
{
   OpenWindow.document.write("<FONT SIZE=+3>Save Money!</FONT>")
   OpenWindow.document.write("<BR><FONT SIZE=-1>This is where your coupons will appear!  You will see a coupon code that you can enter when you make your purchase.")
   OpenWindow.document.write("<BR><BR>To close this window, just click on this button:</FONT>")
}
	
function bigstar()
{
   OpenWindow.document.write("<FONT SIZE=+3>\$10 off any purchase!</FONT><BR>Get \$10 off any purchase at Bigstar!  Just <A HREF='http://www.bigstar.com/coupon/index.ff?code=prentice10&aff=1348' TARGET=_TOP><B>click here</B></A> to activate the coupon and start shopping.<BR><BR>Offer expires November 1, 1999.")
}

function freedvd()
{
   OpenWindow.document.write("<FONT SIZE=+3>\$1 off and a \$20 gift certificate!</FONT><BR><FONT SIZE=-1>Buy 1 DVD from Reel.com, take $1 off your order, and get a $20 gift certificate (arrives via email after shipment of $1 off DVD) with coupon code <B>FREEDVD</B>. One use only per household.  (Should work until May 31st)</FONT>")
}

function reel()
{
   OpenWindow.document.write("<FONT SIZE=+3>\$5 off!</FONT><BR><FONT SIZE=-1>Get $5 off a $15 purchase at Reel.com with coupon code <B>TRYREEL</B></FONT>")
}

function reeltwo()
{
   OpenWindow.document.write("<FONT SIZE=+3>\$5 off!</FONT><BR><FONT SIZE=-1>Get $5 off a $15 purchase at Reel.com with coupon code <B>Q11999GC</B></FONT>")
}

function cdnow()
{
   OpenWindow.document.write("<FONT SIZE=+3>\$10 off!</FONT><BR><FONT SIZE=-1>Get $10 off a $14.99 purchase at CD Now.  Simply click on any of the CD Now links on this site.  The discount will be applied to your balance at checkout.  (Expires 5/17/99)</FONT>")
}

function borders()
{
   OpenWindow.document.write("<FONT SIZE=+3>FREE $10 Gift Certificate!</FONT><BR><FONT SIZE=-1>Get a FREE $10 gift certificate you can use at Borders.com.  Just <a href='http://click.linksynergy.com/fs-bin/stat?id=k4nUX9ljIUo&offerid=6424&type=2&subid=0&url=http%253A//go.borders.com/promo/free-gc/x.xcv' TARGET=_TOP><IMG border=0 alt=icon width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=k4nUX9ljIUo&bids=6424&type=2&subid=0' ><B>click here</B></A> to get it!</FONT>")
}

function amazon()
{
   OpenWindow.document.write("<FONT SIZE=+3>FREE $5 Gift Certificate!</FONT><BR><FONT SIZE=-1>Get a FREE $5 gift certificate you can use at Amazon.com.  Just <a href='http://gift.greatergood.com/referral?oid=461831' TARGET=_TOP><B>click here</B></A> to get it!</FONT>")
}

function bookstreet()
{
   OpenWindow.document.write("<FONT SIZE=+3>$5 off!</FONT><BR><FONT SIZE=-1>Get $5 off a $10 purchase and FREE USPS shipping at 1BookStreet.com.  Just use the 'Quick Search' feature <B>at 1bookstreet.com</B>.  Type '<B>999020</B>' in the 'Title (KEYWORD)' field and click on 'Search'.  After the search engine finds the discount, make sure you Add it to your shopping cart.  That's all there is to it.</FONT>")
}

function coupon(num)
{
   OpenWindow=window.open ("", 'newwindow', config='height=200,width=400,toolbar=no,menubar=no,srollbars=no,resizable=no,location=no,directories=no,status=no') 
   OpenWindow.document.write("<HTML><HEAD>")
   OpenWindow.document.write("<TITLE>Pop-Up Coupon</TITLE></HEAD>")
   OpenWindow.document.write("<BODY BGCOLOR=#000000 text=#FFFFFF><CENTER>")
   OpenWindow.document.write("<FONT FACE=Tahoma>")

   if (num==0)
      demo();
   
   if (num==1)
	  bigstar();

   if (num==2)
	  freedvd();

   if (num==3)
	  reel();

   if (num==4)
	  reeltwo();

   if (num==5)
	  cdnow();

   if (num==6)
	  borders();

   if (num==7)
	  amazon();

   if (num==8)
	  bookstreet();

   OpenWindow.document.write("<FORM><FONT SIZE=-2><B><INPUT TYPE='BUTTON' VALUE='Close Window' onClick='self.close()'></B></FONT></FORM></CENTER>")
   OpenWindow.document.write("</FONT>")
   OpenWindow.document.write("</BODY>")
   OpenWindow.document.write("</HTML>")
   
   OpenWindow.document.close()
}

//done hiding -->

 
