  


<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Consumer Survey - We Want Your Opinion!</title>
    <meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE">
	<link rel="stylesheet" href="css/sur-style-v7.css" type="text/css" />	


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-64362307-1', 'auto');
  ga('send', 'pageview');

</script>


<script type="text/javascript" src="msgbox-v7.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.msgbox.css" />
<!-- <link rel="shortcut icon" href="index_files/favicon.ico" /> -->


	<script language="JavaScript" type="text/javascript">	
	var TimeToFade = 600.0;
 
	function fade(eid)
	 {
	   var element = document.getElementById(eid);
	   if(element == null)
		 return;
		
	   if(element.FadeState == null)
	   {
		 if(element.style.opacity == null 
			|| element.style.opacity == '' 
			|| element.style.opacity == '1')
		 {
		   element.FadeState = 2;
		 }
		 else
		 {
		   element.FadeState = -2;
		 }
	   }
		 
	  if(element.FadeState == 1 || element.FadeState == -1)
	   {
		 element.FadeState = element.FadeState == 1 ? -1 : 1;
		 element.FadeTimeLeft = TimeToFade - element.FadeTimeLeft;
	   }
	   else
	   {
		 element.FadeState = element.FadeState == 2 ? -1 : 1;
		 element.FadeTimeLeft = TimeToFade;
		 setTimeout("animateFade(" + new Date().getTime() + ",'" + eid + "')", 33);
	   }  
	 }
	 
	 function animateFade(lastTick, eid)
	 {  
	   var curTick = new Date().getTime();
	   var elapsedTicks = curTick - lastTick;
	   
	  var element = document.getElementById(eid);
	  
	   if(element.FadeTimeLeft <= elapsedTicks)
	   {
		 element.style.opacity = element.FadeState == 1 ? '1' : '0';
		 element.style.filter = 'alpha(opacity = ' 
			+ (element.FadeState == 1 ? '100' : '0') + ')';
		 element.FadeState = element.FadeState == 1 ? 2 : -2;
		 return;
	   }
	  
	   element.FadeTimeLeft -= elapsedTicks;
	   var newOpVal = element.FadeTimeLeft/TimeToFade;
	   if(element.FadeState == 1)
		 newOpVal = 1 - newOpVal;
	 
	  element.style.opacity = newOpVal;
	   element.style.filter = 'alpha(opacity = ' + (newOpVal*100) + ')';
	   
	  setTimeout("animateFade(" + curTick + ",'" + eid + "')", 33);
	 }
	 
	// Hide content 
	function hideContent(id) {
		// DOM3 = IE5, NS6
		if (document.getElementById) { 
			document.getElementById(id).style.display = 'none';
		} else {
			// Netscape 4
			if (document.layers) { 
				document.id.display = 'none';
			// IE 4
			} else { 
				document.all.id.style.display = 'none';
			}
		}
	}

	// Show content 
	function showContent(id) {
		// DOM3 = IE5, NS6
		if (document.getElementById) { 
			document.getElementById(id).style.display = 'block';
		} else {
			// Netscape 4
			if (document.layers) {
				document.id.display = 'block';
			// IE 4
			} else { 
				document.all.id.style.display = 'block';
			}
		}
	}	 
	
	function goToQ2() {
		fade('q1');
		setTimeout("hideContent('q1')",TimeToFade);
		setTimeout("showContent('q2')",TimeToFade);
		setTimeout("fade('q2')",TimeToFade);
	}
	function goToQ3() {
		fade('q2');
		setTimeout("hideContent('q2')",TimeToFade);
		setTimeout("showContent('q3')",TimeToFade);
		setTimeout("fade('q3')",TimeToFade);
	}	
	function goToQ4() {
		fade('q3');
		setTimeout("hideContent('q3')",TimeToFade);
		setTimeout("showContent('q4')",TimeToFade);
		setTimeout("fade('q4')",TimeToFade);
	}	

	function goToQ5() {
		fade('q4');
		setTimeout("hideContent('q4')",TimeToFade);
		setTimeout("showContent('q5')",TimeToFade);
		setTimeout("fade('q5')",TimeToFade);
	}	

	function goToQ6() {
		fade('q5');
		setTimeout("hideContent('q5')",TimeToFade);
		setTimeout("showContent('q6')",TimeToFade);
		setTimeout("fade('q6')",TimeToFade);
	}	

	
	function getScore() {
		fade('q6');
		setTimeout("hideContent('q6')",TimeToFade);
		setTimeout("showContent('loading')",TimeToFade);
		setTimeout("fade('loading')",TimeToFade);
		setTimeout("fade('loading')",4000);
		setTimeout("hideContent('loading')",4000);	
		setTimeout("click()",4000);		
		//setTimeout("showContent('score')",4000);		
		//setTimeout("fade('score')",4000);		
	}		

	function click()
	{
	  window.onbeforeunload = null;
	  document.form.submit();
	}
	</script>		
</head>
<body>


