///////////////////////////////////////////////////////////
// Piranha-Design Website                                //
///////////////////////////////////////////////////////////
//                                                       //
// this code is just designed for the website of         //
// isgmbh. you are not allowed to copy or                //
// redesign the this without ask me for permision.       //
//                                                       //
///////////////////////////////////////////////////////////
// thanks for you cooperation.          nik winterberger //
///////////////////////////////////////////////////////////



/*-------------------------------------------------------*/
// Bilder zum voraus laden                               //
/*-------------------------------------------------------*/

var bild00 = new Image();
var bild01 = new Image();
var bild02 = new Image();
var bild03 = new Image();
var bild04 = new Image();
var bild05 = new Image();
var bild06 = new Image();
var bild07 = new Image();
var bild08 = new Image();
var bild09 = new Image();
var bild10 = new Image();
var bild11 = new Image();

bild00.src = "http://" + window.location.hostname + "/index.jpg";
bild01.src = "http://" + window.location.hostname + "/dienstleistungen/bgdienst.jpg";
bild02.src = "http://" + window.location.hostname + "/dienstleistungen/grundreinigung/bggrund.jpg";
bild03.src = "http://" + window.location.hostname + "/dienstleistungen/umzugreinigung/bgumzug.jpg";
bild04.src = "http://" + window.location.hostname + "/dienstleistungen/unterhaltsreinigung/bgunterhalt.jpg";
bild05.src = "http://" + window.location.hostname + "/garantie/bggarantie.jpg";
bild06.src = "http://" + window.location.hostname + "/kontakt/bgkontakt.jpg";
bild07.src = "http://" + window.location.hostname + "/layout/blank.gif";
bild08.src = "http://" + window.location.hostname + "/layout/frametop.jpg";
bild09.src = "http://" + window.location.hostname + "/layout/punkt.jpg";
bild10.src = "http://" + window.location.hostname + "/layout/wasser.jpg";
bild11.src = "http://" + window.location.hostname + "/umwelt/bgumwelt.jpg";



/*-------------------------------------------------------*/
// Woher kam der Besucher?                               //
/*-------------------------------------------------------*/

function RefCounter() {
	var a = top.document.referrer; var b = "";
	for (i = 0; i < a.length; i++) {
		if (a.substring(i,i+1) == "/") {
			b = b + "+";
		} else {
			b = b + a.substring(i,i+1);
		}
	}
	document.writeln("<img src=","http://webcounter.goweb.de/7013REF"+b+""," width=1 height=1 alt=' '>");
}
