﻿window.onload = function()
    {
        var jbar = new jawBar("ctl00_SecondBar_CommonSearchTextBox");
        jbar.add({text: 'Apartment', 
            subtext: 'Apartment for Rent or sale.', 
            icon: 'Images/home.png', 
            searchValue: 'Apartment house land for Rent or Sale or Real Estate in Sri Lanka', 
            displayValue: 'Apartment'});
        jbar.add({text: 'House', 
            subtext: 'House for Rent or sale.', 
            icon: 'Images/home.png', 
            searchValue: 'apartment house land for Rent or sale or Real Estate in Sri Lanka', 
            displayValue: 'House'});
        jbar.add({text: 'Rent a Car', 
            subtext: 'Rent a car', 
            icon: 'Images/jeepico.GIF', 
            searchValue: 'Rent a car Motorbike auto vehicle', 
            displayValue: 'Vehicles for Rent'});
        jbar.add({text: 'Vehicles for sale', 
            subtext: 'Vehicles for sale', 
            icon: 'Images/jeepico.GIF', 
            searchValue: 'Rent a car Motorbike auto vehicle for sale', 
            displayValue: 'Vehicles for sale'});
        jbar.add({text: 'jobs', 
            subtext: 'Looking for a job or want to post job opening', 
            icon: 'Images/people.png', 
            searchValue: 'Looking for a job or want to post job opening', 
            displayValue: 'Jobs'});
        jbar.add({text: 'Camera', 
            subtext: 'Digital Camera', 
            icon: 'images/camera.jpg', 
            searchValue: 'Digital Camera', 
            displayValue: 'Camera'});
        jbar.add({text: 'Computer', 
            subtext: 'Computer for sale', 
            icon: 'images/monitor.png', 
            searchValue: 'Computer software', 
            displayValue: 'Computer'});
        jbar.add({text: 'Mobile Phone', 
            subtext: 'Mobile Phone', 
            icon: 'images/mobileico.gif', 
            searchValue: 'mobile phone', 
            displayValue: 'Mobile Phones'});
        jbar.add({text: 'TV', 
            subtext: 'TV for sale', 
            icon: 'images/tv.jpg', 
            searchValue: 'TV for sale', 
            displayValue: 'TV for sale'});
        jbar.add({text: 'Land', 
            subtext: 'Land for sale', 
            icon: 'images/land.jpg', 
            searchValue: 'Land for sale house home', 
            displayValue: 'Land for sale'});
        jbar.add({text: 'Motorbike', 
            subtext: 'Motorbike for sale', 
            icon: 'images/motorbike.jpg', 
            searchValue: 'Motorbike car vehicle auto for sale', 
            displayValue: 'Motorbikes'});
    } 


