// .js document (c) 2009 Amazing Media// Custom Built for Las Vegas Redlight// Do Not Duplicate - for more information contact:// robyn@amazing-media.net// Beginif (document.images){  pic01= new Image(336,454);   pic01.src="images/featured-dish/leah-sepia.png";   pic02= new Image(336,454);   pic02.src="escorts/leah/1.png";   pic03= new Image(336,454);   pic03.src="images/featured-dish/mia-sepia.png";   pic04= new Image(336,454);   pic04.src="escorts/mia/1.png";   pic05= new Image(336,454);   pic05.src="images/featured-dish/risa-sepia.png";   pic06= new Image(336,454);   pic06.src="escorts/risa/1.png"; }	function changeLeah()	{
		document.imageRollLeah.style.backgroundImage="url(escorts/leah/1.png)"; }
	
	function normalLeah()	{
		document.imageRollLeah.style.backgroundImage="url(images/featured-dish/leah-sepia.png)"; }
	
	function changeMia()	{
		document.imageRollMia.style.backgroundImage="url(escorts/mia/1.png)"; }
	
	function normalMia()	{
		document.imageRollMia.style.backgroundImage="url(images/featured-dish/mia-sepia.png)"; }

	function changeRisa()	{
		document.imageRollRisa.style.backgroundImage="url(escorts/risa/1.png)"; }
	
	function normalRisa()	{
		document.imageRollRisa.style.backgroundImage="url(images/featured-dish/risa-sepia.png)"; }
// End 