<!--
function right(e) {
var msg = "Lovitude is a trademark PPI Images and content on this site may not be reproduced unless written permission is obtained from PPI.";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
else return true;
}

function trap() 
  {
  if(document.images)
    {
    for(i=0;i<document.images.length;i++)
      {
      document.images[i].onmousedown = right;
      document.images[i].onmouseup = right;
      }
    }
  }
  
  function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

  
var mailpart1 = "sales";
var mailpart2 = "lovitude.com";


var msg = "If each of us practiced and shared positive thought energy, the ripples would be felt throughout the world. -- Annie Pryor"
var delay = 100
var startPos = 150

var timerID = null
var timerRunning = false
var pos = 0

StartScrolling()

function StartScrolling(){
    StopTheClock()


    for (var i = 0; i < startPos; i++) msg = " " + msg


    DoTheScroll()
}

function StopTheClock(){
    if(timerRunning)
        clearTimeout(timerID)
    timerRunning = false
}

function DoTheScroll(){
    if (pos < msg.length)
        self.status = msg.substring(pos, msg.length);
    else
        pos=-1;
    ++pos
    timerRunning = true
    timerID = self.setTimeout("DoTheScroll()", delay)
}

var urlAddress = "http://www.lovitude.com"; 
var pageName = "Lovitude Jewelry Collection"; 
function addToFavorites() 
{ 
if (window.external) 
	{ 
	window.external.AddFavorite(urlAddress,pageName) 
	}
 else { alert("Sorry! Your browser doesn't support this function, please type CTRL D."); }
 }




//-->