Arizona Lottery Results Marquee for Your Web Page
Since you haven't selected a state, we have randomly selected to show, as an example, the data
for Arizona, which is certainly different from other states since each state has
unique lottery games. If you want a specific state, then select the state below and click on 'Proceed'.
Still another widget containing the latest Arizona lottery latest results
can be included at any position of your web page that is related to the state of Arizona using a simple HTML code.
This widget is a self-scrolling component, known as a marquee, that doesn't occupy a lot of space
while providing all the essential data and more. A series of JavaSript codes generate the contents and contol the behavior.
Here is what the marquee widget for Arizona lottery latest results looks like:
The HTML codes for this service can readily be obtained by just clicking on the "Get Widget" link.
Features
- Two control units, denoted by R and S,
are provided for this marquee widget. Clicking on R reverses the
scrolling direction, and clicking on S changes the speed of scrolling. We have provided three speeds.
Note that this option may not work on some browsers.
- This marquee widget works only if your visitors browser is allowed to run JavaScript. In fact, this may not be a major drawback
since it depends solely on the visitor's choice.
- Although there are several links to US-Lotteries.com web page and third party ads, all internal links are generated by Javascript
so that they do not have any bearing on your web page. The only links that are visible to search engines
are the top two links. One leading to the Arizona lottery home page of US-Lotteries.com
and the other to this very website. Reseanably, they are the data and service providers, respectively.
If you choose to place it on your web site, we highly recommend that you register by supplying
your contacct name, email, and web site url. We will use your information only to notify you of any
changes in the service such as change of service source path. Note also that when we get sufficient
customers, we will cease to accept new customers.
Before registering please go to the top of this page and select your state, and then go to the bottom of
the new page to find the registration button. The data you see right now is for Arizona and is randomly
selected by our script and there is no registration button.
TOP
How place the skyscraper on your web site
You can place the code in a table cell or within a <div> tag that can have either an absolute or relative position. You may add the code
in Blogger.com by using their 'HTML/JavaScript' option. Just in case, we have repeated the necessary HTML codes here below.
Copy and paste the following HTML codes at the appropriate position of your web page
<script type="text/javascript" src="http://loref.com/Marquee/AZ_Customer.php"></script>
<div style="position:relative;" id="loref_mar_wig">
<table border="0" cellpadding="1" cellspacing="0" bgcolor="#336699" width="160">
<tr><td colspan="3" align="center"><a class="StLot" id="St_Hdr_Mar" href="http://www.us-lotteries.com/Arizona/" target=_blank>Arizona Lottery <br>Latest Results</a></td></tr>
<tr><td id="revDir"></td><td id="spd"></td><td><a class="powby" href="http://www.loref.com">Powered by LoReF.com</a></td>
<tr><td align="center" colspan="3"><marquee width=160 height="120" scrollDelay="100" scrollAmount="2" direction="up" bgcolor="#FFFFFF" onmouseover="this.stop()" onmouseout="this.start()" id="DivMar" style="border:1px solid #000000;"> </marquee></td></tr>
<tr><td align="center" colspan="3"><span id="Win_Opn_Mar">.</span></td></tr>
</table>
</div>
TOP
|