var arnews = new Array(6); totcount = 6; rnd = 1; document.write("
"); arnews[0]="Business English For Accounting- Learning Accounting And Financial Terms And Vocabulary
"; arnews[0] += "We should start by asking what is English for finance? It is the learning of English specifically geared towards accounting, finance, auditing or whatever area of finance you need to learn. The next question could be how is learning English for finance different from learning general English or business English?"; arnews[0] += "
Author : Eoin Baxter"; arnews[0] += "
"; arnews[1]="Writing Business E-mails
"; arnews[1] += "E-mails are much less formal than official letters. They are quick and easy to send. They also allow you to communicate to a large group simultaneously. Sending e-mails can prevent playing phone tag and save time. However, if you are writing e-mails for business, you need to be more careful with your writing."; arnews[1] += "
Author : Celia Webb"; arnews[1] += "
"; arnews[2]="Teaching Business English With \\\"Increase & Decrease\\\"
"; arnews[2] += ""Increase & Decrease" pioneers ELT training in one very important aspect: its high emphasis on numbers English. By numbers English, we are not just referring about stating numbers correctly. Instead, we are talking about the words around the numbers: what are they, how they are used, what do they mean."; arnews[2] += "
Author : Dave Volek"; arnews[2] += "
"; arnews[3]="The Most Useful American Business Words
"; arnews[3] += "The Most Useful American Business Words: Here's a list that will come in handy for any student enrolled in an English as a Second Language (ESL) School."; arnews[3] += "
Author : Andrea Phillips"; arnews[3] += "
"; arnews[4]="Teaching Business English With \\\"The Tractor Deal\\\"
"; arnews[4] += "Specs, specs, and specs! It's quite common for international business negotiators to use lots of numerical details. Each of these details must be precisely communicated for both sides of the negotiation to make a good working deal. It makes sense that a business English class should have at least one such activity of working with lots of technical numbers. "The Tractor Deal" certainly gives this kind of practice."; arnews[4] += "
Author : Dave Volek"; arnews[4] += "
"; arnews[5]="ESP and Business English
"; arnews[5] += "ESP and Business English When teaching ESP (English for Specific Purposes) or Business English, the teacher simply continues teaching all the English that they already know how to, but incorporate vocabulary, examples, topics and contexts that are relevant to the students particular needs."; arnews[5] += "
Author : Jason Geyser"; arnews[5] += "
"; totcount = 6; 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]); } document.write("
");document.write("
");