<!DOCTYPE html> 
<html>
<head>
<title>Proud Employers | An inclusive jobs board - Webmaster Job Feeds</title>
<meta name="keywords" content="proud employers, LGBT Inclusive jobs, gay friendly employers"/>
<meta name="description" content="Use the Proud Employers jobs board to attract talented people who care about inclusion or find jobs with workplaces who value equality."/>
<meta name="robots" content="index,follow"/>
<meta name="Author" content="Proud Employers"/>
<meta name="google-site-verification" content="" />
<meta name="y_key" content="" />
<meta name="msvalidate.01" content="" />
<Base href="https://www.proudemployers.org.uk/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://www.proudemployers.org.uk/pr_favicon.ico"/> 
<link rel="icon" href="https://www.proudemployers.org.uk/favicon.ico"/> 
<!-- OG Set -->
<meta property="og:site_name" content="Proud Employers" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
	<meta property="og:title" content="Proud Employers | An inclusive jobs board - Webmaster Job Feeds" />
	<meta property="og:description" content="Use the Proud Employers jobs board to attract talented people who care about inclusion or find jobs with workplaces who value equality." />
	<meta property="og:image" content="https://www.proudemployers.org.uk/gfx/social_logo.jpg" />
	<meta property="og:image:width" content="400"/>
	<meta property="og:image:height" content="400" />
<meta property="og:url" content="https://www.proudemployers.org.uk" />
<!-- \\OG Set -->


<link href="https://www.proudemployers.org.uk/include/styles/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.proudemployers.org.uk/include/js/css/custom-theme/jquery-ui-1.10.2.custom.css" type="text/css" />
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.proudemployers.org.uk/include/styles/styles.css" type="text/css" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">

<style type="text/css" media="screen">
	@import url(include/styles/uiOverrides.css);
</style>



<link rel="stylesheet" href="https://www.proudemployers.org.uk/include/styles/jqueryScrollers.css" type="text/css" />
<link rel="stylesheet" href="https://www.proudemployers.org.uk/include/styles/joboftheweekScroller.css" type="text/css" />


<link rel="stylesheet" href="https://www.proudemployers.org.uk/include/styles/searchManagerLinks.css" type="text/css" />

<link rel="stylesheet" href="https://www.proudemployers.org.uk/include/styles/media.css" type="text/css" />
<link rel="stylesheet" href="https://www.proudemployers.org.uk/include/styles/newForms.css" type="text/css" />

<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/prototypezod.min.js"></script>
<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/ajaxUpload.min.js"></script>	
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://www.proudemployers.org.uk/include/js/bootstrap.min.js"></script>
<script>
	if (!window.jQuery) {
	    document.write('<script src="https://www.proudemployers.org.uk/include/js/jquery/jquery-1.9.1.js"><\/script>');
	}
	
	//Allow jquery and prototype to function side by side
	var $j = jQuery.noConflict();
	var _baseURL = 'https://www.proudemployers.org.uk';
</script>



<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/jquery/plugins/jquery.alsEN-1.3.js"></script>
<link rel="stylesheet" href="https://use.typekit.net/uua5pbl.css">
<style type="text/css">
	
    @font-face {
     font-family: 'StonewallVoiceStonewallProud';
      src: url('https://www.proudemployers.org.uk/include/fonts/StonewallVoiceStonewallProud-6caa44d2-75b3-4c10-997d-8eb8fc0a85af.otf_v.otf') format('truetype');
    }
</style>


<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/jquery/plugins/zod.jquery.scrollers.min.js"></script>
<script>
function validateFileUploadSize(inputID,maxFileSize){
	var documentFileSize;
	var returnVal = true;
	if(typeof maxFileSize == 'undefined') {
		maxFileSize = 2000;
	}
	
	//check file size
	if (window.FileReader) {
		if ($j('#' + inputID)[0].files[0]){
			documentFileSize = $j('#' + inputID)[0].files[0].size/1024;
			if(documentFileSize > maxFileSize){
				returnVal = false;
			}
		}
	}
	
	return returnVal
}

function validateVideoFileUploadSize(inputID,maxFileSize){
	var documentFileSize;
	var returnVal = true;
	if(typeof maxFileSize == 'undefined') {
		maxFileSize = 102400;
	}
	
	//check file size
	if (window.FileReader) {
		if ($j('#' + inputID)[0].files[0]){
			documentFileSize = $j('#' + inputID)[0].files[0].size/1024;
			if(documentFileSize > maxFileSize){
				returnVal = false;
			}
		}
	}
	
	return returnVal
}


function validateFileUploadType(inputID){
	var fileName = $j('#' +inputID).val();
	var fileExt;
	var validFileExt=["doc","docx","pdf","rtf","odt","GDOC"];
	var returnVal = false;
	
	if(fileName == '') {
		fileExt = '';
	} else {
		fileExt = fileName.substring(fileName.lastIndexOf('.') + 1).toLowerCase();
	}
	
	//check file ext
	for (var i=0; i<validFileExt.length; i++) {
    if (fileExt == validFileExt[i]){
    	returnVal = true;
    }
	}
	
	return returnVal
}
</script>


<script>

var directories = new Array();

		directories[1] = 'jobs';

		directories[2] = 'courses';



//Used to allow xhtml-strict doctype
$j(document).ready(function(){
	
	$j('#looking_advertise').click(function(){
		var destUrl = $j(this).attr("url");
		window.location = destUrl;
	});
	
	// - initStickyDropDown('<dropdown target element ID>','<hover handler element>');
	initStickyDropDown('pop_out_shortlist','viewShortlistLink');
	initBanners();
	updateShortList();
	
	$j('.tab_title').click(function(e){
			e.preventDefault();
			var contentToShow = $j(e.target).attr("rel");
		  var clicked = $j(e.target);
		  $j('.tab_title').each(function(r){
		    $j(this).removeClass('tabButtonOn').addClass('tabButtonOff'); 
			})
			clicked.removeClass('tabButtonOff').addClass('tabButtonOn'); 
			$j('.tab_content').hide();
			$j('#'+contentToShow).show();
	});
	
	
	
	$j('#datepicker').datepicker({ 
		dateFormat: 'dd/mm/yy',
		changeYear: false
	});
	$j('#datepicker2').datepicker({ 
		dateFormat: 'dd/mm/yy',
		changeYear: false 
	});
	
	$j('#d_datepickerExpiryVacs').datepicker({ 
		dateFormat: 'dd/mm/yy',
		changeYear: false,
		minDate: "-0D",
		maxDate: "+45D"
	});
	
	
	
	
	
	$j("#modal-launcher, #modal-background").click(function () {
		$j("#modal-content,#modal-background").toggleClass("active");
		if($j("#modal-content").hasClass("active")){
			$j('html, body').animate({scrollTop : 0},800);
			return false;
		}
	});

	
	
	
	
	$j('#menu_button_control').click(function () {
	  if($j('#site_rightCol').is(":visible")){
	  	$j('#site_rightCol,#site_leftCol').hide();
	  	$j('#site_contentCol').css("width","100%");
	  }else{
	  	$j('#site_rightCol,#site_leftCol').show();
	  	$j('#site_contentCol').css("width","650px");
	  }
	});
	
	
	
});





