// JavaScript Document

images = new Array(4);


images[0] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=783466dbc37c4d179c1aa671df279105','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/gary.gif\" alt=\" \"/></a>";

images[1] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=dbf7af43e7df4881baa0907480ec15c9','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/johnpaul.gif\" alt=\" \"/></a>";

images[2] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=69c54c356d94438aa10c48f8bfa1d5af','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/josiane.gif\" alt=\" \"/></a>";

images[3] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=3c2be3752a704ef9b6f43758e9b8ccec','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/mary.gif\" alt=\" \"/></a>";

images[4] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=7c5bd0174d22430691e39b386d4c38cd','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/mary.gif\" alt=\" \"/></a>";

images[5] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=311f1ed377e04cd995771fb83464ab03','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/rod.gif\" alt=\" \"/></a>";

images[6] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=b839db10bd4b460cbcd0731a91992ec3','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/rod.gif\" alt=\" \"/></a>";

images[7] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=1f26277e2e9f4f638c6a21c18078ceec','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/tamara_son.gif\" alt=\" \"/></a>";

images[8] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=b391470528c84d368909d594b27558ff','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/wes.gif\" alt=\" \"/></a>";

images[9] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=634dc49bf3234f20973770ee938ebecc','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/stephanie.gif\" alt=\" \"/></a>";

images[10] = "<a onclick=\"javascript: window.open ('/indy/js/videoPopup.html?mediaId=9e1ca98b0f2247da8029c4701e725fc5','mywindow','status=1,toolbar=0,location=0,width=500,height=426')\"><img width=\"129\" height=\"80\" src=\"/indy/images/thumbs/wes.gif\" alt=\" \"/></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);
