Site hosted by Angelfire.com: Build your free website today!

<html><style type="text/css">
body {
scrollbar-arrow-color: 688CC0;
scrollbar-base-color: 000000;
scrollbar-dark-shadow-color:000000;
scrollbar-track-color: 000000;
scrollbar-face-color: 000000;
scrollbar-shadow-color: 688CC0;
scrollbar-highlight-color:000000;
scrollbar-3d-light-color: 000000;
}
</style>

<head>
 <title>**Dominik's Home**</title>
</head>

<body bgcolor="#000000" bgproperties=fixed>
<center><img src="http://talia01.110mb.com/Dompic1.jpg" width="699" height="587" border="0">
<br><br>
<center><i><blink><font color="688cc0" size="5">Welcome to The Home of Dominik<br>
<br>Please feel free to enter and chill<br>
There is No Drama Allowed Here.</font></i></blink></center><br>
<img src="http://talia01.110mb.com/bdsm1.gif" width="150" height="150" border="0">
<br><!-- Multi Music Player at www.rainbow.arch.scriptmania.com/scripts/music/ -->
<!-- begin code multi music player -->
<br>
<p align="center">
<OBJECT ID="Player" width="0" height="0"
       CLASSID="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"
       CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
       standby="Loading Microsoft Windows Media player components..."
       type="application/x-oleobject">
  <param name="StretchToFit" value="0">
  <param name="AutoStart" value="1">
  <param name="Balance" value="0">
  <param name="EnableContextMenu" value="1">
  <param name="Enabled" value="1">
  <param name="EnableErrorDialogs" value="0">
  <param name="WindowlessVideo" value="0">
  <param name="Rate" value="1.000">
  <param name="CurrentPosition" value="0.000">
  <param name="CurrentMarker" value="0">
  <param name="FullScreen" value="0">
  <param name="Mute" value="0">
  <param name="PlayCount" value="1">
  <param name="Uimode" value="Full">
  <param name="Volume" value="50">
  </OBJECT>
   
</p>
   
<FORM ID="form">
<form name="form" style="font-size: 10pt; color:#ffffff">
<p style="text-align: center;">
<select style="font-size: 10pt;  color: #ffffff; background-color:#000000";  name="playlist" size="1">
 
<!-- Add song info here -->
 
 
<option value="0"> &nbsp;&nbsp; Roll On Down The Highway</option>
<option value="1"> &nbsp;&nbsp; Taking Care of Business</option>
<option value="2"> &nbsp;&nbsp; I Love Rock and Roll</option>
<option value="3"> &nbsp;&nbsp; Sexy Eyes</option>
<option value="4"> &nbsp;&nbsp; Don't Bring me Down</option>
<option value="5"> &nbsp;&nbsp; Slow Ride</option>
<option value="6"> &nbsp;&nbsp; Sylvia's Mother</option>
<option value="7"> &nbsp;&nbsp; At The Beginning</option>
<option value="8"> &nbsp;&nbsp; Hit Me with Your Best Shot</option>
<option value="9"> &nbsp;&nbsp; Lady</option>
<option value="10"> &nbsp;&nbsp; Turn to Stone</option>
<option value="11"> &nbsp;&nbsp; Pinball Wizard</option>
<option value="12"> &nbsp;&nbsp; Fool For the City</option>
<option value="13"> &nbsp;&nbsp; Urgent</option>
<option value="14"> &nbsp;&nbsp; When You're In Love With A Beautiful Woman</option>

 
 
 
 
</SELECT>
 
 
<br><br><BR>
<BUTTON ID="PlayPauseButton" onClick="PlayPause(forms['form'].playlist);" style="background-color: #000000; color:#ffffff; font-size:10px"> PLAY </Button>&nbsp;&nbsp;&nbsp;&nbsp; 
<BUTTON ID="StopButton" onclick="Stop();" style="color: #ffffff; background-color: #000000; font-size:10px"> STOP </Button><BR><BR>
<BUTTON ID="BackButton" onClick="Back(forms['form'].playlist);" style="background-color: #000000; color:#ffffff; font-size:10px"> Back </Button>
<font size="3" color="#ffffff">&nbsp;&nbsp;&nbsp;<font size="1">Random</font><INPUT TYPE=checkbox CHECKED ID="ShuffleSwitch" onclick="ToggleShuffle(this);" value="ON">&nbsp;&nbsp;&nbsp;
<BUTTON ID="NextButton" onClick="Next(forms['form'].playlist);" style="background-color: #000000; color:#ffffff; font-size:10px"> Next </Button>
 
 </FORM>
 
<comment ID="PlayHTML"><FONT color="f8c09b"font-size:10px"> START </FONT></comment>
<comment ID="ShuffleOnHTML"><INPUT TYPE=checkbox CHECKED ID="ShuffleSwitch" onclick="ToggleShuffle(this);"></comment>
<comment ID="ShuffleOffHTML"><INPUT TYPE=checkbox UNCHECKED ID="ShuffleSwitch" onclick="ToggleShuffle(this);"></comment>
 