function makeFavouriteResult(id) {
	var url =_baseURL + '/candidate/makeFavourite.asp';	
	var d = new Date();
	var time = d.getTime(); 
	document.getElementById('fav_can'+id).l_canID.value = id;
	var pars = getFormValues(document.getElementById('fav_can'+id), "") + '&prevent_cache=' + time;

	var myAjax = new Ajax.Request( url, {method: 'get', parameters: pars, onComplete: showResponse} );
	var responseData = '';
	function showResponse (originalRequest) {
		responseData = originalRequest.responseText;
		
		if(responseData!='') {
			if (responseData == 'Successful') {
				
			}else if (responseData == 'Removed') {
			
			}
			
			var favURL = document.getElementById('favLink'+id);
			
			if(responseData == 'Successful'){
				favURL.innerHTML = 'Remove From Shortlist';
			}else{
				favURL.innerHTML = 'Shortlist';
			}
			if($('plg_shortListCans') !== null){
			 updateShortlistCandidates();
			}
		}else{
			alert('Cannot add to favourites at this time');
		}
	}
}

</script>

	<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ENRZPEKLSK"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-ENRZPEKLSK');
</script>
<!--  google analytics end //-->
</head>
<body class="prof_theme_bkgBody sml_header">
	


	<div id="dialog-modal-JB" title="Basic modal dialog"></div>
<header>
	<div class="headerWrapper">
		<div class="headerTop">

		</div>
		
		<div class="headerBottom">
			<div class="" style="padding:0 15px;">
				<div class="row">
					<div id="logo" class="offset-1" style="float:left; margin-left: 4%;">
						<a href="https://www.proudemployers.org.uk" title="Proud Employers">
							<img src="https://www.proudemployers.org.uk/gfx/sec_logo.png" style="width: 100px;
    " class="img-responsive logo-img" title="Proud Employers" alt="Proud Employers">
						</a>
					</div>
					<div id="header-right"class="col-md-6 hidden-lg hidden-xl hidden-sm hidden-xs" style="padding-right:0px;">
						<div class="fullMainMenu">
							
<style type="text/css">
	@media (min-width: 992px){

.menuLink1:hover  #subMenu0 {
    display: block !important;
    visibility: visible !important;
    width: 260px;
    background: #10003E;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 15px;
    opacity: 90%;
}
}
</style>


<style type="text/css">
	@media (min-width: 992px){

.menuLink2:hover  #subMenu1 {
    display: block !important;
    visibility: visible !important;
    width: 260px;
    background: #10003E;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 15px;
    opacity: 90%;
}
}
</style>


<style type="text/css">
	@media (min-width: 992px){

.menuLink3:hover  #subMenu2 {
    display: block !important;
    visibility: visible !important;
    width: 260px;
    background: #10003E;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 15px;
    opacity: 90%;
}
}
</style>


<style type="text/css">
	@media (min-width: 992px){

.menuLink4:hover  #subMenu3 {
    display: block !important;
    visibility: visible !important;
    width: 260px;
    background: #10003E;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 15px;
    opacity: 90%;
}
}
</style>

