<!--
but_0a=new Image();
but_0a.src="images/clear.gif";
but_0b=new Image();
but_0b.src="images/home_text.gif";
but_0c=new Image();
but_0c.src="images/contact_text.gif";

but_1a=new Image();
but_1a.src="images/floss_off.gif";
but_1b=new Image();
but_1b.src="images/floss_on.gif";

but_2a=new Image();
but_2a.src="images/family_off.gif";
but_2b=new Image();
but_2b.src="images/family_on.gif";

but_3a=new Image();
but_3a.src="images/about_off.gif";
but_3b=new Image();
but_3b.src="images/about_on.gif";

but_4a=new Image();
but_4a.src="images/work_off.gif";
but_4b=new Image();
but_4b.src="images/work_on.gif";

but_5a=new Image();
but_5a.src="images/home_off.gif";
but_5b=new Image();
but_5b.src="images/home_on.gif";	

but_6a=new Image();
but_6a.src="images/contact_off.gif";
but_6b=new Image();
but_6b.src="images/contact_on.gif";	

but_7a=new Image();
but_7a.src="images/style_one_off.gif";
but_7b=new Image();
but_7b.src="images/style_one_on.gif";	

but_8a=new Image();
but_8a.src="images/style_two_off.gif";
but_8b=new Image();
but_8b.src="images/style_two_on.gif";	

but_9a=new Image();
but_9a.src="images/style_three_off.gif";
but_9b=new Image();
but_9b.src="images/style_three_on.gif";	

function openWin( windowURL, windowName, windowFeatures ) { 
		return window.open( windowURL, windowName, windowFeatures ) ;}

function change()
{
number = Math.floor(Math.random()*8)
if (number==0)
document.write('<img src="images/1.gif" width="425" height="120" align="top" border="0">')
if (number==1)
document.write('<img src="images/2.gif" width="425" height="120" align="top" border="0">')
if (number==2)
document.write('<img src="images/3.gif" width="425" height="120" align="top" border="0">')
if (number==3)
document.write('<img src="images/4.gif" width="425" height="120" align="top" border="0">')
if (number==4)
document.write('<img src="images/5.gif" width="425" height="120" align="top" border="0">')
if (number==5)
document.write('<img src="images/6.gif" width="425" height="120" align="top" border="0">')
if (number==6)
document.write('<img src="images/7.gif" width="425" height="120" align="top" border="0">')
if (number==7)
document.write('<img src="images/8.gif" width="425" height="120" align="top" border="0">')
}	

 -->