var pornstars = new Array()

pornstars[0] = 'images/1.jpeg'
pornstars[1] = 'images/2.jpeg'
pornstars[2] = 'images/3.jpeg'
pornstars[3] = 'images/4.jpeg'
pornstars[4] = 'images/5.jpeg'
pornstars[5] = 'images/6.jpeg'
pornstars[6] = 'images/7.jpeg'
pornstars[7] = 'images/8.jpeg'
pornstars[8] = 'images/9.jpeg'
pornstars[9] = 'images/10.jpeg'
pornstars[10] = 'images/11.jpeg'
pornstars[11] = 'images/12.jpeg'
pornstars[12] = 'images/13.jpeg'
pornstars[13] = 'images/14.jpeg'
pornstars[14] = 'images/15.jpeg'
pornstars[15] = 'images/16.jpeg'
pornstars[16] = 'images/17.jpeg'
pornstars[17] = 'images/18.jpeg'
pornstars[18] = 'images/19.jpeg'
pornstars[19] = 'images/20.jpeg'
pornstars[20] = 'images/21.jpeg'

var j = 0
var p = pornstars.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = pornstars[i]
}
var selectedImage = Math.round(Math.random()*(p-1));
function showPornstar(){
document.write('<img src="'+pornstars[selectedImage]+'">');
}




function DisplayWarningText(content) {
	var content = "Warning!\r\n\r\n";
	content += "This site offers sexually explicit adult goods for sale and contains sexually explicit adult material including sexually explicit images and words. You must be an adult over 18 years of age to enter this site. You must also be at least the minimum age to view and purchase sexually explicit adult material according to the laws of your country of residence and of the country you are accessing this site from. All models featured on this site are at least 18 years of age. Before you can enter this site you must read and agree to all of the following statements:\r\n\r\n";
	content += "· I am an adult over 18 years of age and I am of legal age to view and purchase sexually explicit adult material according to the laws of my country of residence and of the country I am accessing this site from.\r\n\r\n";
	content += "· I warrant that it is legal for me to view and purchase sexually explicit adult material according to the laws of my country of residence and of the country I am accessing this site from.\r\n\r\n";
	content += "· I do not find sexually explicit adult material offensive or objectionable in any way.\r\n\r\n";
	content += "· I am entering this site of my own free will.\r\n\r\n";
	content += "· I will not permit any person(s) under 18 years of age or any person(s) who is/are not of legal age to view sexually explicit adult material where they live or any person(s) who might find the material offensive or objectionable to have access to any material available through or purchased from this site.\r\n\r\n";
	content += "· I will not distribute, forward, copy or in any manner publish or copy any material available through or purchased from this site to any third party without the written permission of Yazor bv (which is the legal entity owning and operating this site).\r\n\r\n";
	content += "· I assume the full, complete and sole responsibility and risk in my location regarding the standards for any and all materials contained in or available from this site that I view or purchase.\r\n\r\n";
	content += "· I will not use this site for any unlawful purpose.\r\n\r\n";
	content += "· I agree that bookmarking or otherwise directly accessing any page on this site whereby this warning page is bypassed shall constitute an implicit acceptance of all terms, conditions and notices contained on this page and in all terms and conditions, policies, procedures, disclaimers and other notices accessible at http://www.netvids.co.uk/legal.\r\n\r\n";
	content += "· I indemnify Yazor bv, its officers, employees, agents, suppliers and any other people or parties connected with Yazor bv against any claims, liabilities, losses, costs, damages, or expenses (including legal fees) arising from my use of or purchases from this site or from any information contained in this site.\r\n\r\n";
	content += "· I have read, understood, accepted and agree to fully comply with all Terms and Conditions, Policies, Procedures, Disclaimers and other notices accessible at http://www.netvids.co.uk/legal and I agree that all shall be governed by and construed in accordance with the law of the Netherlands and I hereby submit to the exclusive jurisdiction of the Dutch courts.";
	
	document.writeln('<textarea name="warning" cols="80" class="textarea_small" rows="5">'+content+'</textarea>');
}
