<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
        <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
	<meta name="Description" content="" />
	<title>Join Us - Wrangler Western</title>
<! -- Include:headerjs -->
<script type="text/javascript" src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/jquery.alerts.js"></script>
<script type="text/javascript" src="../js/jkmegamenu.js"></script>
<script type="text/javascript" src="../js/ddsmoothmenu.js"></script>
<script type="text/javascript" src="../js/objSort.js"></script>
<script type="text/javascript" src="../js/jquery.ScrollPane-1.2.1.js"></script>
<script type="text/javascript" src="../js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="../js/dropshadow.js"></script>
<script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
<script>
$(document).ready(function() {
if ($.browser.safari) $('head').append("<style>.shadow3 {margin: 0 3px 2px;}</style>");
});
</script>
<script type="text/javascript" src="../js/jquery.osl.js"></script>
<! -- Include:inc.css -->
<link type="text/css" rel="stylesheet" href="http://yui.yahooapis.com/2.2.2/build/container/assets/container.css" />
<link href="../css/screen.css?v1.01" rel="stylesheet" type="text/css" />
<link href="../css/jquery.alerts.css" rel="stylesheet" type="text/css" />
<link href="../css/ddsmoothmenu.css" rel="stylesheet" type="text/css" />
<link href="../css/jkmegamenu.css" rel="stylesheet" type="text/css" />
<link href="../css/jScrollPane.css" rel="stylesheet" type="text/css" />
<link href="../css/wrangler.css?v=1.02" rel="stylesheet" type="text/css" />
 <!--[if IE ]>
	<link href="../css/wrangler.ie.css" rel="stylesheet" type="text/css">
<![endif]-->
<!--[if IE 7]>
	<link href="../css/wrangler.ie7.css" rel="stylesheet" type="text/css">
<![endif]-->
<! -- Include:inc.outputmessages -->
<script type="text/javascript">
$(document).ready(function() {
     $("input.error").each(function() {
         $(this).removeClass("error");
     });
    $(".validationMessages").each(function() {
        if ($(this).html() != "")jAlert($(this).html(), 'Warning');
     });
    var varErrorFields = $("#errorFields").val();
    arrErrors = varErrorFields.split(",");
    if (arrErrors.length > 1) {
        for (i=0;i<arrErrors.length;i++) {
            if (i==0) {
               $("#" +  arrErrors[i]).focus();
            } // if (i==0) {
            $("#" +  arrErrors[i]).addClass("error");
        }
    }
   $("#errorFields").val("");
 });
</script>
<style> input.text,select { margin-bottom:5px !important}</style>
</head>
<body>
	<div id="page">
		<div id="header">
  	             <h1>Wrangler Western</h1>
		</div>
<! -- Include:inc.menubar -->
		<div id="menuBar">
			<div id="smoothmenu1" class="ddsmoothmenu">
				<ul >
					<li><a href="wrangler?page=home">Home</a></li>
					<li><a href="wrangler?page=About">About Wrangler</a></li>
					<li><a href="#" >Gallery</a>
                                            <ul>
                                             <li><a href="wrangler?page=gallery.mens">Mens</a></li>
                                             <li><a href="wrangler?page=gallery.womens">Womens</a></li>
                                             <li><a href="wrangler?page=gallery.boys">Boys</a></li>
                                             <li><a href="wrangler?page=gallery.girls">Girls</a></li>
                                            </ul>
                                        </li>
					<li><a href="wrangler?page=joinus">Join Us</a></li>
					<li><a href="wrangler?page=stockists">Stockists</a></li>
                                        <li><a href="wrangler?page=warranty">Warranty</a></li>
                                        <li><a href="../html/catalogue.html"
                                               target="_blank">Catalogue</a></li>
                                        <li><a href="../pdf/WranglerMailOrderForm.pdf" style="color:#FFDF1A"
                                               target="_blank">Mail Order</a></li>
                                        <li style="text-align:right;margin-right:0px;"><a href="wrangler?page=contactus">Contact Us</a></li>
				</ul>
			</div>
		</div>
		<div id="mainBody" >
                    <div id="leftSide" class="text">
 		    <form action="wrangler?page=JoinUs" method="post" id="joinus">
     	                <div class="joinUpArea joinus coreContent">
			    <div class="validationMessages" style="display:none"></div>                            <input  name="errorFields" id="errorFields"  type="hidden" value="">                            <input name="submitted" type="hidden" value="yes">
                            <input name="uniqueReg" type="hidden" value="false">
	                    <input name="mode" type="hidden" value="Normal">                            <h2 class="h2blue small">Join Wrangler</h2>
                           <!-- <p>
                            Join us and always be up to date with the latest news, special offers and product
                            information from Wrangler.
                            </p> -->
                            <fieldset style="margin-top:5px;" id="fldSetJoinUs">
                                    <span class="requiredField">*</span>
			            <label for="firstName">First Name</label>
			            <input class="text"  name="firstName" id="firstName"  maxlength="100" type="text"><br>
			            <span class="requiredField">*</span>
			            <label for="lastName">Surname</label>
			            <input class="text"  name="lastName" id="lastName"  maxlength="100" type="text"><br/>
                                    <span class="requiredField">*</span>
			            <label for="Address1">Street Address</label>
			            <input class="text"  name="Address1" id="Address1"  maxlength="30" type="text"><br>
			            <span class="requiredField">*</span><label for="suburb">Suburb/Town</label>
			            <input class="text suburb"  name="suburb" id="suburb"  maxlength="30" type="text"><br>
			            <span class="requiredField">*</span>
      		                    <label for="postCode">Post Code</label>
			            <input class="text postcode"  name="postCode" id="postCode"  maxlength="4" type="text"><br/>
			            <span class="requiredField">*</span>
			            <label for="emailAddress">Email</label>
                                    <input class="text"  name="emailAddress" id="emailAddress"  maxlength="255" type="text"><br>
								<label for="PROF">What is your Profession?</label>
								<select onchange="SelectOther('PROF','mProf','Other','ProfOther');"  name="PROF" id="PROF" >
