how do i add the banner rotator next to where it says "wait 30 seconds blah blah blah"
cashcrusader scripts.
thanks in advance.
| CODE |
| <? include("setup.php");?> <html><body><center> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="center"> <td width="40%" valign="top"><IMG SRC="http://www.freeandeasyonline.com/pics/wait.gif" VALIGN=left><font size=2 face=arial>Thank you for supporting our sponsors! You will receive <? echo $VA;?> cent(s), once you have visited this sponsor's site for at least <? echo $TI;?> seconds</font></td> <td width="60%" valign="top"> <? getad('banners');?> </td> </tr> </table> </center> </body></html> |