<div id="content">

	<div class="messagetop" style="font-weight: bold; margin-top: 20px;">Online Consumer Survey - <SCRIPT LANGUAGE="Javascript">
var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"); var monthNames = new Array("January","February","March","April","May","June","July","August","September","October","November","December"); var now = new Date(); document.write(monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear());


</script></div>
	<div class="messageb">
				<hr />
		<table width="100%" cellspacing="0" cellpadding="5" border="0">
		<tr>
			<td valign="top" width="70"><img src="girl4.jpg" height=120 width=95 /></td>
			<td valign="top">
				Thank you for taking part in our online consumer survey. Our aim is to improve the services we provide to our customers. 
				<p>Please complete the 30-second survey to earn your <strong>exclusive reward worth more than $50</strong>.</p>
				<p>Want to know what this week's rewards are? To find out complete the survey!</p>
			</td>
		</tr>
		</table>

		<div style="text-align: center; width: 700px; margin-left: auto; margin-right: auto; border: solid 5px #f5f5f5; margin-top: 10px; margin-bottom: 10px;">
			<div id="q1" style="padding: 10px; text-align: center; margin-left: auto; margin-right:auto;">
				<p><strong>Question: 1 of 6</strong></p>
				What is your gender?
				<hr />
				<div align="center" style="padding-top: 10px; padding-bottom: 15px;">
				<table cellpadding="0" cellspacing="3" border="0">
					<tr><td><input type="radio" name="q1" id="1b" value="1b" onclick="goToQ2();"></td><td align="left">Male</td></tr>
					<tr><td><input type="radio" name="q1" id="1c" value="1c" onclick="goToQ2();"></td><td align="left">Female</td></tr>
				</table>
				</div>
				<!-- <form><input type="button" onclick="goToQ2();" value="Continue" /></form> -->
                <form>
				
				</form>
			</div>
			<!-- PHP CODE GOES HERE -->
            
					<div id="q2" style="padding: 10px; text-align: center; margin-left: auto; margin-right:auto; display: none; opacity: 0;">
						<p><strong>Question: 2 of 6</strong></p>
						Do you or does any member of your household work in any of these occupations?
						<hr />
						<div align="center" style="padding-top: 10px; padding-bottom: 15px;">
				        <table cellpadding="0" cellspacing="3" border="0">
						<!-- HERE GOES THE ANSWERS -->
						
					<tr><td><input name="2887" value="2887-14712-1" type="radio" onclick="goToQ3();"></td><td align="left">Advertising</td></tr>
					
					<tr><td><input name="2887" value="2887-14712-2" type="radio" onclick="goToQ3();"></td><td align="left">Market Research</td></tr>

					<tr><td><input name="2887" value="2887-14712-3" type="radio" onclick="goToQ3();"></td><td align="left">Journalism</td></tr>

					<tr><td><input name="2887" value="2887-14712-4" type="radio" onclick="goToQ3();"></td><td align="left">Public Relations</td></tr>

					<tr><td><input name="2887" value="2887-14712-5" type="radio" onclick="goToQ3();"></td><td align="left">None of these</td></tr>
					
						</table></div>
						<form>
						</form>
						</div>

					<div id="q3" style="padding: 10px; text-align: center; margin-left: auto; margin-right:auto; display: none; opacity: 0;">
						<p><strong>Question: 3 of 6</strong></p>
						What is your age?
						<hr />
						<div align="center" style="padding-top: 10px; padding-bottom: 15px;">
				        <table cellpadding="0" cellspacing="3" border="0">
						<!-- HERE GOES THE ANSWERS -->
						
					<tr><td><input name="2887" value="2887-14713-1" type="radio" onclick="goToQ4();"></td><td align="left">18-29 years old</td></tr>
					
					<tr><td><input name="2887" value="2887-14713-2" type="radio" onclick="goToQ4();"></td><td align="left">30-49 years old</td></tr>

					<tr><td><input name="2887" value="2887-14713-3" type="radio" onclick="goToQ4();"></td><td align="left">50-64 years old</td></tr>

					<tr><td><input name="2887" value="2887-14713-4" type="radio" onclick="goToQ4();"></td><td align="left">65 years and over</td></tr>

					<tr><td><input name="2887" value="2887-14712-5" type="radio" onclick="goToQ4();"></td><td align="left">Do not wish to answer</td></tr>
					
						</table></div>
						<form></form>
						</div>
			
					<div id="q4" style="padding: 10px; text-align: center; margin-left: auto; margin-right:auto; display: none; opacity: 0;">
						<p><strong>Question: 4 of 6</strong></p>
						Do you ever watch YouTube videos on your mobile phone?
						<hr />
						<div align="center" style="padding-top: 10px; padding-bottom: 15px;">
				        <table cellpadding="0" cellspacing="3" border="0">
						<!-- HERE GOES THE ANSWERS -->
						
					<tr><td><input name="2887" value="2887-14711" type="radio" onclick="goToQ5();"></td><td align="left">Yes</td></tr>
					
					<tr><td><input name="2887" value="2887-14712" type="radio" onclick="goToQ5();"></td><td align="left">No</td></tr>
					
						</table></div>
						<form></form>
						</div>
			
					<div id="q5" style="padding: 10px; text-align: center; margin-left: auto; margin-right:auto; display: none; opacity: 0;">
						<p><strong>Question: 5 of 6</strong></p>
						Have you got a YouTube account?
						<hr />
						<div align="center" style="padding-top: 10px; padding-bottom: 15px;">
				        <table cellpadding="0" cellspacing="3" border="0">
						<!-- HERE GOES THE ANSWERS -->
						
					<tr><td><input name="2888" value="2888-14713" type="radio" onclick="goToQ6();"></td><td align="left">Yes</td></tr>
					
					<tr><td><input name="2888" value="2888-14714" type="radio" onclick="goToQ6();"></td><td align="left">No</td></tr>
					
						</table></div>
						<form></form>
						</div>
			
				<div id="q6" style="padding: 10px; text-align: center; margin-left: auto; margin-right:auto; display: none; opacity: 0;">
					<p><strong>Question: 6 of 6</strong></p>
					Last but not least, would you recommend YouTube to your friends and family?
					<hr />
					<div align="center" style="padding-top: 10px; padding-bottom: 15px;">
				        <table cellpadding="0" cellspacing="3" border="0">
					<!-- FINAL ANSWERS -->
					<tr><td><input name="2893" value="2893-14728" type="radio" onclick="getScore();"></td><td align="left">Yes, Absolutely!</td></tr>
					<tr><td><input name="2893" value="2893-14729" type="radio" onclick="getScore();"></td><td align="left">Yes, Probably</td></tr>
					<tr><td><input name="2893" value="2893-14730" type="radio" onclick="getScore();"></td><td align="left">Maybe, I'm Undecided</td></tr>
					<tr><td><input name="2893" value="2893-14731" type="radio" onclick="getScore();"></td><td align="left">No, Probably Not</td></tr>
					<tr><td><input name="2893" value="2893-14732" type="radio" onclick="getScore();"></td><td align="left">No, Absolutely Not!</td></tr>
					</table></div>
					<form></form></div>            
			<div id="loading" style="padding: 30px 0px 30px 0px; text-align: center; margin-left: auto; margin-right:auto; display: none; opacity: 0;">				
				<img src="loading-v7.gif" /><br ><br >Submitting answers...
			</div>							
		</div>
	</div>


	<form name="form" action="gift_claim.php" method="get"> 
    <input type="hidden" name="kw" value="" />
    <input type="hidden" name="c1" value="" />
    <input type="hidden" name="c2" value="7" />		
	</form> 



	<div id="bottom">
		<br /><br /><br /><br /><br />
        <img src="foot_secure.png" width="44" height="44" /> 
		<img src="foot_guarantee.png" width="44" height="44" />
        <br /><br />
		<span>&copy;2014 - 2015  All Rights Reserved.</span>
		<br /><br />

		<div align="left" style="font-size: 11px;">
		THIS IS AN INDEPENDENT SURVEY and it is an Advertisement. Your privacy is important to us. We do not collect your personal information in this questionnaire. Please review our Privacy Policy and Terms.This website is not affiliated with or endorsed by YouTube and does not claim to represent or own any of the trademarks, tradenames or rights associated with any of the products which are the property of their respective owners who do not own, endorse, or promote name mainsurveylistings.com. All images on name mainsurveylistings.com are readily available in various places on the Internet and believed to be in public domain according to the U.S. Copyright Fair Use Act (title 17, U.S. Code).  *Free trial offers offered on the last page require shipping and handling fees. See manufacturer's site for details as terms vary with offers. This website receives compensation for purchase of products featured. Products have important terms and conditions, please read all products terms and conditions before ordering any product. See important terms and conditions regarding this survey, site and advertisement <a href="tc.html" rel="nofollow" onClick="window.open('tc.html', 'Terms','width=550,height=500,scrollbars=yes,resizable=yes'); return false;">here.</a><br />
		</div>

	</div>

</div>
        

<script type='text/javascript'>
				$(window).load(function() {
					$.msgbox('<strong>Congratulations YouTube Visitor!</strong><br /><br /> You have been selected to participate in an anonymous survey about your experiences with <b>YouTube</b>. <br /><br />At the end of the short 30-second survey, you will be offered an exclusive reward <strong>(worth at least $50)</strong> for providing us with valuable consumer data.');
				});
			</script>

<script type="text/javascript">
var message="Sorry, right-click has been disabled";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
</script>



<script>
	(function(d, s) {
		var js, upxf = d.getElementsByTagName(s)[0], load = function(url, id) {
			if (d.getElementById(id)) {return;}
			if202 = d.createElement("script");if202.src = url;if202.async = true;if202.id = id;
			upxf.parentNode.insertBefore(if202, upxf);
		};
	}(document, "script"));
	</script>
    
   
</body>
</html>