//This script redirects the Yahoo Ordering Info page back to the one on the Stellar Spa main site

//This was done to allow the info page to be edited in a single location.
//This script is resides externally to the Yahoo Store and is "sourced in" by 
//the info page in the the Stellar Yahoo Store.
//
//It should be noted that EXTREME CAUTION needs to be taken when creating redirects
//in the Yahoo Store.  As long as these redirect scripts remain external, and are
//sourced in as this one is, you should be able to recover from your mistakes.
//NEVER PLACE A PAGE REDIRECT DIRECTLY IN A YAHOO STORE PAGE!  This could result
//in Yahoo Store pages or even an entire site that will forever remain uneditable.

//po: 04/27/05 

location.replace("http://www.shopstellarspa.com/cleansers.html");
