<!--
/*
 -------------------------------------------------------------------------------
|  Copyright (C) 2004 Azalea Technology, LLC. All rights reserved.              |
|-------------------------------------------------------------------------------|
|  Unauthorized removal of this notice is considered a violation of the         |
|  license agreement under which this Code may be used. This work is protected  |
|  under United States copyright law and the similiar law(s) of other countries |
|  under which such as work is afforded legal protection, and upon conviction   |
|  of such a violation in a court of applicable jurisdiction, such person(s)    |
|  may be subject to the maximum allowable penalty as permitted under such law. |
|-------------------------------------------------------------------------------|
|  You acknowledge and agree that information presented to you in this file     |
|  is protected by all applicable copyrights, trademarks, service marks,        |
|  patents or other proprietary rights and laws, and by virute of accessing the |
|  the file, except as expressly authorized by Azalea Technology, LLC., you     |
|  agree not to modify, rent, lease, loan, sell, distribute, store, or create   |
|  derivative works based on the file, in whole or in part.                     |
 -------------------------------------------------------------------------------

 Organization: Sunrise Decks & RV Products
       Domain: www.sunriservproducts.com
         Date: Tuesday, May 18, 2004
      Purpose: Protect against the loading the site in an HTML frame
   Programmer: B. Roberts
               Azalea Technology, LLC.
			   P.O. Box 131150
			   Tyler, TX 75713-1150
               (903) 581-4448
               broberts@azaleatech.com
			   http://www.azaleatech.com
*/

function frame_guard(){
	if(self!=parent) parent.location.href=window.location;
}

//-->



