It is possible to have your own oracletext on your website that changes each day.
Example
Paste this in your webpage
<script src="http://neeth.net/oracle/oraclescript.php"> </script>
<script> oracle_color_border = "#0000FF"; oracle_color_bg = "#FFFFFF"; oracle_color_text = "#000000"; oracle_color_header = "#AAAAFF"; oracle_color_url = "#000000"; </script> <script src="http://neeth.net/oracle/oraclescript.php"> </script>
<script> oracle_color_border = "#FF00FF"; oracle_color_bg = "#FFDDDD"; oracle_color_text = "#000000"; oracle_color_header = "#FF0099"; oracle_color_url = "#000000"; </script> <script src="http://neeth.net/oracle/oraclescript.php"> </script>
You can also change the width and height of the daily oracle.
<script> oracle_width = "400px"; oracle_height = "30px"; oracle_color_border = "black"; oracle_color_bg = "#006600"; oracle_color_text = "#99FF99"; oracle_color_header = "#00FFAA"; oracle_color_url = "#000000"; </script> <script src="http://neeth.net/oracle/oraclescript.php"> </script>