var arnews = new Array(5); totcount = 5; rnd = 1; arnews[0]="Blogs could highlight the approachability of freelancers
"; arnews[0] += "An expert has said that blogs can play an important role in allowing freelancers to connect with their audience. According to Nick Baggott, founder of Navigate Consulting, the informal nature of such online writing can make the format ideally suited to self-employed people. Read more..."; arnews[0] += "
"; arnews[1]="Flexible working could play a big part in economic growth
"; arnews[1] += "The ability for individuals to conduct their business affairs via flexible working arrangements could be a crucial factor behind global economic growth. According to a report by Manpower, it is vital that lawmakers foster an environment in which a mobile workforce is encouraged, as this may be a big component of future wealth generation. Read more..."; arnews[1] += "
"; arnews[2]="Freelance marketers could use social media for word-of-mouth effect
"; arnews[2] += "Social media sites can offer an effective platform from which freelance consultants and contractors can gauge the mood of consumers. This is according to Gordon Borrell, chief executive officer at Borrell Associates, who summarised some of the plus-points behind the modern innovation. Read more..."; arnews[2] += "
"; arnews[3]="Freelance IT consultants 'could prosper in the long term'
"; arnews[3] += "Freelance consultants and contractors with expertise in IT might be able to prosper in the long term, judging by an expert’s comments. Gerry McLaughlin of ITContractor.com suggested that the field could offer a number of work opportunities for self-employed people in the months ahead. Read more..."; arnews[3] += "
"; arnews[4]="How freelance marketing strategies can offer real value to web users
"; arnews[4] += "Freelance consultants and contractors can connect with web-savvy consumers by understanding the value of proper engagement. Gordon Borrell, chief executive officer of Borrell Associates, discussed the differences between the internet and television-based advertising, which may give marketers an indication as to how to approach audiences. Read more..."; arnews[4] += "
"; totcount = 5; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");