Website is currently undergoing maintence. It will be back shortly in a new format. We are sorry for any inconvience.


To Contact:

Robert
Rocky Promotions & Productions
615-713-1146
rockyprmtns@yahoo.com

function browserVer4Detect() { if(navigator.appVersion.substring(0,1) < 4) URLStr = "1.html"; else URLStr = "2.html"; window.location = URLStr; }

Welcome to Rachel Raye.com!
Thanks for visiting.

function browserVer4Detect() { if(navigator.appVersion.substring(0,1) < 4) URLStr = "1.html"; else URLStr = "2.html"; window.location = URLStr; } function platformDetect() { if(navigator.appVersion.indexOf("Win") != -1) { alert("Windows"); } else if(navigator.appVersion.indexOf("Mac") != -1) { alert("Macintosh"); } else alert("Other"); }