<option value="">Please select a profession</option>
<option value="DOMESTIC">Domestic Duties</option>
<option value="FARMER">Farmer</option>
<option value="ADMIN">Office/Admin</option>
<option value="PROFESS">Professional</option>
<option value="COWBOY">Professional Cowboy</option>
<option value="COWGIRL">Professional Cowgirl</option>
<option value="RETAIL">Retail</option>
<option value="RETIRED">Retired</option>
<option value="STOCKMAN">Stockman</option>
<option value="STUDENT">Student</option>
<option value="TRADE">Tradesperson</option>
<option value="Other">Other</option>
</select>
								    <label id="ProfOther" for="mProf" style="display:none">Profession not listed above then please specify</label>
                                                                   <input class="text"  name="mProf" id="mProf"  style="display:none" type="text">
                                                                <br>
								<label for="PAA">Primary Activity associated with apparel?</label>
								<select  name="PAA" id="PAA" >
<option value="">Please select one here</option>
<option value="AGRI">Agriculture</option>
<option value="CASUAL">Casual Wear</option>
<option value="HORSE">Horse Riding</option>
<option value="MUSTERING">Mustering</option>
<option value="RODEO">Rodeo</option>
<option value="WORKWEAR">Work Wear</option>
<option value="OTHER">Other</option>
<option value="Other">Other</option>
</select>
<br/>								<label for="age">Age Group</label>
								<select  name="Age" id="Age" >
<option value="">Please select one</option>
<option value="15-18">15-18</option>
<option value="19-24">19-24</option>
<option value="25-30">25-30</option>
<option value="31-40">31-40</option>
<option value="41-50">41-50</option>
<option value="51-60">51-60</option>
<option value="60+">60+</option>
</select>
<br/>                                    <input  name="ReceiveMail" id="ReceiveMail"  onchange="assignCheckBox(this)" style="float:left" type="checkbox" value="off">
                                    <div style="padding-left:4px">
                                    I'd like to receive the Wrangler newsletter and promotional notifications from time to time.
                                    </div>
                                    <div class="clear"></div>
                                    <input class="button medium" style="margin-top:5px;" type="submit" value="Submit">
                            </fieldset>
                         </div>
                        <div id="leftText" class="joinusright" >
                         <img src="http://wrangler.oslcdn.com.au/images/joinus.jpg" title = "Join Wrangler" />
                        </div>
                         </form>
                         <script type="text/javascript">
$(document).ready(function() {
   SelectOther('PROF','mProf','Other','ProfOther');
});
</script>
                    </div>
