rdTime = "6000";
indexURL = "http://www.memorymegastore.com";
function redirectIndex() { 
	self.setTimeout("self.location.href = indexURL;",rdTime); 
}