<APPLET NAME="LoveMeter v2.0" 
	CODE="LoveMeter.class" 
	ARCHIVE="LoveMeter.jar" 
	CODEBASE="." 
	WIDTH=480 
	HEIGHT=410>
	<!--WIDTH and HEIGHT tags are adjustable.-->

<PARAM NAME=ResetThermometer VALUE="Yes"><!--If this is "Yes" or "True" then the thermometer will start from the bottom each time it changes to a new result.-->
<PARAM NAME=CalculationType VALUE="Complex"><!--You can chose from Simple, Complex (default) and Random.-->
<!--Simple will generate a non-random result based on the letters in the name.-->
<!--Complex will generate a non-random result based on the letters and their place in the name.-->
<!--Random will generate a random result.-->

<PARAM NAME=LoadingAppletMessage VALUE="Loading LoveMeter 2..."><!--This message is shown at the start when the applets is loading it's resources.-->
<PARAM NAME=LoadingPictureMessage VALUE="Loading picture..."><!--This message is shown when a result picture isn't loaded yet.-->

<PARAM NAME=MaleNameLabel VALUE="His name:"><!--The text next to the name textfield when in single mode with male selected-->
<PARAM NAME=FemaleNameLabel VALUE="Her name:"><!--The text next to the name textfield when in single mode with female selected-->
<PARAM NAME=CoupleName1Label VALUE="His name:"><!--The text next to the first name textfield when in couple mode-->
<PARAM NAME=CoupleName2Label VALUE="Her name:"><!--The text next to the second name textfield when in couple mode-->

<PARAM NAME=DefaultNameText VALUE="Romeo"><!--The text originally inserted into the (first) name textfield-->
<PARAM NAME=DefaultCoupleName2Text VALUE="Juliet"><!--The text originally inserted into the second name textfield when in couple mode-->

<PARAM NAME=SingleButtonTag VALUE="Single"><!--The text on the single button to switch to single mode-->
<PARAM NAME=CoupleButtonTag VALUE="Couple"><!--The text on the couple button to switch to couple mode-->
<PARAM NAME=MaleButtonTag VALUE="Male"><!--The text on the small bottom left button-->
<PARAM NAME=FemaleButtonTag VALUE="Female"><!--The text on the small bottom right button-->

<PARAM NAME=CalculateButtonTagMale VALUE="Grade him!"><!--The text on the large bottom button when in single mode with male selected-->
<PARAM NAME=CalculateButtonTagFemale VALUE="Grade her!"><!--The text on the large bottom button when in single mode with female selected-->
<PARAM NAME=CalculateButtonTagCouple VALUE="Grade them!"><!--The text on the large bottom button when in couple mode-->

