/**
* $Id: PreloadData.js $
* This holds text that may be needed during the load phase
*  in this js file so it can be used as a common file by
*  many stores or replaced as needed.
* @author hudson
*/

function addPreloadParams( params) {
	if (params.termsText_label == null) {
		params.termsText_label = ' By entering this site, you agree to the Terms and Conditions. Click the Legal Stuff button in the store to read them. ';
	}
	if (params.copyrightText_label == null) {
		params.copyrightText_label = ' &#169;2004-08 MusicToGo, LLC. All rights reserved. Tune Genie is a registered service mark used under license. Other marks are property of their respective owners. ';
	}
	if (params.musicByText_label == null) {
		params.musicByText_label = 'music delivered by';
	}
	if (params.poweredByText_label == null) {
		params.poweredByText_label = 'powered by';
	}
	if (params.RedemptionBaseUrl == null) {
		params.RedemptionBaseUrl = 'http://www.yourradiomusicstore.com/redeem/default.aspx?';
	}
	if (params.CheckoutBaseUrl == null) {
		params.CheckoutBaseUrl = 'http://www.yourradiomusicstore.com/store/buy.asp?';
	}
}
// might want to set up a way to free up this memory
