Display current mortgage rates Vs last week rates for your local state:
Here is the code for the above.
<iframe src="http://www.elixiraddons.com/zillow/gadget.php" width="350" height="300" frameborder="0">
</iframe>
Display National average (instead of last week rates) and local rates:
Here is the code for the above.
<iframe src="http://www.elixiraddons.com/zillow/gadget.php?type=US" width="350" height="300" frameborder="0">
</iframe>
Show rates for all states:
Here is the code for the above.
<iframe src="http://www.elixiraddons.com/zillow/gadget.php?g=1" width="375" height="350" frameborder="0">
</iframe>
Bigger chart:
Here is the code for the above.
<iframe src ="http://www.elixiraddons.com/zillow/gadget.php?w=450&h=500" width="550" height="600" frameborder="0">
</iframe>