var jobs = [{"id":"123","type_id":"1","category_id":"5","category_name":"Miscellaneous","company":"Nuffnang Australia","url":"http:\/\/www.nuffnang.com.au","title":"Blogger relations team member - Nuffnang Australia","url_title":"blogger-relations-team-member-nuffnang-australia-at-nuffnang-australia","location":"Melbourne","location_outside_ro":"","is_location_anywhere":false,"description":"Nuffnang is growing in Australia, and we\u2019re pleased to announce that we\u2019re recruiting a new blogger relations team member for our Melbourne office. The last time we blogged about an opening here at Nuffnang, we found our intern Vanessa, who has worked out so well we hired her as a blogger liaison. Now we need someone else to join the team!\r\n\r\nThe role we\u2019re hiring for is another blogger relations team member, who will work with us on our advertising campaign rollout & supporting our community of bloggers.\r\n\r\nThe full details of the role are available below, including how to apply. Applications close next Friday, 17 September \u2013 but you\u2019re encouraged to apply ASAP. If you know someone who\u2019d be great for this role, please let them know about it!\r\n\r\n\r\n*Job Description: Blogger Relations Team Member, Nuffnang Australia*\r\n\r\n*Company description:*\r\nNuffnang Australia is the local arm of an Asia Pacific-wide blog advertising network. Nuffnang connects advertisers with its community of nearly 2,000 Australian bloggers who blog across a range of subjects, with particular strength in fashion, parenting and food. Nuffnang undertakes a range of activities to support its community of bloggers, ranging from events, blog awards and social media promotion.\r\n\r\n*Job description:*\r\nThis role involves supporting both the advertising and community relations sides of the business, including providing advertising campaign support by creating campaigns and generating reports through our internal system (all necessary training will be provided).\r\n\r\nThe blogger liaison will work as part of a team to support and grow the Nuffnang community, gaining experience in blogger relations and public relations through organising and attending events and engaging in social media activity.\r\n\r\nJob location: Prahran, Melbourne.\r\n\r\n*Required skills:*\r\nThis role will suit someone with a marketing, PR or Communications qualification, with a strong interest in, and involvement with, blogs and social media. They will have excellent written and spoken English language skills. They will be passionate about online and social media, and be keen to work with bloggers of all types, from all around Australia. Work experience is not essential, but you must fit the above criteria.\r\n\r\n*Preferred degree\/major:*\r\nMarketing, PR or Communications, preferably with an online focus.\r\n\r\n*Preferred traits:*\r\nThe blogger liaison must be a self-motivated person who is able to manage their time and workload effectively. The role will deal with a range of blog community members on behalf of the company, so must be able to communicate clearly and professionally both online and in person. You should also be happy working in a small and extremely fun team.\r\n\r\n*How to apply:*\r\n\r\nApplicants should submit by email:\r\n\r\n*Cover letter of maximum 400 words\r\n\r\n*Resume of maximum 2 pages\r\n\r\n*Links to their blog\/s, twitter and website\/s\r\n\r\nApplications should be emailed to: sarah.stokely@nuffnang.com.au.\r\n\r\nIf called for interview, applications should be prepared to provide contact details for two referees who can talk about the applicant\u2019s online experience.\r\n\r\nApplications close: 5pm, Friday, 17 September. Good luck!","created_on":"06-09-2010","closed_on":"2010-10-06 17:20:57","apply":"","views_count":"116","auth":"95133164e3874fb919fa3524937ff170","city_id":"74","mysql_date":"2010-09-06 17:20:57","poster_email":"sarah.stokely@nuffnang.com.au","apply_online":"0","is_active":"1","days_old":"3","is_spotlight":null,"type_name":"Full-time","type_var_name":"fulltime"}];
		function showJobs(html_container, css_class)
		{
			var html = "<ul class=\"" + css_class + "\">";
			for (j = 0; j < jobs.length; j++)
			{
				//html += "<li><a target=\"_blank\" href=\"http://socialmediajobs.com.au/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " la " + jobs[j].company + "</a></li>";
				html += "<li><a target=\"_blank\" href=\"http://socialmediajobs.com.au/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " (" + jobs[j].location + ")</a></li>";
			}
			html += "</ul>";
			
			if (document.getElementById(html_container))
			{
				document.getElementById(html_container).innerHTML = html;	
			}
			else
			{
				document.write("<div id=\"" + html_container + "\">" + html + "</div>");
			}
		}