| How
to link to ManiaServ's SLiP Radio.
;;Put one
the following scripts in a palace door.
The
short version.
<---Start copying below this line --->
ON SELECT { "http://www.slipradio.com:8000/listen.pls" NETGOTO }
<---Stop copying above this line --->
The
long one.
<---Start
copying below this line --->
ON ENTER { clickcheck global 0 clickcheck = }
ON SELECT { clickcheck global clickcheck ++
{ "Please click this button again to listen to Maniaserv's SLiP
Radio. It's that easy!! And enjoy SLiP Radio!" LOCALMSG } 1 clickcheck
== IF
{ "If the download does not open your listening program, please
click again to go to the Maniaserv website for another way to listen.
*S*" LOCALMSG } 2 clickcheck == IF
{ "Opening the small d/l to start Maniaserv's SLiP Radio." LOCALMSG
"http://www.slipradio.com:8000/listen.pls" NETGOTO } 3 clickcheck
== IF
{ "Taking you to Maniaserv's SLiP Radio Website...TY for making
SLiP #1" LOCALMSG
"http://music.maniaserv.com/" NETGOTO } 4 clickcheck == IF
}
<---Stop
copying above this line --->
Image
choices.For
a Palace link.
Right click
on the images and select Save Picture as...
For a
Web link.
Right click
on the images and select Save Picture as...
<---Start copying below this line --->
<center><b><font
size="2"> || <a href=http://music.maniaserv.com:8000/listen.pls>Tune
in to ManiaServ's SLiP Radio!</a> || </font></b></center>
<p align="center"><a href="http://music.maniaserv.com/"><img
border="0" src="slip2.gif" width="74" height="74"></a>
<---Stop
copying above this line ---> |