function showQuote(pagename){
	var theQuoteImage = new Array() // the images
	var theQuoteLink = new Array() // the links 
	
	// To add more image files, continue with the
	if (pagename == "index") {
		theQuoteImage[0] = 'images/promoHome_whyShinjiru.gif'
		theQuoteImage[1] = 'images/promoHome_whyShinjiru2.gif'
		theQuoteImage[2] = 'images/promoHome_whyShinjiru3.gif'
		theQuoteImage[3] = 'images/promoHome_whyShinjiru4.gif'
		theQuoteImage[4] = 'images/promoHome_whyShinjiru5.gif'
		
		theQuoteLink[0] = 'aboutUs/whyShinjiru.html'
		theQuoteLink[1] = 'aboutUs/customerTestimonials.html'
		theQuoteLink[2] = 'aboutUs/whyShinjiru.html'
		theQuoteLink[3] = 'aboutUs/customerTestimonials.html'
	} else if (pagename == "aboutUs") {
		theQuoteImage[0] = '../images/promo_whyShinjiru.gif'
		theQuoteImage[1] = '../images/promo_whatPeopleSay.gif'
		theQuoteImage[2] = '../images/promo_whyShinjiru2.gif'
		theQuoteImage[3] = '../images/promo_whatPeopleSay2.gif'
		theQuoteImage[4] = '../images/promo_whyShinjiru3.gif'
		theQuoteImage[5] = '../images/promo_whatPeopleSay3.gif'
		theQuoteImage[6] = '../images/promo_whyShinjiru4.gif'
		theQuoteImage[7] = '../images/promo_whatPeopleSay4.gif'
		theQuoteImage[8] = '../images/promo_whatPeopleSay5.gif'
		
		theQuoteLink[0] = '../aboutUs/whyShinjiru.html'
		theQuoteLink[1] = '../aboutUs/customerTestimonials.html'
		theQuoteLink[2] = '../aboutUs/whyShinjiru.html'
		theQuoteLink[3] = '../aboutUs/customerTestimonials.html'
		theQuoteLink[4] = '../aboutUs/whyShinjiru.html'
		theQuoteLink[5] = '../aboutUs/customerTestimonials.html'
		theQuoteLink[6] = '../aboutUs/whyShinjiru.html'
		theQuoteLink[7] = '../aboutUs/customerTestimonials.html'
	} if (pagename == "customer_support/faq") {
		theQuoteImage[0] = '../../images/promo_whyShinjiru.gif'
		theQuoteImage[1] = '../../images/promo_whatPeopleSay.gif'
		theQuoteImage[2] = '../../images/promo_whyShinjiru2.gif'
		theQuoteImage[3] = '../../images/promo_whatPeopleSay2.gif'
		theQuoteImage[4] = '../../images/promo_whyShinjiru3.gif'
		theQuoteImage[5] = '../../images/promo_whatPeopleSay3.gif'
		theQuoteImage[6] = '../../images/promo_whyShinjiru4.gif'
		theQuoteImage[7] = '../../images/promo_whatPeopleSay4.gif'
		theQuoteImage[8] = '../../images/promo_whatPeopleSay5.gif'
		
		theQuoteLink[0] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[1] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[2] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[3] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[4] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[5] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[6] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[7] = '../../aboutUs/customerTestimonials.html'
	} else if (pagename == "press") {
		theQuoteImage[0] = '../../images/promo_whyShinjiru.gif'
		theQuoteImage[1] = '../../images/promo_whatPeopleSay.gif'
		theQuoteImage[2] = '../../images/promo_whyShinjiru2.gif'
		theQuoteImage[3] = '../../images/promo_whatPeopleSay2.gif'
		theQuoteImage[4] = '../../images/promo_whyShinjiru3.gif'
		theQuoteImage[5] = '../../images/promo_whatPeopleSay3.gif'
		theQuoteImage[6] = '../../images/promo_whyShinjiru4.gif'
		theQuoteImage[7] = '../../images/promo_whatPeopleSay4.gif'
		theQuoteImage[8] = '../../images/promo_whatPeopleSay5.gif'
		
		theQuoteLink[0] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[1] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[2] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[3] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[4] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[5] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[6] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[7] = '../../aboutUs/customerTestimonials.html'
	} else if (pagename == "webhosting/dedicated") {
		theQuoteImage[0] = '../../images/promo_whyShinjiru.gif'
		theQuoteImage[1] = '../../images/promo_whatPeopleSay.gif'
		theQuoteImage[2] = '../../images/promo_whyShinjiru2.gif'
		theQuoteImage[3] = '../../images/promo_whatPeopleSay2.gif'
		theQuoteImage[4] = '../../images/promo_whyShinjiru3.gif'
		theQuoteImage[5] = '../../images/promo_whatPeopleSay3.gif'
		theQuoteImage[6] = '../../images/promo_whyShinjiru4.gif'
		theQuoteImage[7] = '../../images/promo_whatPeopleSay4.gif'
		theQuoteImage[8] = '../../images/promo_whatPeopleSay5.gif'
		
		theQuoteLink[0] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[1] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[2] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[3] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[4] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[5] = '../../aboutUs/customerTestimonials.html'
		theQuoteLink[6] = '../../aboutUs/whyShinjiru.html'
		theQuoteLink[7] = '../../aboutUs/customerTestimonials.html'
	} 
	
	// do not edit anything below this line
	var p = theQuoteImage.length;
	/*
	var quotePreBuffer = new Array()	
	for (i = 0; i < p; i++){
	   quotePreBuffer[i] = new Image()
	   quotePreBuffer[i].src = theQuoteImage[i]
	}
	*/
	var quoteWhichImage = Math.round(Math.random()*(p-1));

	document.write('<a href="'+ theQuoteLink[quoteWhichImage] +'"><img src="'+theQuoteImage[quoteWhichImage]+'" border="0"></a>');
}

