document.write("
| ");
document.write("
|
| ");
document.write(" "); document.write(offer_location); document.write(" "); document.write(" |
| "); document.write(offer_text); document.write(" "); document.write(""); document.write(offer_duration); document.write(" "); if (price_not_a_num) { var price_first_char = offer_price.substring(0,1); if (price_first_char == "£") { offer_price = offer_price.substring(1); var new_price_not_a_num = isNaN(offer_price); if (new_price_not_a_num) { currency_symbol = " "; offer_price = " "; } } else { currency_symbol = "."; offer_price = "."; } } document.write(currency_symbol); document.write(" "); document.write(offer_price); document.write(""); document.write(" "); document.write("DETAILS"); document.write(""); document.write(" |
| MORE OFFERS | "); } else { document.write("
| ");
document.write(" "); document.write("Sorry, no offers at the moment."); document.write(" "); document.write(" |