// JavaScript Document

// Opens a popup window
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// Displays a random image
NumberOfImagesToRotate = 6;
FirstPart = '<img src="/Images/Homepage/MainImg';
LastPart = '.jpg" height="167" width="453">';
function printImage() {
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);
document.write(FirstPart + r + LastPart);
}

// Preload images
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function InsertChat()
{
  document.write('<embed src="http://widget.meebo.com/mm.swf?pGdorZLtsL" type="application/x-shockwave-flash" width="220" height="300"></embed>');
}
