function mailpage()
{
mail_str = "mailto:?subject=Check out the " + document.title;
mail_str += "&body=I thought you might be interested in " + document.title;
mail_str += ". You can view it at, " + location.href; 
location.href = mail_str;
}

function bookmark()
{
bookmarkurl="http://www.coresecure.it"
bookmarktitle="Coresecure, Inc. - Distributed Internet Solution Experts"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function gup( name )
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}

<!--
//  Hide script from older browsers
// script by http://www.hypergurl.com
 var urlAddress = "http://www.coresecure.it";
 var pageName = "Coresecure, Inc. - Distributed Internet Solution Experts";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }
// -->
<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = 'images/main_testimonials_envirobid.jpg'
theImages[1] = 'images/main_testimonials_pier.jpg'
theImages[2] = 'images/main_testimonials_tractor.jpg'

// do not edit anything below this line

//var j = 0
var p = theImages.length;
//var preBuffer = new Array()
//for (i = 0; i < p; i++){
//   preBuffer[i] = new Image()
//   preBuffer[i].src = theImages[i]
//}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<a href="clients.html"><img src="'+theImages[whichImage]+'" border="0" alt="testimonials" title="testimonials"></a>');
}
// -->
