<? include("msgbox.inc.php"); $a=new msgBox("This is just a Message ","OKCancel","Jack Said!" ); // define the links $links=array("ok.php","cancel.php"); // make the links $a->makeLinks($links); // draw the message box $a->showMsg(); ?>