/*
JavaScript Cookie Functions
Language: JavaScript 1.0
Copyright (c) 2003 Online Web Solutions
*/


function bookmarkIt() { 
  var bookmarktitle = document.title;
  var bookmarkurl = document.location;
  var netscape
  var macintosh
  var isMac
  
  netscape="Attention Netscape Users. To Bookmark this page please click the page you would like to bookmark and press CTRL+D. If you would like to add this page to your Netscape Sidebar, please click OK on the next window which appears.";
  macintosh="Attention Macintosh User. To Bookmark this page please click the page you would like to bookmark and press CTRL+D.";

  if (window.sidebar&&window.sidebar.addPanel) { 
    alert(netscape);
    window.sidebar.addPanel(bookmarktitle, bookmarkurl,""); 
  } else if (isMac) {
    alert(macintosh);
  } else if (document.all) {
    window.external.AddFavorite(bookmarkurl, bookmarktitle);
  } else if (window.opera && window.print) {
    return true;
  }
}


function printpage() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function mail2(){document.location="mailto:info@synergy-international.net&subject="+document.location;}


<!-- 
today=new Date();
jran=today.getTime();
var number = 5;
var random_number="";
var image="";
var text="";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number = Math.ceil( (jran/(im*1.0)) *number);
// Loads the appropriate image and text color based on random number.
if (random_number==1) {
text="Synergy International - Management Training, Sales Training & Computer Based Training";
image="images/main.jpg";
}
if (random_number==2) {
text="Synergy International - Management Training, Sales Training & Computer Based Training";
image="images/main1.jpg";
}
if (random_number==3) {
text="Synergy International - Management Training, Sales Training & Computer Based Training";
image="images/main2.jpg";
}
if (random_number==4) {
text="Synergy International - Management Training, Sales Training & Computer Based Training";
image="images/main3.jpg";
}
if (random_number==5) {
text="Synergy International - Management Training, Sales Training & Computer Based Training";
image="images/main4.jpg";
}

// End -->