<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>

<title>Careers</title>

		<link rel="stylesheet" type="text/css" href="/_includes/resources/_ext2/resources/css/resizable.css"  />
		<link rel="stylesheet" type="text/css" href="/_includes/resources/_ext2/resources/css/xtheme-vista.css"  />
		
	<script type='text/javascript' src='/_includes/resources/_ext2/adapter/yui/yui-utilities.js'></script>
	<script type='text/javascript' src='/_includes/resources/_ext2/adapter/yui/ext-yui-adapter.js'></script>
	<script type='text/javascript' src='/_includes/resources/_ext2/extjsdcc.js'></script>
	
		<link rel="stylesheet" type="text/css" href="/_includes/images/ui-lightness/jquery-ui-1.8.5.custom.css"  />
		<link rel="stylesheet" type="text/css" href="/_includes/images/flick/jquery-ui-1.8.5.custom.css"  />
	
	<link rel="stylesheet" type="text/css" href="/_includes/js/jquery.cluetip.css"  />
	
	<script language="javascript" type="text/javascript" src="/_includes/js/jquery.min.js"></script>
	<script language="javascript" type="text/javascript" src="/_includes/js/jquery.rule-1.0.1-min.js"></script>
	<script language="javascript" type="text/javascript" src="/_includes/js/common.js"></script>
	
		<script language="javascript" type="text/javascript" src="/_includes/js/jquery-ui-1.8.5.custom.min.js"></script>
	
	<script src="/_includes/js/jquery.hoverIntent.js" type="text/javascript"></script>
	<script src="/_includes/js/jquery.bgiframe.min.js" type="text/javascript"></script>
	<!-- script src="/_includes/js/jquery.cluetip.js" type="text/javascript"></script -->
	<script src="/_includes/js/jquery.ezpz_tooltip.min.js" type="text/javascript"></script>
	<script src="/_includes/js/jquery.ba-resize.min.js" type="text/javascript"></script>
	<script src="/_includes/js/jquery.afterresize.min.js" type="text/javascript"></script>
	
	<script src="/_includes/js/DeskflowGeneral.js" type="text/javascript"></script>
	<link href='/stylesheet1.css' type='text/css' rel='stylesheet' />

	<link type="text/css" rel="stylesheet" href="/_includes/_dimmer/dimming.css"  />
	<script src="/_includes/_dimmer/dimmingdiv.js" type="text/javascript"></script>
<script type="text/javascript">
/* <![CDATA[ */
jQuery(document).ready(function() { attachResizablesToObjects(); });
/* ]]> */
</script>
<script src="/_includes/js/DeskflowGeneral_footer.js" type="text/javascript"></script>

