Marktplatzwechsel =r_titel
  go!
  Regiofinder
  Schnäppchen
  Highlights
  Profi-Tipps
  Online-Shopping
  Autobörse
  Reisewelt
  Kostenlos
  Gewinnspiele
  Branchen-News
  XXL-Power-Anfrage
  Profisuche
  Newsletter Abo
  cco.de and more
  Profi Homepages
  Promotion in cco.de
  Company
  Karriere bei cco.de
  Kontakt
  Hauptbranche auswählen (=r_text)
 
  Branchen-Finder (=r_text)
  " for i=0 to br_anz response.write "" & chr(13) response.write "" & chr(13) response.write "" & chr(13) response.write "" & chr(13) response.write "" next
response.write "" & r_text & " > Hauptbranchen:
 " & br_array(1,i) & " (" & br_array(2,i) & ")
start = 0 for i=0 to br_anz if br_array(3,i) > 0 then k_index = get_RND_Index(start,br_array(3,i)) start = start + br_array(3,i) response.write "" & chr(13) response.write "" & chr(13) response.write "" & chr(13) response.write "" & chr(13) response.write "" & chr(13) response.write "" & chr(13) response.write "" & chr(13) 'response.write "" & chr(13) 'response.write "" & chr(13) response.write "" & chr(13) response.write "" & chr(13) end if next
  Empfehlungen:
" & br_array(1,i) & "
 " & ku_array(4,k_index) & "
 " & ku_array(7,k_index) & "
 weitere...
function get_neudat() mon = month(date) if mon < 10 then mon = "0" & mon jahr = year(date) get_neudat = int(jahr&mon) end function function get_RND_Index(byVal min,byVal margin) randomize(time) get_RND_Index = min + int(margin*rnd()) end function