<script ID="Main" Language="JavaScript">
 var songs = new Array();
 var shuffle = true; 
 var autoStart = true;  
 var numberTracks = true; 
 
 
songs[0]="http://talia01.110mb.com/BTO - Roll On Down The Highway.wav";
songs[1]="http://talia01.110mb.com/BTO - Taking Care of Business.wav";
songs[2]="http://talia01.110mb.com/80s music - joan jett - i love rock and roll.wav";
songs[3]="http://talia01.110mb.com/Dr. Hook - Sexy Eyes.wav";
songs[4]="http://talia01.110mb.com/ELO - Electric Light Orchestra - Don't Bring Me Down.wav";
songs[5]="http://talia01.110mb.com/Foghat - Slow Ride.wav";
songs[6]="http://talia01.110mb.com/Dr.Hook - Sylvia's Mother.wav";
songs[7]="http://talia01.110mb.com/Richard Marx & Donna Lewis - At the Beginning.wav";
songs[8]="http://talia01.110mb.com/Pat Benetar - Hit Me With Your Best Shot.wav";
songs[9]="http://talia01.110mb.com/Little River Band - Lady.wav";
songs[10]="http://talia01.110mb.com/ELO - Turn To Stone.wav";
songs[11]="http://talia01.110mb.com/The Who - Pinball Wizard - (Classic Rock) 60's-70's .wav";
songs[12]="http://talia01.110mb.com/Foghat - fool for the city.wav";
songs[13]="http://talia01.110mb.com/Foreigner - Urgent.wav";
songs[14]="http://talia01.110mb.com/Dr Hook - When You're In Love With A Beautiful Woman.wav";
//*******************************//
 //*******************************//
 
// Initializations //
with (document){
 var length = forms['form'].playlist.length;
 if(numberTracks){
  for (var i = 0; i < length; i++){
   forms['form'].playlist.options[i].innerHTML = (i+1) + " - " + forms['form'].playlist.options[i].innerHTML;
  }
 }
 
 if (shuffle) {
  var randsg = Math.floor(Math.random()*songs.length);
  Player.url = songs[randsg];
  forms['form'].playlist.options[randsg].selected = true;
  forms['form'].ShuffleSwitch.outerHTML = ShuffleOnHTML.innerHTML;
 }
 else {
  forms['form'].ShuffleSwitch.outerHTML = ShuffleOffHTML.innerHTML;
  Player.url = songs[0];
 }
 if(autoStart){
  var snum = forms['form'].playlist.selectedIndex;
  if(Player.url != songs[snum]){
   Player.url = songs[snum];
  }
  Player.controls.Play();
 }
}
// Functions //
// Discription: "PlayPause" will toggle playing and pausing if the same song is still selected,
//              otherwise it will load the newly selected song
function PlayPause(list) {
 var snum = list.selectedIndex;
 
 if((Player.url == songs[snum] && Player.url != "") && Player.playState != 1){
  if(Player.playState == 3){
   Player.controls.Pause();
  }
 
  else {
   Player.controls.Play();
  }
 }
 else {
  Player.url = songs[snum];
  Player.controls.Play();
 }
}
// Discription: "Next" will move to the next music file if shuffle is off
//              otherwise it will load a random song. Calls PlayPause to start music.
function Next(list) {
 var snum = list.selectedIndex;
 if (!shuffle) {
  if (snum == list.length-1) {
   snum = -1;
  }
  snum++;
 }
 
 else {
  var temp;
  do{
   temp = Math.floor(Math.random()*songs.length);
  } while(temp == snum);
  snum = temp;
 }
 
 list.options[snum].selected = true;
 PlayPause(list);
}
// Discription: "Back" does the same thing as "Next" but moves backwads
//              through the list. If shuffle is on then picks a random song.
function Back(list) {
 var snum = list.selectedIndex;
 if (!shuffle) {
  if (snum == 0){
   snum = list.length;
  }
  snum--;
 }
 
 else {
  var temp;
  do{
   temp = Math.floor(Math.random()*songs.length);
  } while(temp == snum);
  snum = temp;
 }
 
 list.options[snum].selected = true;
 PlayPause(list);
}
// Discription: Self explanitory.
function Stop(){
 Player.controls.Stop();
}
// Discription: Makes the shuffle flag the same as the status of the CheckBox
//    The status of the checkbox (true/false) indicates if the box is checked
function ToggleShuffle(CheckBox) {
 shuffle = CheckBox.status;
}
</SCRIPT>
<script ID="StateChangeHandler" Language = "JavaScript" For = "Player" Event = playStateChange(NewState)>
// Description: This is an interrupt handler used to handle instances when the
//              state of the player changes to play or stop for example.
//STATE.innerText = NewState;
switch(NewState){
 case 8:  // Handles player after it just finishes playing through a song
  var num = document.forms['form'].playlist.selectedIndex;
 
  if (!shuffle){
   if(num == document.forms['form'].playlist.length-1){
    num = -1;
   }
 
   num++;
  }
  else {
   var temp;
   do{
    temp = Math.floor(Math.random()*songs.length);
   } while(temp == num);
   num = temp;
  }
 
  document.forms['form'].playlist.options[num].selected = true;
 
  PreviousState = NewState;
  break;
 case 1: // Handles player after it stops
  if(PreviousState == 8){
   var num = document.forms['form'].playlist.selectedIndex;
   Player.settings.autoStart = true;
   Player.url = songs[num];
   PreviousState = NewState;
  }
 
  else if (PreviousState != 3 && PreviousState != 2){
   Player.controls.Play();
   Player.settings.autoStart = false;
  }
 
  else{
   forms['form'].PlayPauseButton.innerHTML = PlayHTML.innerHTML;
  }
  break;
 case 3: // Handles player after it starts to play
  PreviousState = NewState;
  forms['form'].PlayPauseButton.innerHTML = "PAUSE";
  shuffle = document.forms['form'].ShuffleSwitch.status;
  break;
 case 2: // Handles player after being paused
  PreviousState = NewState;
  forms['form'].PlayPauseButton.innerHTML = PlayHTML.innerHTML;
  break;
 default:
}
</script>
 