<ul class='nav navbar-nav ' id='root'><li class='first navHolder menuLink1'>
<a  id='navHolderLink0' class='navHolderLink' href='https://www.proudemployers.org.uk/about-proud-employers' title='About Proud Employers' >
<div id='navHolder0' class='navHolder'><span class='menuText'>About Us</span></div>
</a>
</li><li class='navHolder menuLink2'>
<a  id='navHolderLink1' class='navHolderLink' href='/jobs/' title='Find LGBT-inclusive jobs at Proud Employers' >
<div id='navHolder1' class='navHolder'><span class='menuText'>Search Jobs</span></div>
</a>
</li><li class='navHolder navWithSubs dropdown menuLink3'>
<a  id='navHolderLink2' class='navHolderLink' href='https://www.proudemployers.org.uk/information-for-candidates' title='Featuring vacancies from Diversity Champions'  class='dropdown-toggle' >
<div id='navHolder2' class='navHolder'><span class='menuText'>Candidates</span></div>
</a>
<ul id='subMenu2' style='min-width: 100%; ' class='level2 dropdown-menu'><ul class='level2'><li class='first'><a onClick='Javascript: menuHighlight(2920);' href='https://www.proudemployers.org.uk/information-for-candidates' title='Work for an organisation that understands the value of its people' >Welcome</a></li><li><a onClick='Javascript: menuHighlight(2920);' href='candidate/register.asp' title='Register your details with Proud Employers' >Register</a></li><li class='last'><a onClick='Javascript: menuHighlight(2920);' href='candidate/logon.asp' title='Access your account here' >Log in</a></li></ul></ul></li><li class='last navHolder navWithSubs dropdown menuLink4'>
<a  id='navHolderLink3' class='navHolderLink' href='https://www.proudemployers.org.uk/looking-to-recruit' title='Recruit the best people across diverse talent pools'  class='dropdown-toggle' >
<div id='navHolder3' class='navHolder'><span class='menuText'>Employers</span></div>
</a>
<ul id='subMenu3' style='min-width: 100%; ' class='level2 dropdown-menu'><ul class='level2'><li class='first'><a onClick='Javascript: menuHighlight(3233);' href='https://www.proudemployers.org.uk/looking-to-recruit' title='Make sure your organisation is recognised as an employer of choice' >Welcome </a></li><li><a onClick='Javascript: menuHighlight(3233);' href='client/register.asp' title='Advertise your roles on Proud Employers' >Register</a></li><li class='last'><a onClick='Javascript: menuHighlight(3233);' href='logon/index.asp?cliLogin=1&redirect=' title='Employers login here' >Log in</a></li></ul></ul></li>
						</div>
					</div>
							<div class="col-md-4 hidden-lg hidden-xl hidden-sm hidden-xs" style="padding-left:0; padding-right: 0;">

						
							<style type="text/css">
							@media (min-width: 1220px) and (max-width: 1290px) {
	.some-width{
		font-size: 13px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1220px) {
	.menuText{
		font-size: 13.5px !important;
	}
	.some-width{
		font-size: 12.5px !important;
	}
}
								
							</style>
								<p style="margin-top: 30px; float: right;" class="top-btn">
									<a href="https://www.proudemployers.org.uk/candidate/register.asp" class="some-width" title="Register">Candidate Registration</a>
									&nbsp;
										<a href="https://www.proudemployers.org.uk/client/register.asp" class="some-width" title="Register">Employer Registration</a>
									&nbsp;
									<a href="https://www.proudemployers.org.uk/logon" class="some-width" title="Log In">Log In</a>
								</p>
							
						</div>
					<div id="mobileMenuBut" class="pull-right visible-xl hidden-md col-sm-6 col-xs-6">
						<button class="pull-right navbar-toggle" data-toggle="collapse" data-target=".mobileMenu">
							<div class="fltL text-bar" style="margin-top: -6px; margin-right: 10px;">Menu</div>
							<div class="fltR">
								<span class="icon-bar"></span>
								<span class="icon-bar"></span>
								<span class="icon-bar"></span>
							</div>
						</button>
					</div>
				</div>
			</div>
		</div>
	</div>




	<div id="mobileMenuHolder">
		<div class=" hidden-lg" id="mobileMenu">
			
			<div class="navbar-collapse navHeaderCollapse mobileMenu collapse" aria-expanded="false" style="display: none; height: 0px;">
				<div class="container">
					<ul class='nav navbar-nav ' id='root'><li class='first navHolder menuLink1'>
<a  id='navHolderLink0' class='navHolderLink' href='https://www.proudemployers.org.uk/about-proud-employers' title='About Proud Employers' >
<div id='navHolder0' class='navHolder'><span class='menuText'>About Us</span></div>
</a>
</li><li class='navHolder menuLink2'>
<a  id='navHolderLink1' class='navHolderLink' href='/jobs/' title='Find LGBT-inclusive jobs at Proud Employers' >
<div id='navHolder1' class='navHolder'><span class='menuText'>Search Jobs</span></div>
</a>
</li><li class='navHolder navWithSubs dropdown menuLink3'>
<a  id='navHolderLink2' class='navHolderLink' href='https://www.proudemployers.org.uk/information-for-candidates' title='Featuring vacancies from Diversity Champions'  class='dropdown-toggle' data-target='#mobileMenu #subMenu2' data-toggle='dropdown'>
<div id='navHolder2' class='navHolder'><span class='menuText'>Candidates</span></div>
</a>
<ul id='subMenu2' style='min-width: 100%; ' class='level2 dropdown-menu'><ul class='level2'><li class='first'><a onClick='Javascript: menuHighlight(2920);' href='https://www.proudemployers.org.uk/information-for-candidates' title='Work for an organisation that understands the value of its people' >Welcome</a></li><li><a onClick='Javascript: menuHighlight(2920);' href='candidate/register.asp' title='Register your details with Proud Employers' >Register</a></li><li class='last'><a onClick='Javascript: menuHighlight(2920);' href='candidate/logon.asp' title='Access your account here' >Log in</a></li></ul></ul></li><li class='last navHolder navWithSubs dropdown menuLink4'>
<a  id='navHolderLink3' class='navHolderLink' href='https://www.proudemployers.org.uk/looking-to-recruit' title='Recruit the best people across diverse talent pools'  class='dropdown-toggle' data-target='#mobileMenu #subMenu3' data-toggle='dropdown'>
<div id='navHolder3' class='navHolder'><span class='menuText'>Employers</span></div>
</a>
<ul id='subMenu3' style='min-width: 100%; ' class='level2 dropdown-menu'><ul class='level2'><li class='first'><a onClick='Javascript: menuHighlight(3233);' href='https://www.proudemployers.org.uk/looking-to-recruit' title='Make sure your organisation is recognised as an employer of choice' >Welcome </a></li><li><a onClick='Javascript: menuHighlight(3233);' href='client/register.asp' title='Advertise your roles on Proud Employers' >Register</a></li><li class='last'><a onClick='Javascript: menuHighlight(3233);' href='logon/index.asp?cliLogin=1&redirect=' title='Employers login here' >Log in</a></li></ul></ul></li>
				</div>
			</div>
		</div>
	</div>
</header>



	<div class="header-bar-md" style="background-image: url('https://www.proudemployers.org.uk/images/header_default.jpg');">
		
	</div>




<!-- Page Title  -->
<div class="container">
	

	<div class="row">
		
		<div class="pageTitle col-md-10 col-md-offset-1 col-xs-12 col-sm-12 text-center">
			<h1>Webmaster Job Feeds</h1>
		</div>
		
	</div>
</div>

<!-- Back Buttons -->



<!-- Container Holder -->
<div class="container">
	<div class="row">
		<div class="col-md-9 mainContent">






<div class="generic_notification">
	<div class="txt" style="line-height: 14px; font-size: 14px; padding: 6px; padding-top: 8px;"></div>
</div>

<h4>Add A Jobs Feed Or Search Box To Your Site</h4>
<p>Do you operate a web site, a blog or does your club, company or Recruiter have a website?</p>

<p>How would you like to help visitors or users of that website to find a new job or career through
<a href="http://www.proudemployers.org.uk">proudemployers.org.uk</a>?</p>

<p>We have <b>4 FREE</b> options that are available to you or for your website administrator to use. 
Choose from either a scrolling job listing or 3 styles of job search box. 
Please contact us if you need any help using this feature!</p>

 
<script language=javascript>
function verify() {
	if (document.details.fwidth.value < 190) {
		alert('Minimum width for the Scrolling Jobs Feed is 190 pixels');
		document.details.fwidth.value = 190;
	} else if (document.details.fheight.value < 100){
		alert('Minimum height for the Scrolling Jobs Feed is 100 pixels');
		document.details.fheight.value = 100;
	}
		document.details.submit();
}
</script>
<p>

<form action="https://www.proudemployers.org.uk/feed/index.asp" method=post name="details">


		
<table cellpadding=0 cellspacing=0 border=0 width="100%" align="" class="tabHeaderHolder1 tabFooterColFill">
	<tr>
		<td><table cellpadding=5 cellspacing=0 border=0 width="100%">
			<tr>
				<td valign=top colspan="6" class="tabHeaderH1"><h2>Feed Options</h2></td>
			</tr>
<tr>
	<td align=center valign="top" class="content">
		<table cellpadding=0 cellspacing=0 border=0>
			<tr>
				<td colspan=5 class="content" class=content>
					<p>This converts the feed box size to the size you have chosen and your HTML code will then be 
					ready to cut/copy and then paste into your website pages. </p>		
				</td>
			</tr><tr>
				<td class="content" colspan=5><img
				src="gfx/pixel.gif" width=1 height=10></td>
			</tr><tr>
				<td colspan=5>
					<table width="100%" cellpadding=0 cellspacing=0 border=0>
							<tr>
								<td width=90><b>Dimensions:</b></td>
								<td width=50><b>Width:</b></td>
								<td width=50><input type=text size="5" name="fwidth" value="190"></td>
								<td width=60><b>Height:</b></td>
								<td width=50><input type=text size="5" name="fheight" value="140"></td>
								<td width=60><b>Results:</b></td>
								<td width=60><input type=text size="5" name="jobs" value="5"></td>
							</tr>
							</table>
				</td>
			</tr><tr>
				<td class="content" colspan=3><img
				src="gfx/pixel.gif" width=1 height=10>
				<hr /></td>
			</tr>
			<tr>
				<td colspan=5>
					<table cellpadding=0 cellspacing=0 border=0 width=100%>
						<tr>
							<td><b>Fitler By Sectors</b></td>
							<td width=30px;></td>
							<td><b>Fitler By Location</b></td>
						</tr><tr>
							<td width=216px;>
								

<select name="p_sectorID" id="p_sectorID" size=4 multiple 
	align=left class="" style="width: 100%;height:150px;">

<option value="0">Any
	<option value="254">Accountancy
	<option value="255">Administration
	<option value="1274">Automotive
	<option value="271">Aviation
	<option value="220">Banking & Finance
	<option value="252">Business Administration
	<option value="261">Change Management
	<option value="223">Charity
	<option value="269">Construction
	<option value="247">Consultancy
	<option value="256">Creative & Design
	<option value="225">Customer Service
	<option value="241">Defence & Security
	<option value="260">Digital
	<option value="268">Distribution
	<option value="226">Domestic
	<option value="227">Education
	<option value="257">Emergency Services
	<option value="228">Engineering
	<option value="221">Environment
	<option value="258">Events
	<option value="266">Food & Drink
	<option value="229">Graduate
	<option value="230">Health & Medical
	<option value="1275">Hospitality and Catering
	<option value="245">Housing
	<option value="242">Human Resources
	<option value="264">Insurance
	<option value="231">IT
	<option value="232">Legal
	<option value="267">Logistics and Transport
	<option value="250">Management
	<option value="233">Marketing & Public Relations
	<option value="234">Media & Communications
	<option value="1273">Not For Profit
	<option value="272">Political Party
	<option value="248">Procurement & Supply Chain Management
	<option value="235">Project Management
	<option value="1272">Property
	<option value="270">Property Agent
	<option value="236">Public Sector
	<option value="1276">Real Estate
	<option value="265">Recruitment
	<option value="237">Retail
	<option value="262">Risk
	<option value="238">Sales
	<option value="239">Scientific & Pharmaceutical
	<option value="224">Skilled Trades
	<option value="259">Social Care
	<option value="253">Sport
</select>


	<script language="javascript">
	document.details.p_sectorID.options[0].selected = true;
	</script>

							</td>
							<td width=40px;></td>
							<td width=216px;>
								
	<select name="p_countryID" id="p_countryID" size=4 multiple align=left class="" style="height:150px;width: 100%;" style='width: 100%;'>

	<option value="0" selected>Any
		<option value="43000">Afghanistan
		<option value="37000">Åland Islands
		<option value="37017">Albania
		<option value="42000">Algeria
		<option value="35600">American Samoa
		<option value="37026">Andorra
		<option value="42002">Angola
		<option value="46000">Anguilla
		<option value="46002">Antigua and Barbuda
		<option value="45000">Argentina
		<option value="43035">Armenia
		<option value="46004">Aruba
		<option value="35602">Australia
		<option value="37038">Austria
		<option value="43047">Azerbaijan
		<option value="46006">Bahamas
		<option value="43118">Bahrain
		<option value="35837">Baker Island
		<option value="43120">Bangladesh
		<option value="46040">Barbados
		<option value="37124">Belarus
		<option value="37136">Belgium
		<option value="46042">Belize
		<option value="42004">Benin
		<option value="46056">Bermuda
		<option value="43127">Bhutan
		<option value="45030">Bolivia
		<option value="37191">Bosnia and Herzegovina
		<option value="42007">Botswana
		<option value="45043">Brazil
		<option value="43150">British Indian Ocean Territory
		<option value="46066">British Virgin Islands
		<option value="43152">Brunei
		<option value="37196">Bulgaria
		<option value="42009">Burkina Faso
		<option value="42011">Burundi
		<option value="43158">Cambodia
		<option value="42013">Cameroon
		<option value="46072">Canada
		<option value="42016">Cape Verde
		<option value="46392">Cayman Islands
		<option value="42018">Central African Republic
		<option value="42020">Chad
		<option value="40327">Channel Isles
		<option value="45133">Chile
		<option value="43182">China
		<option value="43248">Christmas Island
		<option value="43250">Cocos (Keeling) Islands
		<option value="45160">Colombia
		<option value="42022">Comoros
		<option value="35839">Cook Islands
		<option value="46408">Costa Rica
		<option value="42024">Côte d&#039;Ivoire
		<option value="37225">Croatia
		<option value="46416">Cuba
		<option value="46639">Curacao
		<option value="43252">Cyprus
		<option value="37250">Czech Republic
		<option value="42027">Democratic Republic of the Congo
		<option value="37336">Denmark
		<option value="42029">Djibouti
		<option value="46432">Dominica
		<option value="46434">Dominican Republic
		<option value="43259">East Timor
		<option value="45226">Ecuador
		<option value="42031">Egypt
		<option value="46478">El Salvador
		<option value="39493">England
		<option value="42033">Equatorial Guinea
		<option value="42035">Eritrea
		<option value="37377">Estonia
		<option value="42037">Ethiopia
		<option value="45271">Falkland Islands
		<option value="37394">Faroe Islands
		<option value="35872">Federated States of Micronesia
		<option value="35841">Fiji
		<option value="37396">Finland
		<option value="37494">France
		<option value="45273">French Guiana
		<option value="35856">French Polynesia
		<option value="42039">Gabon
		<option value="42041">Gambia
		<option value="43273">Georgia
		<option value="37731">Germany
		<option value="42043">Ghana
		<option value="38155">Gibraltar
		<option value="38157">Greece
		<option value="46493">Greenland
		<option value="46495">Grenada
		<option value="46502">Guadeloupe
		<option value="35858">Guam
		<option value="46508">Guatemala
		<option value="42045">Guinea
		<option value="42047">Guinea-Bissau
		<option value="45275">Guyana
		<option value="46531">Haiti
		<option value="46549">Honduras
		<option value="43288">Hong Kong
		<option value="35860">Howland Island
		<option value="38225">Hungary
		<option value="38240">Iceland
		<option value="43308">India
		<option value="43438">Indonesia
		<option value="43503">Iran
		<option value="43534">Iraq
		<option value="39981">Isle of Man
		<option value="43553">Israel
		<option value="38257">Italy
		<option value="46569">Jamaica
		<option value="43566">Japan
		<option value="35862">Jarvis Island
		<option value="35864">Johnston Atoll
		<option value="43663">Jordan
		<option value="43676">Kazakhstan
		<option value="42049">Kenya
		<option value="35866">Kingman Reef
		<option value="35868">Kiribati
		<option value="43735">Kuwait
		<option value="43744">Kyrgyzstan
		<option value="43753">Laos
		<option value="38387">Latvia
		<option value="43772">Lebanon
		<option value="42051">Lesotho
		<option value="42053">Liberia
		<option value="42055">Libya
		<option value="38415">Liechtenstein
		<option value="38427">Lithuania
		<option value="38441">Luxembourg
		<option value="43779">Macau
		<option value="38457">Macedonia
		<option value="42057">Madagascar
		<option value="42059">Malawi
		<option value="43781">Malaysia
		<option value="43942">Maldives
		<option value="42062">Mali
		<option value="38459">Malta
		<option value="35870">Marshall Islands
		<option value="46587">Martinique
		<option value="42064">Mauritania
		<option value="42066">Mauritius
		<option value="42068">Mayotte
		<option value="46589">Mexico
		<option value="35874">Midway Atoll
		<option value="38474">Moldova
		<option value="38511">Monaco
		<option value="43964">Mongolia
		<option value="38516">Montenegro
		<option value="46635">Montserrat
		<option value="42070">Morocco
		<option value="42073">Mozambique
		<option value="43987">Myanmar
		<option value="42075">Namibia
		<option value="35876">Nauru
		<option value="46637">Navassa Island
		<option value="44003">Nepal
		<option value="38524">Netherlands
		<option value="35878">New Caledonia
		<option value="35880">New Zealand
		<option value="46641">Nicaragua
		<option value="42077">Niger
		<option value="42079">Nigeria
		<option value="35947">Niue
		<option value="35949">Norfolk Island
		<option value="43694">North Korea
		<option value="40533">Northern Ireland
		<option value="35951">Northern Mariana Islands
		<option value="38996">Norway
		<option value="44011">Oman
		<option value="44020">Pakistan
		<option value="35953">Palau
		<option value="35955">Palmyra Atoll
		<option value="46659">Panama
		<option value="35957">Papua New Guinea
		<option value="45277">Paraguay
		<option value="45314">Peru
		<option value="44033">Philippines
		<option value="35998">Pitcairn Islands
		<option value="39031">Poland
		<option value="39089">Portugal
		<option value="46681">Puerto Rico
		<option value="44038">Qatar
		<option value="39119">Republic of Ireland
		<option value="42082">Republic of the Congo
		<option value="42084">Réunion
		<option value="39146">Romania
		<option value="39201">Russia
		<option value="42086">Rwanda
		<option value="42088">Saint Helena
		<option value="46760">Saint Kitts and Nevis
		<option value="46762">Saint Lucia
		<option value="46766">Saint Vincent and the Grenadines
		<option value="46764">Saint-Pierre and Miquelon
		<option value="36000">Samoa
		<option value="47095">San Marino
		<option value="42090">São Tomé and Príncipe
		<option value="44139">Saudi Arabia
		<option value="40643">Scotland
		<option value="42092">Senegal
		<option value="39226">Serbia
		<option value="42094">Seychelles
		<option value="42096">Sierra Leone
		<option value="44161">Singapore
		<option value="39248">Slovakia
		<option value="39276">Slovenia
		<option value="36013">Solomon Islands
		<option value="42098">Somalia
		<option value="42100">South Africa
		<option value="43718">South Korea
		<option value="54111">South Sudan
		<option value="39309">Spain
		<option value="44167">Sri Lanka
		<option value="48524">St. Maarten
		<option value="42146">Sudan
		<option value="45366">Suriname
		<option value="39014">Svalbard and Jan Mayen
		<option value="42149">Swaziland
		<option value="39386">Sweden
		<option value="39434">Switzerland
		<option value="44194">Syria
		<option value="44209">Taiwan
		<option value="44212">Tajikistan
		<option value="42151">Tanzania
		<option value="44222">Thailand
		<option value="42154">Togo
		<option value="36015">Tokelau
		<option value="36017">Tonga
		<option value="46768">Trinidad and Tobago
		<option value="42156">Tunisia
		<option value="44422">Turkey
		<option value="44504">Turkmenistan
		<option value="46778">Turks and Caicos Islands
		<option value="36019">Tuvalu
		<option value="42158">Uganda
		<option value="39464">Ukraine
		<option value="44517">United Arab Emirates
		<option value="46780">United States Virgin Island
		<option value="45377">Uruguay
		<option value="99">USA
		<option value="44532">Uzbekistan
		<option value="36023">Vanuatu
		<option value="41247">Vatican City
		<option value="45416">Venezuela
		<option value="44561">Vietnam
		<option value="36031">Wake Island
		<option value="41110">Wales
		<option value="36033">Wallis and Futuna
		<option value="42160">Western Sahara
		<option value="44573">Yemen
		<option value="42162">Zambia
		<option value="42164">Zimbabwe
	</select>

	<input type=hidden name="p_locationID">


<input type=hidden name="p_countryCount" value="250">
<input type=hidden name="p_firstCountryID" value="43000">

<script language="javascript">
countryCount = 250;

	document.details.p_countryID.options[0].selected = true;

</script>

							</td>
						</tr><tr>
							<td class="content" colspan=3><img
							src="gfx/pixel.gif" width=1 height=10>
							<hr /></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</td>
</tr>

		<tr>
		
			<td class="content" colspan="6"><table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
			<tr>
				<td align="right" style="text-align:right;">
					
						<div class="globalButton fltR">
							<a href="javascript:verify();">update</a>
						</div>
					
				</td>
			</tr>
			</table></td>
		
		</tr>
	

	</table></td>
</tr>
</table>
</form> 

<p>

		
<table cellpadding=0 cellspacing=0 border=0 width="100%" align="" class="tabHeaderHolder1 tabFooterColFill">
	<tr>
		<td><table cellpadding=5 cellspacing=0 border=0 width="100%">
			<tr>
				<td valign=top colspan="6" class="tabHeaderH1"><h2>OPTION 1: Scrolling Jobs Feed</h2></td>
			</tr>
<tr>
	<td valign="top" class="content">
		<p>Copy and paste the following code to use this feed in your website.</p>
	</td>
</tr><tr>
	<td><table cellpadding=0 cellspacing=0 border=0 align=center>
		<tr>
			<td valign=top><center><iframe frameborder=no scrolling=no width=190 height=140 src="https://www.proudemployers.org.uk/feed/jobs.asp?width=190&height=140&jobs=5&locationID=0&secID=0&referrerID="></iframe>
			</td>
			</tr><tr>
			<td valign=top><img src="gfx/pixel.gif" width="1" height="20" border="0" /></td>
		</tr><tr>
			<td valign=top><center><textarea cols="44" rows=5><iframe frameborder=no scrolling=no width=190 height=140 src="https://www.proudemployers.org.uk/feed/jobs.asp?width=190&height=140&jobs=5&locationID=0&secID=0&referrerID="></iframe></textarea></td>
		</tr>
	</table></td>
</tr>
	

	</table></td>
</tr>
</table>
<p class=spacer>

		
<table cellpadding=0 cellspacing=0 border=0 width="100%" align="" class="tabHeaderHolder1 tabFooterColFill">
	<tr>
		<td><table cellpadding=5 cellspacing=0 border=0 width="100%">
			<tr>
				<td valign=top colspan="6" class="tabHeaderH1"><h2>OPTION 2 and OPTION 3: Job Search Box</h2></td>
			</tr>
<tr>
	<td>
		<p>To add a job search box in either a wide or tall style format to your website simply choose
		from the two options below and then copy/cut and paste the HTML code into your site.

		<p><b>Wide style</b>
<p align=center><iframe frameborder=no scrolling=no width=438 height=80 src="https://www.proudemployers.org.uk/feed/search1.asp?referrerID="></iframe>
		<p align=center>Copy and paste the following code to use this feed in your website:
		<p align=center><textarea cols="44" rows=5><iframe frameborder=no scrolling=no width=438 height=80 src="https://www.proudemployers.org.uk/feed/search1.asp?referrerID="></iframe></textarea>

		<br clear=all>
		</td>
</tr><tr>
<td>
	<p><b>Tall style</b>
<p align=center><iframe frameborder=no scrolling=no width=225 height=205 border=1 src="https://www.proudemployers.org.uk/feed/search2.asp?referrerID="></iframe>
	
		<p align=center>Copy and paste the following code to use this<br>feed in your website:
		<p align=center><textarea cols="44" rows=4><iframe frameborder=no scrolling=no width=225 height=205 border=1 src="https://www.proudemployers.org.uk/feed/search2.asp?referrerID="></iframe></textarea></td>
<td>
</tr>


	</table></td>
</tr>
</table>
<p class=spacer>

		
<table cellpadding=0 cellspacing=0 border=0 width="100%" align="" class="tabHeaderHolder1 tabFooterColFill">
	<tr>
		<td><table cellpadding=5 cellspacing=0 border=0 width="100%">
			<tr>
				<td valign=top colspan="6" class="tabHeaderH1"><h2>OPTION 4: Full Job Search Box</h2></td>
			</tr>
<tr>
	<td>
		<p>To add a full job search box to your website simply choose the option below and then copy/cut and paste the HTML code into your site.</p>
<p align=center>
<table cellpadding=0 cellspacing=0 border=0 align=center>
<tr>
	<td valign=top><iframe frameborder=no scrolling=no width=400 height=500 src="https://www.proudemployers.org.uk/feed/search3.asp?referrerID="></iframe></td>
</tr>
<tr>
	<td valign=top class=contentFeed><br>Copy and paste the following code to use this<br>feed in your website:
	<p><textarea cols="44" rows=4><iframe frameborder=no scrolling=no width=400 height=500 src="https://www.proudemployers.org.uk/feed/search3.asp?referrerID="></iframe></textarea></td>
</tr>
</table>
</td>


	</table></td>
</tr>
</table>
<p class=spacer>

		
<table cellpadding=0 cellspacing=0 border=0 width="100%" align="" class="tabHeaderHolder1 tabFooterColFill">
	<tr>
		<td><table cellpadding=5 cellspacing=0 border=0 width="100%">
			<tr>
				<td valign=top colspan="6" class="tabHeaderH1"><h2>OPTION 5: Job Search Box</h2></td>
			</tr>
<tr>
	<td>
		<p>To add a job search box in a wide style format to your website simply copy/cut and paste the HTML code into your site.
		<p>
<p align=center><iframe frameborder=no scrolling=no width=600 height=90 src="https://www.proudemployers.org.uk/feed/search4.asp?referrerID="></iframe>
		<p align=center>Copy and paste the following code to use this feed in your website:
		<p align=center><textarea cols="44" rows=5><iframe frameborder=no scrolling=no width=600 height=90 src="https://www.proudemployers.org.uk/feed/search4.asp?referrerID="></iframe></textarea>

		<br clear=all>
		</td>
</tr>


	</table></td>
</tr>
</table>

<script type="text/javascript">
function verify2() {
	if (document.details2.fwidth2.value < 200) {
		alert('Minimum width for the Scrolling Jobs Feed is 200 pixels');
		document.details2.fwidth2.value = 200;
	} else if (document.details2.fheight2.value < 170){
		alert('Minimum height for the Scrolling Jobs Feed is 170 pixels');
		document.details2.fheight2.value = 170;
	}
		document.details2.submit();
}
</script>
<form action="https://www.proudemployers.org.uk/feed/index.asp" method=post name="details2" id="details2">


		
<table cellpadding=0 cellspacing=0 border=0 width="100%" align="" class="tabHeaderHolder1 tabFooterColFill">
	<tr>
		<td><table cellpadding=5 cellspacing=0 border=0 width="100%">
			<tr>
				<td valign=top colspan="6" class="tabHeaderH1"><h2>Feed 6 Options</h2></td>
			</tr>
<tr>
	<td align=center valign="top" class="content">
		<table cellpadding=0 cellspacing=0 border=0>
			<tr>
				<td colspan=5 class="content" class=content>
					<p>This converts the feed box size to the size you have chosen and your HTML code will then be 
					ready to cut/copy and then paste into your website pages. </p>		
				</td>
			</tr><tr>
				<td class="content" colspan=5><img
				src="gfx/pixel.gif" width=1 height=10></td>
			</tr><tr>
				<td colspan=5>
					<table width="100%" cellpadding=0 cellspacing=0 border=0>
							<tr>
								<td width=90><b>Dimensions:</b></td>
								<td width=50><b>Width:</b></td>
								<td width=50><input type=text size="5" name="fwidth2" id="fwidth2" value="200"></td>
								<td width=60><b>Height:</b></td>
								<td width=50><input type=text size="5" name="fheight2" id="fheight2" value="170"></td>
								<td width=60><b>Results:</b></td>
								<td width=60><input type=text size="5" name="jobs2" id="jobs2" value="5"></td>
							</tr><tr>
								<td></td>
								<td width=60><b>Visible Results:</b></td>
								<td width=60><input type=text size="5" name="visResults2" id="visResults2" value="1"></td>
								<td width=60><b>Client ID:</b></td>
								<td width=60><input type=text size="5" name="cliID2" id="cliID2" value=""></td>
							</tr>
							</table>
				</td>
			</tr><tr>
				<td class="content" colspan=3><img
				src="gfx/pixel.gif" width=1 height=10>
				<hr /></td>
			</tr>
			<tr>
				<td colspan=5>
					<table cellpadding=0 cellspacing=0 border=0 width=100%>
						<tr>
							<td><b>Fitler By Sectors</b></td>
							<td width=30px;></td>
							<td><b>Fitler By Location</b></td>
						</tr><tr>
							<td width=216px;>
								

<select name="p_sectorID" id="p_sectorID" size=4 multiple 
	align=left class="" style="width: 100%;height:150px;">

<option value="0">Any
	<option value="254">Accountancy
	<option value="255">Administration
	<option value="1274">Automotive
	<option value="271">Aviation
	<option value="220">Banking & Finance
	<option value="252">Business Administration
	<option value="261">Change Management
	<option value="223">Charity
	<option value="269">Construction
	<option value="247">Consultancy
	<option value="256">Creative & Design
	<option value="225">Customer Service
	<option value="241">Defence & Security
	<option value="260">Digital
	<option value="268">Distribution
	<option value="226">Domestic
	<option value="227">Education
	<option value="257">Emergency Services
	<option value="228">Engineering
	<option value="221">Environment
	<option value="258">Events
	<option value="266">Food & Drink
	<option value="229">Graduate
	<option value="230">Health & Medical
	<option value="1275">Hospitality and Catering
	<option value="245">Housing
	<option value="242">Human Resources
	<option value="264">Insurance
	<option value="231">IT
	<option value="232">Legal
	<option value="267">Logistics and Transport
	<option value="250">Management
	<option value="233">Marketing & Public Relations
	<option value="234">Media & Communications
	<option value="1273">Not For Profit
	<option value="272">Political Party
	<option value="248">Procurement & Supply Chain Management
	<option value="235">Project Management
	<option value="1272">Property
	<option value="270">Property Agent
	<option value="236">Public Sector
	<option value="1276">Real Estate
	<option value="265">Recruitment
	<option value="237">Retail
	<option value="262">Risk
	<option value="238">Sales
	<option value="239">Scientific & Pharmaceutical
	<option value="224">Skilled Trades
	<option value="259">Social Care
	<option value="253">Sport
</select>


	<script language="javascript">
	document.details.p_sectorID.options[0].selected = true;
	</script>

							</td>
							<td width=40px;></td>
							<td width=216px;>
								
	<select name="p_countryID" id="p_countryID" size=4 multiple align=left class="" style="height:150px;width: 100%;" style='width: 100%;'>

	<option value="0" selected>Any
		<option value="43000">Afghanistan
		<option value="37000">Åland Islands
		<option value="37017">Albania
		<option value="42000">Algeria
		<option value="35600">American Samoa
		<option value="37026">Andorra
		<option value="42002">Angola
		<option value="46000">Anguilla
		<option value="46002">Antigua and Barbuda
		<option value="45000">Argentina
		<option value="43035">Armenia
		<option value="46004">Aruba
		<option value="35602">Australia
		<option value="37038">Austria
		<option value="43047">Azerbaijan
		<option value="46006">Bahamas
		<option value="43118">Bahrain
		<option value="35837">Baker Island
		<option value="43120">Bangladesh
		<option value="46040">Barbados
		<option value="37124">Belarus
		<option value="37136">Belgium
		<option value="46042">Belize
		<option value="42004">Benin
		<option value="46056">Bermuda
		<option value="43127">Bhutan
		<option value="45030">Bolivia
		<option value="37191">Bosnia and Herzegovina
		<option value="42007">Botswana
		<option value="45043">Brazil
		<option value="43150">British Indian Ocean Territory
		<option value="46066">British Virgin Islands
		<option value="43152">Brunei
		<option value="37196">Bulgaria
		<option value="42009">Burkina Faso
		<option value="42011">Burundi
		<option value="43158">Cambodia
		<option value="42013">Cameroon
		<option value="46072">Canada
		<option value="42016">Cape Verde
		<option value="46392">Cayman Islands
		<option value="42018">Central African Republic
		<option value="42020">Chad
		<option value="40327">Channel Isles
		<option value="45133">Chile
		<option value="43182">China
		<option value="43248">Christmas Island
		<option value="43250">Cocos (Keeling) Islands
		<option value="45160">Colombia
		<option value="42022">Comoros
		<option value="35839">Cook Islands
		<option value="46408">Costa Rica
		<option value="42024">Côte d&#039;Ivoire
		<option value="37225">Croatia
		<option value="46416">Cuba
		<option value="46639">Curacao
		<option value="43252">Cyprus
		<option value="37250">Czech Republic
		<option value="42027">Democratic Republic of the Congo
		<option value="37336">Denmark
		<option value="42029">Djibouti
		<option value="46432">Dominica
		<option value="46434">Dominican Republic
		<option value="43259">East Timor
		<option value="45226">Ecuador
		<option value="42031">Egypt
		<option value="46478">El Salvador
		<option value="39493">England
		<option value="42033">Equatorial Guinea
		<option value="42035">Eritrea
		<option value="37377">Estonia
		<option value="42037">Ethiopia
		<option value="45271">Falkland Islands
		<option value="37394">Faroe Islands
		<option value="35872">Federated States of Micronesia
		<option value="35841">Fiji
		<option value="37396">Finland
		<option value="37494">France
		<option value="45273">French Guiana
		<option value="35856">French Polynesia
		<option value="42039">Gabon
		<option value="42041">Gambia
		<option value="43273">Georgia
		<option value="37731">Germany
		<option value="42043">Ghana
		<option value="38155">Gibraltar
		<option value="38157">Greece
		<option value="46493">Greenland
		<option value="46495">Grenada
		<option value="46502">Guadeloupe
		<option value="35858">Guam
		<option value="46508">Guatemala
		<option value="42045">Guinea
		<option value="42047">Guinea-Bissau
		<option value="45275">Guyana
		<option value="46531">Haiti
		<option value="46549">Honduras
		<option value="43288">Hong Kong
		<option value="35860">Howland Island
		<option value="38225">Hungary
		<option value="38240">Iceland
		<option value="43308">India
		<option value="43438">Indonesia
		<option value="43503">Iran
		<option value="43534">Iraq
		<option value="39981">Isle of Man
		<option value="43553">Israel
		<option value="38257">Italy
		<option value="46569">Jamaica
		<option value="43566">Japan
		<option value="35862">Jarvis Island
		<option value="35864">Johnston Atoll
		<option value="43663">Jordan
		<option value="43676">Kazakhstan
		<option value="42049">Kenya
		<option value="35866">Kingman Reef
		<option value="35868">Kiribati
		<option value="43735">Kuwait
		<option value="43744">Kyrgyzstan
		<option value="43753">Laos
		<option value="38387">Latvia
		<option value="43772">Lebanon
		<option value="42051">Lesotho
		<option value="42053">Liberia
		<option value="42055">Libya
		<option value="38415">Liechtenstein
		<option value="38427">Lithuania
		<option value="38441">Luxembourg
		<option value="43779">Macau
		<option value="38457">Macedonia
		<option value="42057">Madagascar
		<option value="42059">Malawi
		<option value="43781">Malaysia
		<option value="43942">Maldives
		<option value="42062">Mali
		<option value="38459">Malta
		<option value="35870">Marshall Islands
		<option value="46587">Martinique
		<option value="42064">Mauritania
		<option value="42066">Mauritius
		<option value="42068">Mayotte
		<option value="46589">Mexico
		<option value="35874">Midway Atoll
		<option value="38474">Moldova
		<option value="38511">Monaco
		<option value="43964">Mongolia
		<option value="38516">Montenegro
		<option value="46635">Montserrat
		<option value="42070">Morocco
		<option value="42073">Mozambique
		<option value="43987">Myanmar
		<option value="42075">Namibia
		<option value="35876">Nauru
		<option value="46637">Navassa Island
		<option value="44003">Nepal
		<option value="38524">Netherlands
		<option value="35878">New Caledonia
		<option value="35880">New Zealand
		<option value="46641">Nicaragua
		<option value="42077">Niger
		<option value="42079">Nigeria
		<option value="35947">Niue
		<option value="35949">Norfolk Island
		<option value="43694">North Korea
		<option value="40533">Northern Ireland
		<option value="35951">Northern Mariana Islands
		<option value="38996">Norway
		<option value="44011">Oman
		<option value="44020">Pakistan
		<option value="35953">Palau
		<option value="35955">Palmyra Atoll
		<option value="46659">Panama
		<option value="35957">Papua New Guinea
		<option value="45277">Paraguay
		<option value="45314">Peru
		<option value="44033">Philippines
		<option value="35998">Pitcairn Islands
		<option value="39031">Poland
		<option value="39089">Portugal
		<option value="46681">Puerto Rico
		<option value="44038">Qatar
		<option value="39119">Republic of Ireland
		<option value="42082">Republic of the Congo
		<option value="42084">Réunion
		<option value="39146">Romania
		<option value="39201">Russia
		<option value="42086">Rwanda
		<option value="42088">Saint Helena
		<option value="46760">Saint Kitts and Nevis
		<option value="46762">Saint Lucia
		<option value="46766">Saint Vincent and the Grenadines
		<option value="46764">Saint-Pierre and Miquelon
		<option value="36000">Samoa
		<option value="47095">San Marino
		<option value="42090">São Tomé and Príncipe
		<option value="44139">Saudi Arabia
		<option value="40643">Scotland
		<option value="42092">Senegal
		<option value="39226">Serbia
		<option value="42094">Seychelles
		<option value="42096">Sierra Leone
		<option value="44161">Singapore
		<option value="39248">Slovakia
		<option value="39276">Slovenia
		<option value="36013">Solomon Islands
		<option value="42098">Somalia
		<option value="42100">South Africa
		<option value="43718">South Korea
		<option value="54111">South Sudan
		<option value="39309">Spain
		<option value="44167">Sri Lanka
		<option value="48524">St. Maarten
		<option value="42146">Sudan
		<option value="45366">Suriname
		<option value="39014">Svalbard and Jan Mayen
		<option value="42149">Swaziland
		<option value="39386">Sweden
		<option value="39434">Switzerland
		<option value="44194">Syria
		<option value="44209">Taiwan
		<option value="44212">Tajikistan
		<option value="42151">Tanzania
		<option value="44222">Thailand
		<option value="42154">Togo
		<option value="36015">Tokelau
		<option value="36017">Tonga
		<option value="46768">Trinidad and Tobago
		<option value="42156">Tunisia
		<option value="44422">Turkey
		<option value="44504">Turkmenistan
		<option value="46778">Turks and Caicos Islands
		<option value="36019">Tuvalu
		<option value="42158">Uganda
		<option value="39464">Ukraine
		<option value="44517">United Arab Emirates
		<option value="46780">United States Virgin Island
		<option value="45377">Uruguay
		<option value="99">USA
		<option value="44532">Uzbekistan
		<option value="36023">Vanuatu
		<option value="41247">Vatican City
		<option value="45416">Venezuela
		<option value="44561">Vietnam
		<option value="36031">Wake Island
		<option value="41110">Wales
		<option value="36033">Wallis and Futuna
		<option value="42160">Western Sahara
		<option value="44573">Yemen
		<option value="42162">Zambia
		<option value="42164">Zimbabwe
	</select>

	<input type=hidden name="p_locationID">


<input type=hidden name="p_countryCount" value="250">
<input type=hidden name="p_firstCountryID" value="43000">

<script language="javascript">
countryCount = 250;

	document.details.p_countryID.options[0].selected = true;

</script>

							</td>
						</tr><tr>
							<td class="content" colspan=3><img
							src="gfx/pixel.gif" width=1 height=10>
							<hr /></td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</td>
</tr>

		<tr>
		
			<td class="content" colspan="6"><table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
			<tr>
				<td align="right" style="text-align:right;">
					
						<div class="globalButton fltR">
							<a href="javascript:verify2();">Update</a>
						</div>
					
				</td>
			</tr>
			</table></td>
		
		</tr>
	

	</table></td>
</tr>
</table>
</form>
 

<p>

		
<table cellpadding=0 cellspacing=0 border=0 width="100%" align="" class="tabHeaderHolder1 tabFooterColFill">
	<tr>
		<td><table cellpadding=5 cellspacing=0 border=0 width="100%">
			<tr>
				<td valign=top colspan="6" class="tabHeaderH1"><h2>OPTION 6: Scrolling Jobs Feed</h2></td>
			</tr>
<tr>
	<td valign="top" class="content">
		<p>Copy and paste the following code to use this feed in your website.</p>
	</td>
</tr><tr>
	<td><table cellpadding=0 cellspacing=0 border=0 align=center>
		<tr>
			<td valign=top><center><iframe frameborder=no scrolling=no width=200 height=170 src="https://www.proudemployers.org.uk/feed/jobs2.asp?width=200&height=170&jobs=5&visibleresults=1&locationID=0&clientID=&secID=0&referrerID="></iframe>
			</td>
			</tr><tr>
			<td valign=top><img src="gfx/pixel.gif" width="1" height="20" border="0" /></td>
		</tr><tr>
			<td valign=top><center><textarea cols="44" rows=5><iframe frameborder=no scrolling=no width=200 height=170 src="https://www.proudemployers.org.uk/feed/jobs2.asp?width=200&height=170&jobs=5&visibleresults=1&locationID=0&clientID=&secID=0&referrerID="></iframe></textarea></td>
		</tr>
	</table></td>
</tr>


	</table></td>
</tr>
</table><!--  FOOTER   -->    

    </div>
    <div id="site-right-col" class="col-md-3 col-sm-12">
      <div>
        
    </div>  
    </div>  
</div>


</div>
</div>
<footer>
  <div class="footer-nav-holder">
    <div class="container alien-footer">
      <div class="row">
        <div class="col-md-12 col-xs-center">
        <div class="footer-nav-menu-holder">
          <div class="row hidden-xs hidden-sm">
            <div class="col-md-9 col-sm-12 col-xs-12 col-xs-center">
            <ul class='footerMenu fltL'>
			<li class="footerMenuItem header">					
				<a href="#" title="Jobs with LGBT-inclusive employers">Home</a>
			</li>
			<li class="footerMenuItem header">					
				<a href="jobs/" title="Search and apply for new positions">Jobs</a>
			</li>
			<li class="footerMenuItem header">
				<a href="https://www.proudemployers.org.uk/information-for-candidates" title="Start your job search with Proud Employers">Candidates</a>
				
			</li>
			<li class="footerMenuItem header">
				<a href="https://www.proudemployers.org.uk/looking-to-recruit" title="Employers helping LGBT people in the workplace">Employers</a>
				
			</li>
			<li class="footerMenuItem header">					
				<a href="info/contact.asp" title="Contact us and join our mailing list">Contact Us</a>
			</li>
			<li class="footerMenuItem header">
				<a href="https://www.proudemployers.org.uk/terms-and-conditions" title="Terms">Terms</a>
				
			</li>
			<li class="footerMenuItem header">
				<a href="https://www.proudemployers.org.uk/privacy-policy" title="Privacy">Privacy</a>
				
			</li></ul>

            <div class="strapline" style="    position: absolute; bottom: -85px;font-family: 'libre-franklin', sans-serif; font-size: 13px; color: #fff;"> &copy; Copyright Proud Employers&nbsp;&nbsp;Charity Number 1101255 &nbsp;&nbsp; VAT Reg No. 862906405.</div>
            </div>
            <div class="col-md-3 col-sm-12 col-xs-12 col-xs-center text-right footer-content">
              <label style="width:100%; text-align: left; margin-top:10px;"><b>Find us on Socials</b></label>
              <style>
                .footerMenu2{
                  display: grid;
                      justify-content: left;
      margin-top: 10px;
    width: 100%;
                }
              </style>
             <ul class='footerMenu2 fltL'>
			<li class="footerMenuItem header">					
				<a href="https://www.linkedin.com/company/stonewall_2"  style="font-weight: normal;"  title="LinkedIn">LinkedIn</a>
			</li>
			<li class="footerMenuItem header">					
				<a href="https://www.facebook.com/stonewalluk"  style="font-weight: normal;"  title="Facebook">Facebook</a>
			</li>
			<li class="footerMenuItem header">					
				<a href="https://www.instagram.com/stonewalluk"  style="font-weight: normal;"  title="Instagram">Instagram</a>
			</li></ul>
             
            </div>
          </div>
          <div class="footer-copyright-holder">
           <div class="row" style="position:relative;">
            <div >
                <div class="col-lg-9 col-md-9 col-sm-12 col-xs-12 col-xs-center col-sm-center strapline">
                 
                  <i>Stonewall is proud to provide information, support and guidance on LGBTQ+ inclusion; working towards a world where we're all free to be. This does not constitute legal advice, and is not intended to be a substitute for legal counsel on any subject matter.</i>
                  
                </div>
                 <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 text-left col-xs-center col-sm-center pos-lg-abs">
                    Site design by <a href="http://www.recruitive.co.uk" title="Recruitive Limited" target="_blank">Recruitive Limited</a>.
                    
                 </div>
             </div>
           </div>
          </div>
        </div>
        </div>
      </div>
    </div>
  </div>
  
</footer>

<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/global.min.js"></script>
<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/vcon.js"></script>
<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/jquery/jquery-ui-1.10.2.custom.min.js"></script>
<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/jquery.innerfade.min.js"></script>
<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/jquery/plugins/jquery.dotdotdot-1.5.1.min.js"></script>


<script type="text/javascript" src="https://www.proudemployers.org.uk/include/refinesearch/refinesearch.js"></script>
<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/default.js"></script>
<script type="text/javascript" src="https://www.proudemployers.org.uk/include/js/plugins/tooltip.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
  window.WebFont || document.write('<script src="https://www.proudemployers.org.uk/include/js/webfont.js"><\/script>');
  
  WebFont.load({
    fontinactive: function (family, fvd) {
      if (family === 'FontAwesome') {
        WebFont.load({
          custom: {
            families: ['FontAwesome'],
            urls: [ 'https://www.proudemployers.org.uk/include/styles/core/fontAwesome/css/font-awesome.min.css' ]
          }
        })
      }
    },
    custom: {
      families: ['FontAwesome'],
      urls: [ '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' ]
    }
  });

  $j(document).ready(function(){
    if($j(".tipimg")) {
      $j(".tipimg").tooltip({position: "top center", offset: [10, 13],relative: true});
    }
  });
</script> 

<!--[if lt IE 10]>
<link rel="stylesheet" href="https://www.proudemployers.org.uk/include/styles/ieOverrides.css" type="text/css" />
<![endif]-->

</body>
</html>