<% set oDb=createobject("adodb.connection") oDb.open Application("laserprodb_ConnectionString") set oRs=createobject("Adodb.recordset") oRs.CursorType = 3 oRs.LockType = 2 %> Welcome to Laserpromotions - The Netherlands
contact us route to us show solutions our products games

home > route

Route

<% Function ReplaceBRs(sText) ReplaceBRs = Replace(sText, chr(13), "
") End Function %>