function showLdmJobs(bg_par,bg_impar,row_height,width,dots,border,border_color,title_font,title_color,title_size, row_description_height, description_font,description_font_size, description_font_color,test_mode,id_category)
{
var jobs = [{"id":"3385",
"title":"sapatori pt santuri",
"location":"BUCURESTI",
"categs":"Constructii/Amenajari",
"sallary_type_text":"200-300 Euro/Luna",
"date_begin":"28/07/2010",
"company":"sc criopod corporatyon s.r.l",
"url":"http://www.locuri-de-munca.net/sapatori-pt-santuri-35-3385",
"description":"Angajez URGENT 18 muncitori,lucrarea se desfasoara in bucuresti si are o durata de 4 ani."},{"id":"3383",
"title":"FEMEIE DE SERVICIU",
"location":"BUCURESTI",
"categs":"Productie/Confectionare",
"sallary_type_text":"Va fi discutat in urma interviului",
"date_begin":"28/07/2010",
"company":"SC ANA PAN SA",
"url":"http://www.locuri-de-munca.net/femeie-de-serviciu-41-3383",
"description":"CURATENIE IN LABORATOARELE DE PRODUCTIE, PROGRAM DE LUCRU IN 3 SCHIMBURI , 8 h/zi"},{"id":"3382",
"title":"BRUTAR",
"location":"BUCURESTI",
"categs":"Productie/Confectionare, Vanzari",
"sallary_type_text":"Va fi discutat in urma interviului",
"date_begin":"28/07/2010",
"company":"SC ANA PAN SA",
"url":"http://www.locuri-de-munca.net/brutar-41-3382",
"description":"Prepararea produselor de panificatie conform retetarului societatii."},{"id":"3380",
"title":"ANGAJAM CONSTRUCTOR",
"location":"BUCURESTI",
"categs":"Constructii/Amenajari, Altele",
"sallary_type_text":"Va fi discutat in urma interviului",
"date_begin":"28/07/2010",
"company":"romeo activ",
"url":"http://www.locuri-de-munca.net/angajam-constructor-35-3380",
"description":"FIRMA ANGAJAM DULGHER,FIERAR,ZIDAR,[UNIVERSAL],NECALIFICATI, PLATA LA 2 SAPTAMINI,SALARIU NEGOCIABIL,CU CM. 0722618867."},{"id":"3378",
"title":"Bona/Menajera",
"location":"BUCURESTI",
"categs":"Aupair/Babysitter",
"sallary_type_text":"300-400 Euro/Luna",
"date_begin":"28/07/2010",
"company":"East Euro Estate International SRL",
"url":"http://www.locuri-de-munca.net/bonamenajera-84-3378",
"description":"Oferim un post pentru a avea grija de un copil de 8 luni, noaptea [...]"},{"id":"3377",
"title":"DISPECERE TAXI",
"location":"BUCURESTI",
"categs":"Altele",
"sallary_type_text":"Va fi discutat in urma interviului",
"date_begin":"27/07/2010",
"company":"S.C. AUTOGENERAL S.A.",
"url":"http://www.locuri-de-munca.net/dispecere-taxi-18-3377",
"description":"AUTOGENERAL SA - Scoala de soferi, Taxi, Rent a Car Bucuresti angajeaza dispecere pentru departamentul [...]"},{"id":"3376",
"title":"WOW DEVELOPEMENT AND LIFE TRAININGS - Unit Manager",
"location":"Timisoara, Focsani, Cluj Napoca, BUCURESTI, Brasov",
"categs":"Vanzari, Elevi/Studenti, Asigurari",
"sallary_type_text":"Va fi discutat in urma interviului",
"date_begin":"27/07/2010",
"company":"WoW Development and life trainings",
"url":"http://www.locuri-de-munca.net/wow-developement-and-life-trainings-unit-manager-45-3376",
"description":"Societatea WoW Development in colaborare cu brokerul Salve Finance (nr. 1 in pensii private) recruteaza [...]"},{"id":"3374",
"title":"Agenti imobiliari",
"location":"BUCURESTI",
"categs":"Imobiliare",
"sallary_type_text":"300-400 Euro/Luna",
"date_begin":"26/07/2010",
"company":"Miampesi",
"url":"http://www.locuri-de-munca.net/agenti-imobiliari-24-3374",
"description":"Recrutam agenti imobiliari cu / fara experienta , conditii foarte deosebite , rugam [...]"},{"id":"3373",
"title":"secretara",
"location":"BUCURESTI",
"categs":"Imobiliare",
"sallary_type_text":"300-400 Euro/Luna",
"date_begin":"26/07/2010",
"company":"Miampesi",
"url":"http://www.locuri-de-munca.net/secretara-24-3373",
"description":"Agentia imobiliara, Recomandari Imobiliare, angajeaza secretara cu experienta in domeniu imobiliar , minim un an, [...]"},{"id":"3372",
"title":"Reservation agents, Receptionists",
"location":"Abu Dhabi",
"categs":"Turism/Hoteluri, Resurse umane",
"sallary_type_text":"500-1000 Euro/Luna",
"date_begin":"26/07/2010",
"company":"B&B International Job Services",
"url":"http://www.locuri-de-munca.net/reservation-agents-receptionists-31-3372",
"description":" Reservation Agents and Receptionists for a well known 5 star hotel chain."}];
var html = "";
if (border == "TRUE")
html += "
";
else
html += "";
for (j = 0; j < jobs.length; j++)
{
html += "";
if (j%2 == 0)
html += "| ";
else
html += " | ";
html += "";
html += "";
html += "| ";
html += "" + jobs[j].title + " (" + jobs[j].location + ")";
html += " | ";
html += " ";
html += "";
html += "";
html += ""+jobs[j].description+" Data publicarii: "+jobs[j].date_begin;
if (jobs[j].sallary_type_text != "Va fi discutat in urma interviului")
html += " Salariu oferit: "+jobs[j].sallary_type_text;
/*html += " Alte joburi din "+jobs[j].categs+"";*/
html += " | ";
html += " ";
html += " ";
html += " | ";
html += "
";
if (dots == "TRUE")
{
html += " |
";
}
}
/*
html += " |
";
*/
html += "
";
//alert(html);
if (test_mode == 'NO')
document.write(html);
else return html;
}