<% Option Explicit %> <% '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' ' Main ' ' Purpose: ' ' Directs the action. Page for downloading World Cup predictor Java program. ' ' Revisions: ' ' [TDB 13.Apr.2002] Code written. ' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Sub Main() Call WriteStandardHeader( _ "World Cup Korea Japan 2002 Prediction Program", _ "World Cup 2002 Prediction Program Free Download", _ "World Cup 2002, World Cup, World Cup Korea Japan, " & _ "World Cup prediction, predictor, Java") Call ShowProgramPage() Call WriteStandardFooter() End Sub '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' ' ShowProgramPage ' ' Purpose: ' ' Displays the main text of the page, offering the Java program for download. ' ' Revisions: ' ' [TDB 13.Apr.2002] Code written. ' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Sub ShowProgramPage() %>

World Cup Korea Japan 2002 Prediction Program

Description

This Java program simulates the World Cup with random draw or the actual draw

Features

Screen Shots

Download

Download WorldCupKoreaJapan.zip

Further Improvements

I plan to make the following improvements:

If you have any feature requests please let me know at <%= ADMIN_EMAIL_ %>

<% End Sub Call Main() %>