HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/mykensington.co.uk/public_html/espotting/rot_prompt.js
var prompt_links = new Array();
var keyword = new Array();

keyword[1] = "Travel";
prompt_links[1] = "Be where you want to be";
keyword[2] = "Finance";
prompt_links[2] = "Find help with finance";
keyword[3] = "Insurance";
prompt_links[3] = "Find the right policy";
keyword[4] = "Cars";
prompt_links[4] = "Right car, right price";
keyword[5] = "Jobs";
prompt_links[5] = "Find the right job for you";
keyword[6] = "Music";
prompt_links[6] = "Listen to the best tunes";
keyword[7] = "City Breaks";
prompt_links[7] = "Find your dream city";
keyword[8] = "Gambling";
prompt_links[8] = "Only luck can stop you";
keyword[9] = "Property";
prompt_links[9] = "The right property for you";
keyword[10] = "Mobile Phones";
prompt_links[10] = "The best mobile deals";

triger = Math.ceil(keyword.length*Math.random());

for (var i=0; i < 3; i++)
{
	if (triger + i > (keyword.length - 1))
	{
	level = (triger + i) - (keyword.length - 1);
	}
	else
	{
	level = triger + i
	}
	
	document.write("<a href='http://www.myvillage.com/espotting/results.php?keyword="+keyword[level]+"' target=_blank' class='subnavi'><font size='1'>+ "+prompt_links[level]+"</a>");
	
	if (i < 2)
	{
	document.write("<br>");
	}
}