<! -- Include:inc.sidebar -->
<div id="sideBar" >
<ul id='brandMenu'>
<li><div class="BrandLogo " id="BrandMenuSHOPNOW"><a  target="_blank" href="http://www.thomascook.com.au/wrangler"><img alt="Shop Now" title="Shop Now" src= "http://wrangler.oslcdn.com.au/images/brand.shopnow.jpg" /></a></div></li>
<li><div class="BrandLogo " id="BrandMenuLATEST">
<img id="imgBrandMenuLATEST" alt="Lastest Range" title="Lastest Range" src= "http://wrangler.oslcdn.com.au/images/brand.latest.jpg" /></div></li>
<li><div class="BrandLogo " id="BrandMenuBOOTYUP"><a href="http://www.wrangler-western.co.nz/index.wsc/wrangler?page=BOOTYUP&brand=BOOTYUP"><img alt="Booty Up" title="Booty Up" src= "http://wrangler.oslcdn.com.au/images/brand.bootyup.jpg" /></a></div></li>
<li><div class="BrandLogo " id="BrandMenuQBABY"><a href="http://www.wrangler-western.co.nz/index.wsc/wrangler?page=QBABY&brand=QBABY"><img alt="Q Baby" title="Q Baby" src= "http://wrangler.oslcdn.com.au/images/brand.qbaby.jpg" /></a></div></li>
<li><div class="BrandLogo " id="BrandMenuTOUGHE"><a href="http://www.wrangler-western.co.nz/index.wsc/wrangler?page=TOUGHE&brand=TOUGHE"><img alt="Tough Enough To Wear Pink" title="Tough Enough To Wear Pink" src= "http://wrangler.oslcdn.com.au/images/brand.toughe.jpg" /></a></div></li>
<li><div class="BrandLogo " id="BrandMenuDENIM">
<img id="imgBrandMenuDENIM" alt="Wrangler Denim" title="Wrangler Denim" src= "http://wrangler.oslcdn.com.au/images/brand.denim.jpg" /></div></li>
<li><div class="BrandLogo " id="BrandMenuTEAM"><a href="http://www.wrangler-western.co.nz/index.wsc/wrangler?page=TEAM&brand=TEAM"><img alt="Team Wrangler" title="Team Wrangler" src= "http://wrangler.oslcdn.com.au/images/brand.team.jpg" /></a></div></li>
<li><div class="BrandLogo " id="BrandMenuABOUT"><a href="http://www.wrangler-western.co.nz/index.wsc/wrangler?page=ABOUT&brand=ABOUT"><img alt="About Us" title="About Us" src= "http://wrangler.oslcdn.com.au/images/brand.about.jpg" /></a></div></li>
<li><div class="BrandLogo " id="BrandMenuFACEBOOK"><a  target="_blank" href="http://www.facebook.com/pages/Wrangler-Western-Australia/197712428623"><img alt="Facebook" title="Facebook" src= "http://wrangler.oslcdn.com.au/images/brand.facebook.jpg" /></a></div></li>
</ul>
<div id="MegaMenuLATEST" class="megamenu">
<table><tr><td><div class="column"><h3>Mens</h3><ul>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=SHIR&cate=MENS ">Shirts</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=TOPS&cate=MENS ">Tops</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=RUGB&cate=MENS ">Rugbys</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=JACK&cate=MENS ">Jackets/Vests</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=ACCE&cate=MENS ">Accessories</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=BAGWALLET&cate=MENS ">Bags/Wallets</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=BELT&cate=MENS ">Belts/Buckles</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=CAPS&cate=MENS ">Caps/Hats</a></li>
</ul></div>
<div class="column"><h3>Womens</h3><ul>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=SHIR&cate=WOMENS ">Shirts</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=TOPS&cate=WOMENS ">Tops</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=RUGB&cate=WOMENS ">Rugbys</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=JACK&cate=WOMENS ">Jackets/Vests</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=PANT&cate=WOMENS ">Pants</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=ACCE&cate=WOMENS ">Accessories</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=BAGWALLET&cate=WOMENS ">Bags/Wallets</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=BELT&cate=WOMENS ">Belts/Buckles</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=CAPS&cate=WOMENS ">Caps/Hats</a></li>
</ul></div>
</td></tr><tr><td><div class="column"><h3>Boys</h3><ul>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=SHIR&cate=BOYS ">Shirts</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=RUGB&cate=BOYS ">Rugbys</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=JACK&cate=BOYS ">Jackets/Vests</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=BELT&cate=BOYS ">Belts/Buckles</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=CAPS&cate=BOYS ">Caps/Hats</a></li>
</ul></div>
<div class="column"><h3>Girls</h3><ul>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=SHIR&cate=GIRLS ">Shirts</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=TOPS&cate=GIRLS ">Tops</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=RUGB&cate=GIRLS ">Rugbys</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=JACK&cate=GIRLS ">Jackets/Vests</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=BELT&cate=GIRLS ">Belts/Buckles</a></li>
<li><a href="wrangler?page=Viewproduct&brand=LATEST&grp=CAPS&cate=GIRLS ">Caps/Hats</a></li>
</ul></div>
</td></tr></table></div>
<script type="text/javascript">
jkmegamenu.definemenu("imgBrandMenuLATEST", "MegaMenuLATEST", "mouseover");
</script>
<div id="MegaMenuDENIM" class="megamenu">
<table><tr><td><div class="column"><h3>Product Range</h3><ul>
<li><a href="wrangler?page=Viewproduct&brand=DENIM&grp=Childrens&cate=Range ">Childrens</a></li>
<li><a href="wrangler?page=Viewproduct&brand=DENIM&grp=Mens&cate=Range ">Mens</a></li>
<li><a href="wrangler?page=Viewproduct&brand=DENIM&grp=womens&cate=Range ">Womens</a></li>
</ul></div>
</td></tr></table></div>
<script type="text/javascript">
jkmegamenu.definemenu("imgBrandMenuDENIM", "MegaMenuDENIM", "mouseover");
</script>
</div>
		</div>
        </div>
		<div id="footer">
<! -- Include:inc.footer -->
<script type="text/javascript">
$(document).ready(function() {
    ddsmoothmenu.init({
	mainmenuid: "smoothmenu1", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to menu's outer DIV
	//customtheme: ["#1c5a80", "#18374a"],
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
    });
 });
</script>
		</div>
<! -- Include:inc.google -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
loc="";
try {
var loc = window.location;
var loc = loc.toString();
var ipos = loc.indexOf(".com.au");
if (ipos != "-1") {
    var pageTracker = _gat._getTracker("UA-4981922-18");
} else {
    var pageTracker = _gat._getTracker("UA-4981922-16");
}
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