function showProduct_a(pagename){
	var theImageProduct_a = new Array() // the images
	var theLinkProduct_a = new Array() // the links 
	
	// To add more image files, continue with the
	if (pagename == "aboutUs") {
		theImageProduct_a[0] = '../images/promo_linuxShared.gif'
		theImageProduct_a[1] = '../images/promo_winSharedHosting.gif'
		theImageProduct_a[2] = '../images/promo_domainName.gif'
		theImageProduct_a[3] = '../images/promo_dynamail.gif'
		
		theLinkProduct_a[0] = '../webHosting/linuxSharedHosting.html'
		theLinkProduct_a[1] = '../webHosting/windowsSharedHosting.html'
		theLinkProduct_a[2] = '../webHosting/domainName.html'
		theLinkProduct_a[3] = '../webHosting/dynamail.html'
	} else if (pagename == "aboutUs/press") {
		theImageProduct_a[0] = '../../images/promo_linuxShared.gif'
		theImageProduct_a[1] = '../../images/promo_winSharedHosting.gif'
		theImageProduct_a[2] = '../../images/promo_domainName.gif'
		theImageProduct_a[3] = '../../images/promo_dynamail.gif'
		
		theLinkProduct_a[0] = '../../webHosting/linuxSharedHosting.html'
		theLinkProduct_a[1] = '../../webHosting/windowsSharedHosting.html'
		theLinkProduct_a[2] = '../../webHosting/domainName.html'
		theLinkProduct_a[3] = '../../webHosting/dynamail.html'
	} else if (pagename == "webHosting/vps") {
		theImageProduct_a[0] = '../../images/promo_linuxShared.gif'
		theImageProduct_a[1] = '../../images/promo_winSharedHosting.gif'
		theImageProduct_a[2] = '../../images/promo_domainName.gif'
		theImageProduct_a[3] = '../../images/promo_dynamail.gif'
		
		theLinkProduct_a[0] = '../../webHosting/linuxSharedHosting.html'
		theLinkProduct_a[1] = '../../webHosting/windowsSharedHosting.html'
		theLinkProduct_a[2] = '../../webHosting/domainName.html'
		theLinkProduct_a[3] = '../../webHosting/dynamail.html'
	}
	
	// do not edit anything below this line
	var p = theImageProduct_a.length;
	/*
	var PreBufferProduct_a = new Array()
	for (i = 0; i < p; i++){
	   PreBufferProduct_a[i] = new Image()
	   PreBufferProduct_a[i].src = theImageProduct_a[i]
	}
	*/
	var whichImageProduct_a = Math.round(Math.random()*(p-1));

	document.write('<a href="'+ theLinkProduct_a[whichImageProduct_a] +'"><img src="'+theImageProduct_a[whichImageProduct_a]+'" border="0"></a>');
}