<script type="text/javascript">
jQuery(document).ready(function() {
/*
jQuery('.wfi-sortup-webding').html(jQuery.browser.msie?'&nbsp;<font face=webdings>5</font>':'&nbsp;&#x25B4;');
jQuery('.wfi-sortdown-webding').html(jQuery.browser.msie?'&nbsp;<font face=webdings>6</font>':'&nbsp;&#x25BE;');
*/
jQuery('.wfi-sortup-webding').html(jQuery.browser.msie?'<font face=webdings>5</font>':'&#x25B4;');
jQuery('.wfi-sortdown-webding').html(jQuery.browser.msie?'<font face=webdings>6</font>':'&#x25BE;');

var wfiGroupbyOpen = jQuery('.wfi-groupby-open')!=null;
var wfiGroupbyClose = jQuery('.wfi-groupby-close')!=null;

if (wfiGroupbyOpen) {
	jQuery('.wfi-groupby-open').hide();

	
	jQuery('.wfi-groupby-open').click(function() {
		var tagTR = jQuery(jQuery(this).parents('TR')[0]);
		var tagTRid = tagTR.context.id.substring(0, tagTR.context.id.indexOf(tagTR.context.id.substr(-2)) );
		if (tagTR.nextUntil) { tagTR.nextUntil('#'+tagTRid+'_C').each(function(index){
			if (jQuery(this).context.id.indexOf('desc_')==-1) jQuery(this).show();
		});} else {alert('17.open');}
		jQuery(tagTR.siblings('#'+tagTRid+'_C')).show();
		if (wfiGroupbyClose) {
			tagTR.find('.wfi-groupby-close').show();
			tagTR.find('.wfi-groupby-close-text').hide()
		} 
		tagTR.find('.wfi-groupby-open').hide();
		tagTR.find('.wfi-groupby-open-text').show();
		return false;
	});
}
if (wfiGroupbyClose) {
	jQuery('.wfi-groupby-close').click( function() {
		var tagTR = jQuery(jQuery(this).parents('TR')[0]);
		var tagTRid = tagTR.context.id.substring(0, tagTR.context.id.indexOf(tagTR.context.id.substr(-2)) );
		if (tagTR.nextUntil) { tagTR.nextUntil('#'+tagTRid+'_C').each(function(index){
			if (jQuery(this).context.id.indexOf('desc_')==-1) jQuery(this).hide();
		}); } else { alert('34.close'); }
		jQuery('#'+tagTRid+'_C').hide();
		tagTR.find('.wfi-groupby-close').hide();
		tagTR.find('.wfi-groupby-close-text').html( jQuery(tagTR.siblings('#'+tagTRid+'_C').find('DIV')[0]).html() );
		tagTR.find('.wfi-groupby-close-text').show();
		if (wfiGroupbyOpen) {
			tagTR.find('.wfi-groupby-open').show();
			tagTR.find('.wfi-groupby-open-text').hide();
		}
		return false;
	});
}

jQuery('.wfi-row-expander').hide();

jQuery('.wfi-row-expand').hide();
jQuery('.wfi-row-expander a').hide();

jQuery('<div id=\'dcc_tooltip_content\' style=\'width:auto; display:none; position:absolute; padding:10px;\'></div>').appendTo('body');
jQuery('.darkRow, .lightRow').ezpz_tooltip({
	offset:5, contentPosition:'belowStatic', stayOnContent:'false', contentId:'dcc_tooltip_content'
	,beforeShow : function(content, e) {
		var cExpanderRow = jQuery(e.next('.wfi-row-expander'));
		var idExpanderRow = cExpanderRow.attr('data-content-id');
		if (idExpanderRow==undefined) idExpanderRow = cExpanderRow.attr('id');
		if (idExpanderRow!=undefined) {
			cExpanderRow = jQuery('#'+idExpanderRow+' > td:last');
			var htmlExpandedRow = cExpanderRow.html();
			var cExpanderWidth = e.parent().outerWidth();
			jQuery('#dcc_tooltip_content').width( cExpanderWidth );
		} else {
			var htmlExpandedRow = 'Missing Content';
		}
		content.html(htmlExpandedRow);
		return true;
	}
});
});


</script>