<!--Result parameters-->
 <!--In single mode, when male is selected-->
  <PARAM NAME=MaleDefaultPicture VALUE="maledefault.jpg"><!--The originally shown result picture's filename-->
  <PARAM NAME=Male1Label VALUE="The grinch"><!--The first result's text next to the thermometer-->
  <PARAM NAME=Male1Picture VALUE="male1.jpg"><!--The result picture's filename-->
  <PARAM NAME=Male2Label VALUE="Yoda">
  <PARAM NAME=Male2Picture VALUE="male2.jpg">
  <PARAM NAME=Male3Label VALUE="Mr. Bean">
  <PARAM NAME=Male3Picture VALUE="male3.jpg">
  <PARAM NAME=Male4Label VALUE="The crow">
  <PARAM NAME=Male4Picture VALUE="male4.jpg">
  <PARAM NAME=Male5Label VALUE="Homer Simpson">
  <PARAM NAME=Male5Picture VALUE="male5.jpg">
  <PARAM NAME=Male6Label VALUE="Ace Ventura">
  <PARAM NAME=Male6Picture VALUE="male6.jpg">
  <PARAM NAME=Male7Label VALUE="William Wallace">
  <PARAM NAME=Male7Picture VALUE="male7.jpg">
  <PARAM NAME=Male8Label VALUE="Tarzan">
  <PARAM NAME=Male8Picture VALUE="male8.jpg">
  <PARAM NAME=Male9Label VALUE="Superman">
  <PARAM NAME=Male9Picture VALUE="male9.jpg">
 <!--In single mode, when female is selected-->
  <PARAM NAME=FemaleDefaultPicture VALUE="femaledefault.jpg">
  <PARAM NAME=Female1Label VALUE="Grandmama Adams">
  <PARAM NAME=Female1Picture VALUE="female1.jpg">
  <PARAM NAME=Female2Label VALUE="Mystique">
  <PARAM NAME=Female2Picture VALUE="female2.jpg">
  <PARAM NAME=Female3Label VALUE="Mrs. Doubtfire">
  <PARAM NAME=Female3Picture VALUE="female3.jpg">
  <PARAM NAME=Female4Label VALUE="Wierd Laney Boggs">
  <PARAM NAME=Female4Picture VALUE="female4.jpg">
  <PARAM NAME=Female5Label VALUE="Morticia Adams">
  <PARAM NAME=Female5Picture VALUE="female5.jpg">
  <PARAM NAME=Female6Label VALUE="Mary">
  <PARAM NAME=Female6Picture VALUE="female6.jpg">
  <PARAM NAME=Female7Label VALUE="Xena">
  <PARAM NAME=Female7Picture VALUE="female7.jpg">
  <PARAM NAME=Female8Label VALUE="Pretty Laney Boggs">
  <PARAM NAME=Female8Picture VALUE="female8.jpg">
  <PARAM NAME=Female9Label VALUE="Lara Croft">
  <PARAM NAME=Female9Picture VALUE="female9.jpg">
 <!--In couple mode-->
  <PARAM NAME=CoupleDefaultPicture VALUE="coupledefault.jpg">
  <PARAM NAME=Couple1Label VALUE="Stuart and Snow">
  <PARAM NAME=Couple1Picture VALUE="couple1.jpg">
  <PARAM NAME=Couple2Label VALUE="Norman and Claire">
  <PARAM NAME=Couple2Picture VALUE="couple2.jpg">
  <PARAM NAME=Couple3Label VALUE="Shaggy and Scooby">
  <PARAM NAME=Couple3Picture VALUE="couple3.jpg">
  <PARAM NAME=Couple4Label VALUE="Thelma and Louise">
  <PARAM NAME=Couple4Picture VALUE="couple4.jpg">
  <PARAM NAME=Couple5Label VALUE="Mulder and Scully">
  <PARAM NAME=Couple5Picture VALUE="couple5.jpg">
  <PARAM NAME=Couple6Label VALUE="Austin and Felicity">
  <PARAM NAME=Couple6Picture VALUE="couple6.jpg">
  <PARAM NAME=Couple7Label VALUE="Lancelot and Guinevere">
  <PARAM NAME=Couple7Picture VALUE="couple7.jpg">
  <PARAM NAME=Couple8Label VALUE="Christian and Satine">
  <PARAM NAME=Couple8Picture VALUE="couple8.jpg">
  <PARAM NAME=Couple9Label VALUE="Romeo and Juliet">
  <PARAM NAME=Couple9Picture VALUE="couple9.jpg">
<!--End result parameters-->

<!--Skin parameters configured to skin 1-->
 <PARAM NAME=BackgroundColor VALUE="FFCCCC"><!--The color of the background when loading--><!--This is also the background color if you don't use a background picture-->
 <PARAM NAME=ForegroundColor VALUE="000000"><!--The color of the name labels next to the textfields-->
 <PARAM NAME=ResultLabelColor VALUE="000000"><!--The color of the result labels (next to the thermometer) that are not the winning result-->
 <PARAM NAME=WinningResultLabelColor VALUE="FF0000"><!--The color of the result label (next to the thermometer) which is the winning result-->
 <PARAM NAME=ButtonTagColorOut VALUE="000000"><!--The color of the tag of a button when the mouse does not hover over the button-->
 <PARAM NAME=ButtonTagColorOver VALUE="FF0000"><!--The color of the tag of a button when the mouse does hover over the button-->
 <PARAM NAME=ButtonTagColorDown VALUE="FF0000"><!--The color of the tag of a button when the mouse is pressed down over the button-->

 <PARAM NAME=NameLabelFontStyle VALUE="Arial"><!--The font style of the name labels-->
 <PARAM NAME=ResultLabelFontStyle VALUE="Arial"><!--The font style of the result labels (next to the thermometer)-->
 <PARAM NAME=ButtonTagFontStyle VALUE="Arial"><!--The font style of the tag of a button-->

 <PARAM NAME=BackgroundPicture VALUE="background.jpg"><!--The background picture's filename-->
 <!--Set this to "None" if you don't use a background picture-->
 <PARAM NAME=ThermometerPicture VALUE="thermometer.jpg"><!--The thermometer picture's filename-->
 <PARAM NAME=ButtonPicture VALUE="button.jpg"><!--The button picture's filename-->
<!--End skin parameters-->

Java is not enabled: to solve your Java problems, please take a look at the help section of <a href="Http://www.realapplets.com">RealApplets.com</a>.<br>
</APPLET>