function showProduct_b(pagename){
	var theImageProduct_b = new Array() // the images
	var theLinkProduct_b = new Array() // the links 
	
	// To add more image files, continue with the
	if (pagename == "aboutUs") {
		theImageProduct_b[0] = '../images/promo_virtualPrivateServer.gif'
		theImageProduct_b[1] = '../images/promo_serverCoLocation.gif'
		theImageProduct_b[2] = '../images/promo_dedicatedServer.gif'
		theImageProduct_b[3] = '../images/promo_sharePointHosting.gif'
		
		theLinkProduct_b[0] = '../webHosting/virtualPrivateServer.html'
		theLinkProduct_b[1] = '../webHosting/serverCo-Location.html'
		theLinkProduct_b[2] = '../webHosting/dedicatedServers.html'
		theLinkProduct_b[3] = '../webHosting/windowSharePointHosting.html'
	} else if (pagename == "aboutUs/press") {
		theImageProduct_b[0] = '../../images/promo_virtualPrivateServer.gif'
		theImageProduct_b[1] = '../../images/promo_serverCoLocation.gif'
		theImageProduct_b[2] = '../../images/promo_dedicatedServer.gif'
		theImageProduct_b[3] = '../../images/promo_sharePointHosting.gif'
		
		theLinkProduct_b[0] = '../../webHosting/virtualPrivateServer.html'
		theLinkProduct_b[1] = '../../webHosting/serverCo-Location.html'
		theLinkProduct_b[2] = '../../webHosting/dedicatedServers.html'
		theLinkProduct_b[3] = '../../webHosting/windowSharePointHosting.html'
	} else if (pagename == "webHosting/vps") {
		theImageProduct_b[0] = '../../images/promo_virtualPrivateServer.gif'
		theImageProduct_b[1] = '../../images/promo_serverCoLocation.gif'
		theImageProduct_b[2] = '../../images/promo_dedicatedServer.gif'
		theImageProduct_b[3] = '../../images/promo_sharePointHosting.gif'
		
		theLinkProduct_b[0] = '../../webHosting/virtualPrivateServer.html'
		theLinkProduct_b[1] = '../../webHosting/serverCo-Location.html'
		theLinkProduct_b[2] = '../../webHosting/dedicatedServers.html'
		theLinkProduct_b[3] = '../../webHosting/windowSharePointHosting.html'
	}
	
	// do not edit anything below this line
	var p = theImageProduct_b.length;
	/*
	var PreBufferProduct_b = new Array()
	for (i = 0; i < p; i++){
	   PreBufferProduct_b[i] = new Image()
	   PreBufferProduct_b[i].src = theImageProduct_a[i]
	}
	*/
	var whichImageProduct_b = Math.round(Math.random()*(p-1));

	document.write('<a href="'+ theLinkProduct_b[whichImageProduct_b] +'"><img src="'+theImageProduct_b[whichImageProduct_b]+'" border="0"></a>');
}

function showProduct_c(pagename){
	var theImageProduct_c = new Array() // the images
	var theLinkProduct_c = new Array() // the links 
	
	// To add more image files, continue with the
	if (pagename == "aboutUs") {
		theImageProduct_c[0] = '../images/promo_virtualPrivateNetwork.gif'
		theImageProduct_c[1] = '../images/promo_ssl.gif'
		theImageProduct_c[2] = '../images/promo_privateEmail.gif'
		
		theLinkProduct_c[0] = '../webHosting/virtualPrivateNetwork.html'
		theLinkProduct_c[1] = '../webHosting/sslCertificate.html'
		theLinkProduct_c[2] = '../webHosting/privateEmail.html'
	} else if (pagename == "aboutUs/press") {
		theImageProduct_c[0] = '../../images/promo_virtualPrivateNetwork.gif'
		theImageProduct_c[1] = '../../images/promo_ssl.gif'
		theImageProduct_c[2] = '../../images/promo_privateEmail.gif'
		
		theLinkProduct_c[0] = '../../webHosting/virtualPrivateNetwork.html'
		theLinkProduct_c[1] = '../../webHosting/sslCertificate.html'
		theLinkProduct_c[2] = '../../webHosting/privateEmail.html'
	}  else if (pagename == "webHosting/vps") {
		theImageProduct_c[0] = '../../images/promo_virtualPrivateNetwork.gif'
		theImageProduct_c[1] = '../../images/promo_ssl.gif'
		theImageProduct_c[2] = '../../images/promo_privateEmail.gif'
		
		theLinkProduct_c[0] = '../../webHosting/virtualPrivateNetwork.html'
		theLinkProduct_c[1] = '../../webHosting/sslCertificate.html'
		theLinkProduct_c[2] = '../../webHosting/privateEmail.html'
	}
	
	// do not edit anything below this line
	var p = theImageProduct_c.length;
	/*
	var PreBufferProduct_c = new Array()
	for (i = 0; i < p; i++){
	   PreBufferProduct_c[i] = new Image()
	   PreBufferProduct_c[i].src = theImageProduct_a[i]
	}
	*/
	var whichImageProduct_c = Math.round(Math.random()*(p-1));

	document.write('<a href="'+ theLinkProduct_c[whichImageProduct_c] +'"><img src="'+theImageProduct_c[whichImageProduct_c]+'" border="0"></a>');
}
