
JPR Freelance have now purchased a new vehicle for advertising use!
Known in the office as the JPR Freelance 'bubble', the Fiat 500 is fully badged up to catch people's eye when travelling the streets of Tyneside and beyond!
Yesterday saw the arrival of a German film company to JPR Freelance offices in North Shields, near Newcastle upon Tyne. The company have converted the JPR Freelance offices to a bakery and an internet cafe!
<script type="text/javascript">
$(function () {
$('#Categories').change(function () {
var value = this.value; // get the selected value
//modify the href link
value = '/CMS/MaintainCategory/' + value;
$('#editlink').attr('href', value);
});
});