<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Contact</title>
    <link rel="alternate" type="text/html" href="http://www.allplaydance.co.uk/contact/" />
    <link rel="self" type="application/atom+xml" href="http://www.allplaydance.co.uk/contact/atom.xml" />
    <id>tag:www.allplaydance.co.uk,2008-12-25:/contact//17</id>
    <updated>2009-10-05T14:00:10Z</updated>
    <subtitle>contact the company and promoter info</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.261</generator>

<entry>
    <title>Contact All Play</title>
    <link rel="alternate" type="text/html" href="http://www.allplaydance.co.uk/contact/contact_all_play.php" />
    <id>tag:www.allplaydance.co.uk,2009:/contact//17.109</id>

    <published>2009-01-06T16:19:21Z</published>
    <updated>2009-10-05T14:00:10Z</updated>

    <summary>Contacting us could not be easier. Either send us an email or just fill out the form below and push the button! Told you it was easy. If you need print quality images or our technical touring information then click...</summary>
    <author>
        <name>Vanessa</name>
        <uri>http://www.allplaydance.co.uk</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.allplaydance.co.uk/contact/">
        <![CDATA[<p>Contacting us could not be easier. Either send us an email or just fill out the form below and push the button! Told you it was easy. If you need print quality images or our technical touring information then click on either of the links below the contact form.</p>

<h3>tel: +44 (0)773 784 8096</h3>
<h3>info@allplaydance.co.uk</h3>

<div style="padding: 20px; background:#f8f8f8;">
<style type="text/css">
span.wsp_required {
  color: #CC0033;
  font-size: 14px;
}
img.cal_ico {
  border:0px;
  cursor:pointer;
  padding-left:3px;
  vertical-align:-0.2em !important;
  vertical-align:baseline;
}
</style>
<link rel="stylesheet" type="text/css" href="http://webspamprotect.com/wspform.css" />

<form method="post" onsubmit="return WSPValidateForm(this)" action="http://webspamprotect.com/wspform.php" name="wsp_form_831">
<input type="hidden" name="id" value="831" />
<input type="hidden" name="wspid" value="831" />
<table width="100%" cellspacing="0" cellpadding="5">
<tr>
  <td valign="top" width="400">Your Name <span class="wsp_required">*</span></td>
  <td valign="top"><input type="text" name="fld1" value="" style="width:300px; border:1px solid #f2f2f2; padding:5px;" /></td>
</tr>
<tr>
  <td valign="top" width="400">Your Email <span class="wsp_required">*</span></td>
  <td valign="top"><input type="text" name="fld2" value="" style="width:300px; border:1px solid #f2f2f2; padding:5px;" /></td>
</tr>
<tr>
  <td valign="top" width="400">Telephone Number</td>
  <td valign="top"><input type="text" name="fld4" value="" style="width:300px; border:1px solid #f2f2f2; padding:5px;" /></td>
</tr>
<tr>
  <td valign="top" width="400">Your Message</td>
  <td valign="top"><textarea cols="30" rows="6" name="fld5" style="width:300px; border:1px solid #f2f2f2; padding:5px;"></textarea></td>
</tr>
<tr>
  <td></td>
  <td valign="middle" width="400"><script type="text/javascript" src="http://webspamprotect.com/form_captcha.php?id=831"></script></td>
</tr>
<tr>
  <td valign="middle" width="400">Please type the code shown in the image: <span class="wsp_required">*</span></td>
  <td valign="middle"><input type="text" name="wsp_code" style="width:300px; border:1px solid #f2f2f2; padding:5px;" /></td>
</tr>
<tr><td colspan="2"></td></tr>
<tr>
  <td valign="top" width="400"></td>
  <td valign="top"><input type="submit" name="submit" value="Submit" />
</td>
</tr>
<tr>
  <td><div class="wsp_form"><input type="text" name="email" value="" /></div></td>
  <td><div class="wsp_form"><textarea cols="0" rows="0" name="message"></textarea></div></td>
</tr>
</table>
<script type="text/javascript"><!--
function WSPValidateForm(wspform) {
var i=0;
var validCheckbox=false;
var validRadio=false;
var validMultSelect=false;
var validateEmail = function (email) {
    var emailUser = /^\"?[\w-_\.]*\"?$/;
    var emailDomain = /^[\w-\.]*\.[A-Za-z]{2,4}$/;
    var emailIPAddr = /^\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]$/;
    var emailParts = email.match("^(.+)@(.+)$");
    if (emailParts == null) return false;
    if (emailParts[1] != null ) {
        if (emailParts[1].match(emailUser) == null) return false;
    }
    if (emailParts[2] != null ) {
        if (emailParts[2].match(emailDomain) == null) {
            if (emailParts[2].match(emailIPAddr) == null) return false;
        }
        return true;
    }
    return false;
}
if (wspform.fld1.value == "") {
    alert("Please enter a value for the \"Your Name\" field.");
    wspform.fld1.focus();
    return (false);
}
if ((wspform.fld1.value != "") && (wspform.fld1.value.search(/[^a-zA-Z]/) >= 0)) {
    alert("Please enter a valid value for the \"Your Name\" field. This field cannot contain non-alphabetic characters.");
    wspform.fld1.focus();
    return (false);
}
if (wspform.fld2.value == "") {
    alert("Please enter a value for the \"Your Email\" field.");
    wspform.fld2.focus();
    return (false);
}
if ((wspform.fld2.value != "") && (!validateEmail(wspform.fld2.value))) {
    alert("Please enter a valid email address for the \"Your Email\" field.");
    wspform.fld2.focus();
    return (false);
}
if (wspform.wsp_code.value == "") {
    alert("Please type the code shown in the image.");
    wspform.wsp_code.focus();
    return (false);
}
}
//--></script>

</form>

<p><script type="text/javascript"><!--<br />
var wsp_script = document.createElement('script');<br />
wsp_script.type = 'text/javascript';<br />
wsp_script.src = 'http://webspamprotect.com/wspformjs.php?id=831&amp;v='+(new Date()).getTime();<br />
document.getElementsByTagName('head')[0].appendChild(wsp_script);<br />
//--></script></div></p>

<ul id="navlist2">	
<li><a href="../documents/photosAPsummer.zip"><span class="title">Outdoor Print Images for 'Push'</span>
					<span class="description">'Push' Outdoor Promotional Images (this link will trigger a download to your computer)</span>
					<span class="date">Updated: 5 October 2009</span></a>
				</li>		
<li><a href="../documents/push_photos.zip"><span class="title">Print Images for 'Push'</span>
					<span class="description">'Push' is the company's brand new work and will be completed in the spring. (this link will trigger a download to your computer)</span>
					<span class="date">Updated: 4 April 2009</span></a>
				</li>								
<li><a href="../documents/allplay_pressimages.zip"><span class="title">Print Images for 'It's Rude to Point</span>
					<span class="description">It's rude to point was the company's first work (this link will trigger a download to your computer)</span>
					<span class="date">Updated: 5 January 2009</span></a>
				</li>		
				<li>	
					<a href="../documents/allplay_technicalinfo.pdf"><span class="title">It's Rude to Point Technical Requirements</span>
					<span class="description">PDF document containing all the information you need for 'It's Rude To Point'</span>
					<span class="date">Updated: 6 November 2008</span></a>
				</li>							
		    </ul>]]>
        
    </content>
</entry>

</feed>