<!-- InstanceEndEditable --><link href="http://salesplacements.com.au/includes/style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="http://salesplacements.com.au/favicon.ico" type="image/x-icon">
<script language="JavaScript" src="http://salesplacements.com.au/includes/global.js" type="text/JavaScript"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<!-- InstanceBeginEditable name="head" -->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
.style2 {color: #339966}
-->
</style>
</head><body class="bgblend" onload="MM_preloadImages('http://salesplacements.com.au/images/nav_partnership_on.gif','http://salesplacements.com.au/images/nav_contact_on.gif','http://salesplacements.com.au/images/nav_disclaimer_on.gif','http://salesplacements.com.au/images/nav_home_on.gif','http://salesplacements.com.au/images/nav_candidate_on.gif','http://salesplacements.com.au/images/nav_opportunities_on.gif','http://salesplacements.com.au/images/nav_why_choose_on.gif','http://salesplacements.com.au/images/nav_reg_login_on.gif')">
<br>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td>&nbsp;</td>
    <td width="215"><a href="http://salesplacements.com.au/index.html"><img src="sp_files/sales_placements_logo.gif" alt="Sales Placements Australia" width="215" border="0" height="61"></a></td>
    <td width="427" align="right"><table width="80%" bgcolor="#e5f3e8" border="0" cellpadding="0" cellspacing="0">
        <tbody><tr>
          <td class="todaysdate" width="100%">&nbsp;&nbsp;
            Monday, 21 May 2012</td>
          <td><a href="http://salesplacements.com.au/index.html"><img src="sp_files/nav_home_off.gif" alt="Home" name="home" id="home" onmouseover="MM_swapImage('home','','http://salesplacements.com.au/images/nav_home_on.gif',1)" onmouseout="MM_swapImgRestore()" width="44" border="0" height="31"></a></td>
          <td><a href="http://salesplacements.com.au/privacy_policy.html"><img src="sp_files/nav_disclaimer_off.gif" alt="Privacy Policy" name="privacy" id="privacy" onmouseover="MM_swapImage('privacy','','http://salesplacements.com.au/images/nav_disclaimer_on.gif',1)" onmouseout="MM_swapImgRestore()" width="91" border="0" height="31"></a></td>
        </tr>
    </tbody></table></td>
    <td>&nbsp;</td>
  </tr>
</tbody></table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td valign="top" bgcolor="#3b438f"><table width="100%" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
      <tbody><tr>
        <td align="right"><img src="sp_files/dot_white.gif" alt="[ spacer ]" width="1" height="10"></td>
      </tr>
    </tbody></table></td>
    <td width="642"><table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tbody><tr valign="top">
          <td width="220"><img src="sp_files/nav_man.gif" alt="Sales Placements Australia" width="222" height="80"></td>
          <td class="bggreenlines" width="10"><img src="sp_files/dot_white.gif" alt="[ spacer ]" width="10" height="10"></td>
          <td width="60"><a href="http://salesplacements.com.au/candidate_values.html" onmouseover="MM_swapImage('candidate','','http://salesplacements.com.au/images/nav_candidate_on.gif',1)" onmouseout="MM_swapImgRestore()"><img src="sp_files/nav_candidate_off.gif" alt="Candidate Values" name="candidate" id="candidate" width="60" border="0" height="80"></a></td>
          <td class="bggreenlines" width="10"><img src="sp_files/dot_white.gif" alt="[ spacer ]" width="10" height="10"></td>
          <td width="60"><a href="/alljobs.asp" onmouseover="MM_swapImage('opportunities','','http://salesplacements.com.au/images/nav_opportunities_on.gif',1)" onmouseout="MM_swapImgRestore()"><img src="sp_files/nav_opportunities_off.gif" alt="Current Opportunities" name="opportunities" id="opportunities" width="60" border="0" height="80"></a></td>
          <td class="bggreenlines" width="10"><img src="sp_files/dot_white.gif" alt="[ spacer ]" width="10" height="10"></td>
          <td width="60"><a href="/candidatecare.asp?us=y&webjobpostingsid=5&PeopleID=" onmouseover="MM_swapImage('reglogin','','http://salesplacements.com.au/images/nav_reg_login_on.gif',1)" onmouseout="MM_swapImgRestore()"><img src="sp_files/nav_reg_login_off.gif" alt="Register/Login" name="reglogin" id="reglogin" width="60" border="0" height="80"></a></td>
          <td class="bggreenlines" width="10"><img src="sp_files/dot_white.gif" alt="[ spacer ]" width="10" height="10"></td>
          <td width="60"><a href="http://salesplacements.com.au/why_choose.html" onmouseover="MM_swapImage('whychoose','','http://salesplacements.com.au/images/nav_why_choose_on.gif',1);MM_swapImage('whychoose','','http://salesplacements.com.au/images/nav_why_choose_on.gif',1)" onmouseout="MM_swapImgRestore()"><img src="sp_files/nav_why_choose_off.gif" alt="Why choose Sales Placements?" name="whychoose" id="whychoose" width="60" border="0" height="80"></a></td>
          <td class="bggreenlines" width="10"><img src="sp_files/dot_white.gif" alt="[ spacer ]" width="10" height="10"></td>
          <td width="60"><a href="http://salesplacements.com.au/client_partnership.html" onmouseover="MM_swapImage('partnership','','http://salesplacements.com.au/images/nav_partnership_on.gif',1)" onmouseout="MM_swapImgRestore()"><img src="sp_files/nav_partnership_off.gif" alt="Client Partnership" name="partnership" id="partnership" width="60" border="0" height="80"></a></td>
          <td class="bggreenlines" width="10"><img src="sp_files/dot_white.gif" alt="[ spacer ]" width="10" height="10"></td>
          <td width="60"><a href="http://salesplacements.com.au/contact_us.html" onmouseover="MM_swapImage('contact','','http://salesplacements.com.au/images/nav_contact_on.gif',1)" onmouseout="MM_swapImgRestore()"><img src="sp_files/nav_contact_off.gif" alt="Contact Us" name="contact" id="contact" width="60" border="0" height="80"></a></td>
        </tr>
    </tbody></table></td>
    <td class="bggreenlines" valign="top" bgcolor="#3cb055"><table width="100%" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
      <tbody><tr>
        <td align="left"><img src="sp_files/dot_white.gif" alt="[ spacer ]" width="1" height="10"></td>
      </tr>
    </tbody></table></td>
  </tr>
</tbody></table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
  <tbody><tr>
    <td>&nbsp;</td><td width="100%"><br>
      <table width="840" border="0" cellpadding="0" cellspacing="0" align="center">
        <tbody><tr>
          <td class="headerpage"><!-- InstanceBeginEditable name="PageHeader" --><img src="sp_files/hdr_txt_opportunities.gif" alt="current opportunities" width="400" height="22"><!-- InstanceEndEditable --></td>
        </tr>
        <tr>
          <td class="headerunderline"></td>
        </tr>
		<tr><td>
      <!--
	  <p align="center">
		<input name="Submit" class="button" onclick="MM_goToURL('parent','/alljobs.asp');return document.MM_returnValue" value="VIEW LISTINGS" type="submit">
		<input name="Submit2" class="button" onclick="MM_goToURL('parent','/ApplicationFormNewGeneral.asp?us=y&webjobpostingsid=4&PeopleID=');return document.MM_returnValue" value="REGISTER" type="submit">
		<input name="Submit22" class="button" onclick="MM_goToURL('parent','/candidatecare.asp?us=y&webjobpostingsid=5&PeopleID=');return document.MM_returnValue" value="LOGIN" type="submit">
	  </p>
	  -->
<div id="workflow" class="workflow"><a name="thetopofpage"></a>
<!--152.WFI.p-->



	<!--Generic_DataGrids_LIST.GENERAL.start-->
	<table border="0" cellpadding="0" cellspacing="0"  class="wfi-layout wfi-layoutgenerallisting_tablecss wfi-layoutlistingtablecss" id="ilayoutgenerallisting_tablecss"><tr>
		<td  class="wfi-layout wfi-layoutgenerallisting_left_css wfi-layoutlistingleft_css" id="ilayoutgenerallisting_left_css"></td>
		<td><table  class="wfi-layout wfi-layoutgenerallisting_center_css wfi-layoutlistingcenter_css" id="ilayoutgenerallisting_center_css" border="0" cellpadding="0" cellspacing="0">
			<tr><td  class="wfi-layout wfi-layoutgenerallisting_topmast_css wfi-layoutlistingtopmast_css" id="ilayoutgenerallisting_topmast_css"></td></tr>
			<tr><td  class="wfi-layout wfi-layoutgenerallisting_body_css wfi-layoutlistingbody_css" id="ilayoutgenerallisting_body_css">
	<!--Generic_DataGrids_LIST.GENERAL.end-->
			<div id="formgeneral" class="wfi-form positionform wfi-outer">
<p style='display:none'>--------DO NOT REMOVE--------IF REMOVED EMBEDDED WILL STOP WORKING IN INTERNET EXPLORER--------</p><form action="JobDescriptionMultiple.asp" method="get" ><input type='hidden' name='iframe' value=''  /><div id="innergeneral" class="wfi-form positionform wfi-inner">
<table width="100%" id="headergeneral">
<thead><tr>
<th colspan="3">
<div id="buttonsgeneralho" class="wfi-ribbon wfi-buttons positionform wfi-outer">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="buttonstablegeneralh" class="wfi-table positionform"><tr>
</tr>
</table></div></th></tr>
</thead><tbody>
<tr class="wfi-collapse-label wfi-component" id="collapselabel"><td><div class="wfi-heading positionform" id="headergeneral">
<h3 class='customheading'>Open Positions</h3><small class='customheading'>Browse through job listings and click on the one you would like to view.<br />
 <br /></small></div></td></tr>
</tbody></table>
<div><table width="100%" id="tablegeneral" class="wfi-table positionform"><thead>
<tr><th class="headerTextColored wfi-text wfi-heading positionform" id="headingProjectsJobCode"   nowrap="nowrap">Job Code</th><th class="headerTextColored wfi-text wfi-heading positionform" id="headingWebJobPostingsJobTitle"   nowrap="nowrap">Opportunity</th><th class="headerTextColored wfi-text wfi-heading positionform" id="headingWebJobPostingsLocation"   nowrap="nowrap"></th></tr></thead>
<tbody>
<tr class="bodyText2bold wfi-rows wfi-grouping  positionform" id="groupbysydneyaustralia_O"><td colspan="3" class="bodyText2bold">
<div class="wfi-grouping wfi-heading wfi-text positionform"><hr  /><a class="wfi-groupby-open" href="#" name="opensydneyaustralia"><img src="images/group_open.gif" border="0" alt=""  /></a>
<a class="wfi-groupby-close" href="#" name="closesydneyaustralia"><img src="images/group_close.gif" border="0" alt=""  /></a>
<span class="wfi-groupby-open-text">Sydney, Australia</span><span class="wfi-groupby-close-text"></span></div></td></tr>
<tr class="darkRow wfi-rowwfi-text positionform">
<td class="tdprojectsjobcode wfi-text wfi-rows positionform"><div class="cellprojectsjobcode wfi-text wfi-component positionform">647</div></td><td class="tdwebjobpostingsjobtitle wfi-text wfi-rows positionform"><div class="cellwebjobpostingsjobtitle wfi-text wfi-component positionform"><a title="show/hide" data-content-id="desc_42" href="#" class="wfi-row-expand"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=42&amp;chkbox42=chkbox42" >Business Development Director - IT Services</a></div></td><td class="tdwebjobpostingslocation wfi-text wfi-rows positionform"><div class="cellwebjobpostingslocation wfi-text wfi-component positionform"></div></td></tr>
<tr id="desc_42" class="wfi-row-expander"><td colspan="3"><p>The Company
<p>This is a great opportunity for a Business Development Manager with drive and ambition to join a business with a great reputation and assist them to reach their next growth milestone.</p>
<p>Our client is a world-class leader in information technology services (ITS) with the expertise and capabilities to serve the needs of businesses and governments of all sizes.&</p></p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=42&amp;chkbox42=chkbox42" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="lightRow wfi-rowwfi-text positionform">
<td class="tdprojectsjobcode wfi-text wfi-rows positionform"><div class="cellprojectsjobcode wfi-text wfi-component positionform">648</div></td><td class="tdwebjobpostingsjobtitle wfi-text wfi-rows positionform"><div class="cellwebjobpostingsjobtitle wfi-text wfi-component positionform"><a title="show/hide" data-content-id="desc_40" href="#" class="wfi-row-expand"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=40&amp;chkbox40=chkbox40" >Regional Sales Director, Strategic Accounts Social Enterprise</a></div></td><td class="tdwebjobpostingslocation wfi-text wfi-rows positionform"><div class="cellwebjobpostingslocation wfi-text wfi-component positionform"></div></td></tr>
<tr id="desc_40" class="wfi-row-expander"><td class="lightRow" colspan="3"><p>Company <p>Our Northern hemisphere client is a rapidly growing social media company that develops award-winning technology used by thousands of companies.</p>  <p>A privately-held company specialising in developing a "best of breed" dashboard that helps organizations manage social network presences (Social Enterprise) (including spreading messages, monitoring conversations, and tracking results) &nbsp;o</p></p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=40&amp;chkbox40=chkbox40" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="darkRow wfi-rowwfi-text positionform">
<td class="tdprojectsjobcode wfi-text wfi-rows positionform"><div class="cellprojectsjobcode wfi-text wfi-component positionform">645</div></td><td class="tdwebjobpostingsjobtitle wfi-text wfi-rows positionform"><div class="cellwebjobpostingsjobtitle wfi-text wfi-component positionform"><a title="show/hide" data-content-id="desc_37" href="#" class="wfi-row-expand"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=37&amp;chkbox37=chkbox37" >Regional Director - Risk Management / Capital Markets</a></div></td><td class="tdwebjobpostingslocation wfi-text wfi-rows positionform"><div class="cellwebjobpostingslocation wfi-text wfi-component positionform"></div></td></tr>
<tr id="desc_37" class="wfi-row-expander"><td class="darkRow" colspan="3"><p>Company
<p>Our client has assisted financial services institutions globally, from banking, hedge funds, asset management, insurance and corporate sectors with a deep understanding of risk management and operational processes.</p>
<p>As a leading provider of enterprise wide credit and market risk management solutions for financial services institutions, their solution portfolio assists institutions of all sizes and complexity deploy technology to meet both internal and regulatory requirements for</p></p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=37&amp;chkbox37=chkbox37" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="lightRow wfi-rowwfi-text positionform">
<td class="tdprojectsjobcode wfi-text wfi-rows positionform"><div class="cellprojectsjobcode wfi-text wfi-component positionform">646</div></td><td class="tdwebjobpostingsjobtitle wfi-text wfi-rows positionform"><div class="cellwebjobpostingsjobtitle wfi-text wfi-component positionform"><a title="show/hide" data-content-id="desc_38" href="#" class="wfi-row-expand"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=38&amp;chkbox38=chkbox38" >Regional Sales Manager – Asset Finance</a></div></td><td class="tdwebjobpostingslocation wfi-text wfi-rows positionform"><div class="cellwebjobpostingslocation wfi-text wfi-component positionform"></div></td></tr>
<tr id="desc_38" class="wfi-row-expander"><td class="lightRow" colspan="3"><p><p>Lease financing is becoming an attractive option for the majority of equipment purchases in today's economic climate. To capitalise on this opportunity, leasing companies must be able to offer the right products and provide appropriate levels of service. </p></p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=38&amp;chkbox38=chkbox38" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="darkRow wfi-rowwfi-text positionform">
<td class="tdprojectsjobcode wfi-text wfi-rows positionform"><div class="cellprojectsjobcode wfi-text wfi-component positionform">638</div></td><td class="tdwebjobpostingsjobtitle wfi-text wfi-rows positionform"><div class="cellwebjobpostingsjobtitle wfi-text wfi-component positionform"><a title="show/hide" data-content-id="desc_33" href="#" class="wfi-row-expand"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=33&amp;chkbox33=chkbox33" >Strategic Account Director - Australia &amp; South East Asia</a></div></td><td class="tdwebjobpostingslocation wfi-text wfi-rows positionform"><div class="cellwebjobpostingslocation wfi-text wfi-component positionform"></div></td></tr>
<tr id="desc_33" class="wfi-row-expander"><td class="darkRow" colspan="3"><p>If you have an interest in technology, gadgets and the wireless domain then read on.  This is a great opportunity to join a growing global wireless tools & services company that assists operators & device manufacturers with the ever changing wireless domain. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=33&amp;chkbox33=chkbox33" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="lightRow wfi-rowwfi-text positionform">
<td class="tdprojectsjobcode wfi-text wfi-rows positionform"><div class="cellprojectsjobcode wfi-text wfi-component positionform">606</div></td><td class="tdwebjobpostingsjobtitle wfi-text wfi-rows positionform"><div class="cellwebjobpostingsjobtitle wfi-text wfi-component positionform"><a title="show/hide" data-content-id="desc_13" href="#" class="wfi-row-expand"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=13&amp;chkbox13=chkbox13" >Account Director - Telco, Media &amp; Entertainment</a></div></td><td class="tdwebjobpostingslocation wfi-text wfi-rows positionform"><div class="cellwebjobpostingslocation wfi-text wfi-component positionform"></div></td></tr>
<tr id="desc_13" class="wfi-row-expander"><td class="lightRow" colspan="3"><p><p>Our client is a leading global Professional Services company (management consulting, business transformation, system integration &amp; outsourcing services) and is looking to appoint a Director level Account Director within their Telecommunications, Media &amp; </p></p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=13&amp;chkbox13=chkbox13" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold wfi-heading wfi-grouping positionform" id="groupby_C" ><td colspan="3"><div align="right">Sydney, Australia Positions: 6</div></td></tr><tr><td colspan="3"><hr /></td></tr><tr class="bodyText2bold wfi-text wfi-grouping positionform" id="totalgroupby" ><td colspan="3"><div align="right">Total Positions: 6</div></td></tr><tr><td colspan="3"><hr /></td></tr></body></table></div>
<div id="buttonsgeneralfo" class="wfi-ribbon wfi-buttons positionform wfi-outer">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="buttonstablegeneralf" class="wfi-table positionform"><tr>
</tr></table></div></form></div>
		</td></tr>
		<tr><td  class="wfi-layout wfi-layoutgenerallisting_bottommast_css wfi-layoutlistingbottommast_css" id="ilayoutgenerallisting_bottommast_css"></td></tr>
	</table></td>
	<td  class="wfi-layout wfi-layoutgenerallisting_right_css wfi-layoutlistingright_css" id="ilayoutgenerallisting_right_css"></td>
</tr></table>
</div><!--WFI.c-->

</td></tr></tbody></table>
</td>
    <td>&nbsp;</td>
  </tr>
</tbody></table>
<br>

<br>
<!-- InstanceEnd --></body></html>