<style type="text/css">
  SELECT {
  FONT-SIZE: 10pt;
  BACKGROUND-COLOR:#000000;
  COLOR:#f8c09b;
 
  }
</style>
<br>
</SELECT> </P></DIV></BODY></HTML><br><br><br>
<TABLE BORDER=1 CELLSPACING=1 CELLPADDING=1>
 
<p>
 
<CENTER>
<TABLE cellSpacing=4 cellPadding=4 width="75%" border=1>
   <TBODY>
  <TR>
  <TD width="20%"><A
      href="http://talia01.110mb.com/Livingroom.html"</A><font color="#688CC0">Dominik's Livingroom</font></TD>
    <TD width="20%"><A
      href="http://talia01.110mb.com/BedChambers.html"</A><font color="#688CC0">Dominik's Chambers</TD>
    <TD width="20%"><A
      href="http://talia01.110mb.com/Fireplace.html"</A><font color="#688CC0">Dominik's Fireplace</TD></TR>
    <TD width="20%"><A
      href="http://www.fantasy-nutlover.com/Banes_Livinroom1.html"</A><font color="#FFFFFF"></font></TD>
    <TD width="20%"><A
      href="http://www.fantasy-nutlover.com/Banes_Livingroom2.html"</A><font color="#FFFFFF"> </TD>
    <TD width="20%"><A
      href="http://www.fantasy-nutlover.com/Banes_Livingroom3.html"</A><font color="#FFFFFF"> </font></TD></TR>
    <TD width="20%"><A
      href="http://www.fantasy-nutlover.com/Banes_Sittingroom1.html"</A><font color="#FFFFFF"> </TD>
    <TD width="20%"><A
      href="http://www.fantasy-nutlover.com/Banes_Sittingroom2.html"</A><font color="#FFFFFF"></font</TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Sittingroom3.html"</A><font color="#FFFFFF"></TD></TR>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Theater1.html"</A><font color="#FFFFFF"></TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Theater2.html"</A><font color="#FFFFFF"></TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Theater3.html"</A><font color="#FFFFFF"></TD></TR>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Study1.html"</A><font color="#FFFFFF"> </TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Study2.html"</A><font color="#FFFFFF"></TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Study3.html"</A><font color="#FFFFFF"></TD></TR>
 <TR>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Bedroom1.html"</A><font color="#FFFFFF"></TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Bedroom2.html"</A><font color="#FFFFFF"></TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Bedroom3.html"</A><font color="#FFFFFF"></TD></TR>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Jacuzzi1.html"</A><font color="#FFFFFF"> </TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Jacuzzi2.html"</A><font color="#FFFFFF"></TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Jacuzzi3.html/"</A><font color="#FFFFFF"></TD></TR>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Beach1html"</A><font color="#FFFFFF"></TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Beach2html"</A><font color="#FFFFFF"></TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Beach3html"</A><font color="#FFFFFF"></TD></TR>
  <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Waterfall1.html"</A><font color="#FFFFFF"> </TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Waterfall2.html"</A><font color="#FFFFFF"> </TD>
    <TD width="20%"><A href="http://www.fantasy-nutlover.com/Banes_Waterfall3.html"</A><font color="#FFFFFF"> </TD></TR>
</TBODY></TABLE>
<TABLE>
<TBODY>
  <TR>
    <TD>
      <FORM>
<br><br>

<br><br><img src="http://talia01.110mb.com/Dtalia2.gif" width="150" height="150" border="0">
<br><br><br><br><br><br><br>
<center><i><blink><font color="688CC0" size="1">  All Rights Reserved.</font></i></center>

</body>
</html>
<script type="text/javascript">
  var vglnk = { api_url: '//api.viglink.com/api',
                key: 'a7493e2870c43d31023d403e36d7cc81' };

  (function(d, t) {
    var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
    s.src = ('https:' == document.location.protocol ? vglnk.api_url :
             '//cdn.viglink.com/api') + '/vglnk.js';
    var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
  }(document, 'script'));
</script>