Maximum weighted matching in graphs

hi,
does anyone know a maximum weighted matching algorithm for non bipartite undirected graphs? I want to implement it using java.if u knw pl reply
bye!

Hi throbi!
You can view the source code of the 5th applet: http://www.math.sfu.ca/~goddyn/Courseware/
The algorithm is mainly in the following file:
http://www.math.sfu.ca/~goddyn/Courseware/matching/non_bipartite_perfect_matching/Algorithm.java
You can remove some unnecessary methods, which are just for visualization, the result is less then 1000 lines.
br,
zgabi

Similar Messages

  • Maximum weight 's image to load?

    I load a 4Mo image using
    my_clip.loadImage("'my_image")
    The image isn't totaly loaded. Right and bottom border are
    missing.
    Is there a limitation on the image's weight?
    Thanks

    I believe there is a limit of 2880 pixels in either
    direction. I don't think the limit is on the files size per se,
    just the pixel dimensions.
    You will probably have to slice the image into several images
    and load them all independently.
    PS: 4MB is an awfully large image and you should probably
    rethink whatever it is that you are trying to do – that is if
    this is for web deployment. Really.

  • Matching algorithm problem

    Hello everyone!!
    I have been trying to find the JAVA implementation for this algorithm forever!
    It is called: the maximum weighted bipartite matching algorithm or the maximum weighted cardinality bipartite matching algorithm.
    If anyone knows how I could find its JAVA implementation, I would be grateful!!
    Thank you in advanc,
    gispider!

    Have you tried google?
    http://www.google.co.uk/search?q=java+maximum+weighted+cardinality+bipartite+matching+algorithm

  • Graph Theory Algorithm-All possible paths between 2 vertices w/ constraints

    Hi all,
    I have a project I'm working with. I need to find all possible paths between two vertices on a graph.
    I realize this will be NP-complete or worse, but right now i'm looking for a brute force method to do this via algorithm/pseudocode
    Given:
    connected, weighted edges, directed Graph G = (V,E) with no loops
    Given v1 and v2 are vertices in V, and C = constraint value,
    I would like a way to find all possible paths from v1 to v2 that have a length less than C. Length = adding up all the edges on a path
    Can anyone provide any help on this?
    Thanks!

    Sure, no problemo.
    Create a bucket of paths, initially empty. (Bucket is a technical term for a collection)
    Start at v1. Take all the edges that lead from v1 to any place else, like x.
    Each one of those paths consists of a single edge is a path from v1 to somewhere and furthermore it has a length. It is a partial path with a length Now do it again, grab any path out of the bucket, leave from its terminal point x and extend it by an edge and create a bunch more paths that are now two edges long, which you can throw back into that same bucket.
    If you ever get to v2, you have a path from v1 to p2. Add it to your solutions list. If you ever exceed C, well throw it out because it is too long. And if you can't extend from a particular vertex then toss it as well.
    All you ever do is pull a partial path from the bucket, create all its possible one edge extensions, keep the winners, toss out the impossible, and throw all new still valid partial paths back into the bucket.
    If there are loops and if there are edges with zero or negative weight, this would not necessarily terminate. But you say that is not a problem for you.
    Just for the record, nothing is worse than NP-complete.

  • Graphe implementation

    hello,
    I m working on a Ford-Fulkerson algorithm to get the Maximum flow in residual graph, and min-cost algorithm.
    My representation based on adjacency-lists approach, where I keep track of all the vertices connected to each vertex on a linked list that is associated with that vertex.
    So far I've created 4 classes:
    Edge( int cost , int capacity )
    +public int getCost()
    +public void setCost(int c)
    +public int getCapacity()
    +public void setCapacity(int c)
    Vertex( String nm )
    +public String getName()
    +public void setName(String name)
    Node(Vertex v, Edge e)
       +public Vertex getVertex()
       +public Edge getEdge()
    Graph, and contains // not programmed yet
    removeEdge
    addEdge(Vertex sourceVertex,Vertex targetVertex,Edge e)
    removeVertex(Vertex v)
    AddVertex(Vertex v)
    getEdgeCapacity(Vertex sourceVertex,Vertex targetVertex)
    getEdgeCost(Vertex sourceVertex,Vertex targetVertex)my problem is how to add node linked list associated to a specified vertex to my graph. Do I have to create a multidimensional vector(2d) that hold Vertex name in first column and linked list in second column?
    And I want to know is this the right implementation for this algorithm.
    regards

    I think you could just add the linked list inside your Vertex class. That way, you would have the Vertex object with its name and its associated linked list, and then the Edge object with the cost and capacity. But then, you could also put the cost and capacity into the Vertex object, so you have the Vertex object that has name, capacity, cost, and the linked list, all inside one object. Then for the Graph, you just create a bunch of vertices and stick them on the graph like any graph using their capacity and cost as the x and y values in whichever order you want them.

  • GSM paper, what weight can I use? Why does my ink not dry & smudge on photographic paper

    Maximum weight this printer can take or range ofpaper

    Hi ,
    Go to System preference > Printers & Scanner
    select your printer and change its default print paper .
    If you want to change more settings .
    1) Open any image in PSE EDITOR.
    2) Go to Print.
    3) Select your printer  Click on Print button w/o changing the size and other things.
    4) save the settings in this window.

  • Maximum bin stock

    Hi Experts,
    I have a requirement that if maximum bin limit exceed then system should put the reset of the stock in next bin
    Following is one example
    Suppose my maximum bin capacity is 100 kg
    I am receving 150 kg then it should assign to two storage bin with quantity
    100 kg and 50 kg.
    Can anyone guide me what is the setting required for this
    Thanks in advance
    Sanujeet

    Hi,
    Please follow below steps.
    1.Declare maximum weight in bin structure.
    2.Select the capacity check method according to weight & activate the capcity check in storage type.
    Regards,
    Prashant

  • Paid help needed

    Hi,
    I'm looking for somebody to help me with a java program that I don't have time to work on.
    Basically what I need is the applet at http://www.cs.umd.edu/~thanarat/475/ as a java program. It doesn't have to be exactly the same but what it does need is the ability to :-
    Add a node
    Delete a node
    Add an edge
    Delete an edge
    Add a weight to an edge (Known as capacity in the applet)
    Delete a weight
    Clear the graph
    Save a graph
    Load a graph
    The graph will also be used to find the maximum flow between two nodes but I will probably deal with that myself.
    You don't have to worry about the step, run or restart buttons.
    You don't have to spend much time on the GUI as I have ideas for that myself so just something rough that works will suffice.
    I need the vast majority of this done, by the very latest, Tuesday night so if you can't do most of it by then then don't apply.
    Anybody interested in this then please send an email to [email protected] stating how much you want for doing this and when you could have it done by. It would also help greatly if you could supply me with examples of other java work you may have done so I know I'm not wasting my time. Also feel free to ask any questions you may have so I can supply you with more details.
    I only have very limited funds to pay for this so preference will go to the person with the necessary skills who charges the least. I can also offer a web hosting reseller package as way of payment if people would prefer that as it would be worth more than what I could pay in cash.
    Kind Regards
    Neil

    Unjudgemental?
    I can imagine only three possibilities that explain your dilemma:
    1) You are a student and are trying to cheat
    2) You are a working programmer and are trying to get someone here to do your work.
    3) You have contracted to do this work and want someone else to do it for you.
    In the first case, this is reprehensible. I and others who work as software engineers worked our asses off in school. We've all done similar work to what you and others in these forums are trying to do and we've all done the work ourselves. I cannot support cheating of any sort in school. These cheaters end up as my coworkers and I end up having to do their work because they didn't learn anything in school.
    In the second and third cases, you are being paid to complete this work but for some reason due to time mismanagement, you cannot accomodate this. In either case, you are still being paid a full wage to get this work done but expect one of us to do it for you for the very little that you want to pay. The world doesn't work this way. Most of us would be happy to subcontract out the work at a full engineering wage ($50-150/hr) but not the lowball peanuts you are hoping to pay.
    I'm a heck of a nice guy but am extraordinarilly intolerant of any of these situations. If for some strange reason you don't fall into any of these categories, my apologies. I highly doubt that this is the case, however.

  • Internet Connection Became Slow after Introduction of Cisco ASA 5505 to the Network

    I configured a Cisco ASA 5505 (Version Cisco Adaptive Security Appliance Software Version 7.2(3)
    Device Manager Version 5.2(3)
    in transparent firewall mode and inserted after Cisco 1700 router. However, the internet connection became very slow and users are compaining that they cannot load any pages.
    My setup looks like:
    Internet --> Cisco 1700 --> Cisco ASA 5505 --> LAN
    The license information is:
    Licensed features for this platform:
    Maximum Physical Interfaces : 8
    VLANs                       : 3, DMZ Restricted
    Inside Hosts                : Unlimited
    Failover                    : Disabled
    VPN-DES                     : Enabled
    VPN-3DES-AES                : Enabled
    VPN Peers                   : 10
    WebVPN Peers                : 2
    Dual ISPs                   : Disabled
    VLAN Trunk Ports            : 0
    This platform has a Base license.
    The flash activation key is the SAME as the running key.
    My running-config looks like:
    ASA Version 7.2(3)
    firewall transparent
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password 8Ry2YjIyt7RRXU24 encrypted
    names
    interface Vlan1
    nameif inside
    security-level 100
    no shut
    interface Vlan2
    nameif outside
    security-level 0
    no shut
    interface Ethernet0/0
    switchport access vlan 2
    no shut
    interface Ethernet0/1
    no shut
    interface Ethernet0/2
    no shut
    interface Ethernet0/3
    no shut
    interface Ethernet0/4
    no shut
    interface Ethernet0/5
    no shut
    interface Ethernet0/6
    no shut
    interface Ethernet0/7
    no shut
    passwd 2KFQnbNIdI.2KYOU encrypted
    regex urllist1 ".*\.([Ee][Xx][Ee]|[Cc][Oo][Mm]|[Bb][Aa][Tt]) HTTP/1.[01]"
    regex urllist2 ".*\.([Pp][Ii][Ff]|[Vv][Bb][Ss]|[Ww][Ss][Hh]) HTTP/1.[01]"
    regex urllist3 ".*\.([Dd][Oo][Cc]|[Xx][Ll][Ss]|[Pp][Pp][Tt]) HTTP/1.[01]"
    regex urllist4 ".*\.([Zz][Ii][Pp]|[Tt][Aa][Rr]|[Tt][Gg][Zz]) HTTP/1.[01]"
    regex domainlist1 "\.facebook\.com"
    regex domainlist2 "\.diretube\.com"
    regex domainlist3 "\.youtube\.com"
    regex domainlist4 "\.vimeo\.com"
    regex applicationheader "application/.*"
    regex contenttype "Content-Type"
    ftp mode passive
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    access-list outside_in extended permit ip any any
    access-list inside_mpc extended permit tcp any any eq www
    access-list inside_mpc extended permit tcp any any eq 8080
    pager lines 24
    mtu outside 1500
    mtu inside 1500
    ip address 192.168.1.254 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    access-group outside_in in interface outside
    route outside 0.0.0.0 0.0.0.0 192.168.1.1 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout uauth 0:05:00 absolute
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    class-map type regex match-any DomainBlockList
    match regex domainlist1
    match regex domainlist2
    match regex domainlist3
    match regex domainlist4
    class-map type inspect http match-all BlockDomainsClass
    match request header host regex class DomainBlockList
    class-map type regex match-any URLBlockList
    match regex urllist1
    match regex urllist2
    match regex urllist3
    match regex urllist4
    class-map inspection_default
    match default-inspection-traffic
    class-map type inspect http match-all AppHeaderClass
    match response header regex contenttype regex applicationheader
    class-map httptraffic
    match access-list inside_mpc
    class-map type inspect http match-all BlockURLsClass
    match request uri regex class URLBlockList
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map type inspect http http_inspection_policy
    parameters
      protocol-violation action drop-connection
    class AppHeaderClass
      drop-connection log
    match request method connect
      drop-connection log
    class BlockDomainsClass
      reset log
    class BlockURLsClass
      reset log
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect netbios
      inspect rsh
      inspect rtsp
      inspect skinny
      inspect esmtp
      inspect sqlnet
      inspect sunrpc
      inspect tftp
      inspect sip
      inspect xdmcp
    policy-map inside-policy
    class httptraffic
      inspect http http_inspection_policy
    service-policy global_policy global
    service-policy inside-policy interface inside
    prompt hostname context
    Cryptochecksum:8ab1a53df6ae3c202aee236d6080edfd
    : end
    Could the slow internet connection be due to license limitations? Or is there something wrong with my configuration?
    Please see the configuration and help.
    Thanks

    I have re-configured the ASA 5505 yesterday and so far it's working fine. I am not sure if the problem will re-appear later on. Anyways here is my sh tech-support
    ciscoasa# sh tech-support
    Cisco Adaptive Security Appliance Software Version 7.2(3)
    Device Manager Version 5.2(3)
    Compiled on Wed 15-Aug-07 16:08 by builders
    System image file is "disk0:/asa723-k8.bin"
    Config file at boot was "startup-config"
    ciscoasa up 14 hours 16 mins
    Hardware:   ASA5505, 256 MB RAM, CPU Geode 500 MHz
    Internal ATA Compact Flash, 128MB
    BIOS Flash M50FW080 @ 0xffe00000, 1024KB
    Encryption hardware device : Cisco ASA-5505 on-board accelerator (revision 0x0)
                                 Boot microcode   : CNlite-MC-Boot-Cisco-1.2
                                 SSL/IKE microcode: CNlite-MC-IPSEC-Admin-3.03
                                 IPSec microcode  : CNlite-MC-IPSECm-MAIN-2.04
    0: Int: Internal-Data0/0    : address is 001f.9ee8.ffa2, irq 11
    1: Ext: Ethernet0/0         : address is 001f.9ee8.ff9a, irq 255
    2: Ext: Ethernet0/1         : address is 001f.9ee8.ff9b, irq 255
    3: Ext: Ethernet0/2         : address is 001f.9ee8.ff9c, irq 255
    4: Ext: Ethernet0/3         : address is 001f.9ee8.ff9d, irq 255
    5: Ext: Ethernet0/4         : address is 001f.9ee8.ff9e, irq 255
    6: Ext: Ethernet0/5         : address is 001f.9ee8.ff9f, irq 255
    <--- More --->
    7: Ext: Ethernet0/6         : address is 001f.9ee8.ffa0, irq 255
    8: Ext: Ethernet0/7         : address is 001f.9ee8.ffa1, irq 255
    9: Int: Internal-Data0/1    : address is 0000.0003.0002, irq 255
    10: Int: Not used            : irq 255
    11: Int: Not used            : irq 255
    Licensed features for this platform:
    Maximum Physical Interfaces : 8        
    VLANs                       : 3, DMZ Restricted
    Inside Hosts                : Unlimited
    Failover                    : Disabled
    VPN-DES                     : Enabled  
    VPN-3DES-AES                : Enabled  
    VPN Peers                   : 10       
    WebVPN Peers                : 2        
    Dual ISPs                   : Disabled 
    VLAN Trunk Ports            : 0        
    This platform has a Base license.
    Serial Number: JMX1211Z2N4
    Running Activation Key: 0xaf0ed046 0xbcf18ebf 0x80b38508 0xba785cc0 0x05250493
    Configuration register is 0x1
    Configuration has not been modified since last system restart.
    <--- More --->
    ------------------ show clock ------------------
    18:32:58.254 UTC Tue Nov 26 2013
    ------------------ show memory ------------------
    Free memory:       199837144 bytes (74%)
    Used memory:        68598312 bytes (26%)
    Total memory:      268435456 bytes (100%)
    ------------------ show conn count ------------------
    1041 in use, 2469 most used
    ------------------ show xlate count ------------------
    0 in use, 0 most used
    ------------------ show blocks ------------------
      SIZE    MAX    LOW    CNT
         0    100     68    100
    <--- More --->
         4    300    299    299
        80    100     92    100
       256    100     94    100
      1550   6174   6166   6174
      2048   1124    551    612
    ------------------ show blocks queue history detail ------------------
    History buffer memory usage: 2136 bytes (default)
    ------------------ show interface ------------------
    Interface Internal-Data0/0 "", is up, line protocol is up
      Hardware is y88acs06, BW 1000 Mbps
    (Full-duplex), (1000 Mbps)
    MAC address 001f.9ee8.ffa2, MTU not set
    IP address unassigned
    18491855 packets input, 11769262614 bytes, 0 no buffer
    Received 213772 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 L2 decode drops, 0 demux drops
    18185861 packets output, 11626494317 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 late collisions, 0 deferred
    <--- More --->
    0 input reset drops, 0 output reset drops
    input queue (curr/max packets): hardware (0/0) software (0/0)
    output queue (curr/max packets): hardware (0/55) software (0/0)
      Control Point Interface States:
    Interface number is unassigned
    Interface Internal-Data0/1 "", is administratively down, line protocol is up
      Hardware is 88E6095, BW 1000 Mbps
    (Full-duplex), (1000 Mbps)
    MAC address 0000.0003.0002, MTU not set
    IP address unassigned
    18184216 packets input, 11625360131 bytes, 0 no buffer
    Received 206655 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 switch ingress policy drops
    18490057 packets output, 11768078777 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 switch egress policy drops
      Control Point Interface States:
    Interface number is unassigned
    Interface Loopback0 "_internal_loopback", is up, line protocol is up
      Hardware is VirtualMAC address 0000.0000.0000, MTU 1500
    IP address 127.1.0.1, subnet mask 255.255.0.0
    <--- More --->
      Traffic Statistics for "_internal_loopback":
    1 packets input, 28 bytes
    1 packets output, 28 bytes
    1 packets dropped
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
      Control Point Interface States:
    Interface number is 28
    Interface config status is active
    Interface state is active
    Interface Vlan1 "inside", is up, line protocol is up
      Hardware is EtherSVI
    MAC address 001f.9ee8.ffa2, MTU 1500
    IP address 192.168.1.254, subnet mask 255.255.255.0
      Traffic Statistics for "inside":
    7742275 packets input, 903584114 bytes
    10645034 packets output, 10347291114 bytes
    184883 packets dropped
          1 minute input rate 320 pkts/sec,  35404 bytes/sec
          1 minute output rate 325 pkts/sec,  313317 bytes/sec
    <--- More --->
          1 minute drop rate, 17 pkts/sec
          5 minute input rate 399 pkts/sec,  59676 bytes/sec
          5 minute output rate 483 pkts/sec,  503200 bytes/sec
          5 minute drop rate, 9 pkts/sec
      Control Point Interface States:
    Interface number is 1
    Interface config status is active
    Interface state is active
    Interface Vlan2 "outside", is up, line protocol is up
      Hardware is EtherSVI
    MAC address 001f.9ee8.ffa3, MTU 1500
    IP address 192.168.1.254, subnet mask 255.255.255.0
      Traffic Statistics for "outside":
    10750090 packets input, 10432619059 bytes
    7541331 packets output, 870613684 bytes
    109911 packets dropped
          1 minute input rate 328 pkts/sec,  313770 bytes/sec
          1 minute output rate 301 pkts/sec,  32459 bytes/sec
          1 minute drop rate, 2 pkts/sec
          5 minute input rate 485 pkts/sec,  503789 bytes/sec
          5 minute output rate 387 pkts/sec,  57681 bytes/sec
          5 minute drop rate, 2 pkts/sec
      Control Point Interface States:
    Interface number is 2
    <--- More --->
    Interface config status is active
    Interface state is active
    Interface Ethernet0/0 "", is up, line protocol is up
      Hardware is 88E6095, BW 100 Mbps
    Auto-Duplex(Full-duplex), Auto-Speed(100 Mbps)
    Available but not configured via nameif
    MAC address 001f.9ee8.ff9a, MTU not set
    IP address unassigned
    10749794 packets input, 10630700889 bytes, 0 no buffer
    Received 2506 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 L2 decode drops
    3 switch ingress policy drops
    7541070 packets output, 1028190148 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 rate limit drops
    0 switch egress policy drops
      Control Point Interface States:
    Interface number is unassigned
    Interface Ethernet0/1 "", is up, line protocol is up
      Hardware is 88E6095, BW 100 Mbps
    Auto-Duplex(Full-duplex), Auto-Speed(100 Mbps)
    <--- More --->
    Available but not configured via nameif
    MAC address 001f.9ee8.ff9b, MTU not set
    IP address unassigned
    7741977 packets input, 1064586806 bytes, 0 no buffer
    Received 211282 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 L2 decode drops
    0 switch ingress policy drops
    10644663 packets output, 10543362751 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 rate limit drops
    0 switch egress policy drops
      Control Point Interface States:
    Interface number is unassigned
    Interface Ethernet0/2 "", is down, line protocol is down
      Hardware is 88E6095, BW 100 Mbps
    Auto-Duplex, Auto-Speed
    Available but not configured via nameif
    MAC address 001f.9ee8.ff9c, MTU not set
    IP address unassigned
    0 packets input, 0 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants
    <--- More --->
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 L2 decode drops
    0 switch ingress policy drops
    0 packets output, 0 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 rate limit drops
    0 switch egress policy drops
      Control Point Interface States:
    Interface number is unassigned
    Interface Ethernet0/3 "", is down, line protocol is down
      Hardware is 88E6095, BW 100 Mbps
    Auto-Duplex, Auto-Speed
    Available but not configured via nameif
    MAC address 001f.9ee8.ff9d, MTU not set
    IP address unassigned
    0 packets input, 0 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 L2 decode drops
    0 switch ingress policy drops
    0 packets output, 0 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    <--- More --->
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 rate limit drops
    0 switch egress policy drops
      Control Point Interface States:
    Interface number is unassigned
    Interface Ethernet0/4 "", is down, line protocol is down
      Hardware is 88E6095, BW 100 Mbps
    Auto-Duplex, Auto-Speed
    Available but not configured via nameif
    MAC address 001f.9ee8.ff9e, MTU not set
    IP address unassigned
    0 packets input, 0 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 L2 decode drops
    0 switch ingress policy drops
    0 packets output, 0 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 rate limit drops
    0 switch egress policy drops
      Control Point Interface States:
    <--- More --->
    Interface number is unassigned
    Interface Ethernet0/5 "", is down, line protocol is down
      Hardware is 88E6095, BW 100 Mbps
    Auto-Duplex, Auto-Speed
    Available but not configured via nameif
    MAC address 001f.9ee8.ff9f, MTU not set
    IP address unassigned
    0 packets input, 0 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 L2 decode drops
    0 switch ingress policy drops
    0 packets output, 0 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 rate limit drops
    0 switch egress policy drops
      Control Point Interface States:
    Interface number is unassigned
    Interface Ethernet0/6 "", is down, line protocol is down
      Hardware is 88E6095, BW 100 Mbps
    Auto-Duplex, Auto-Speed
    Available but not configured via nameif
    <--- More --->
    MAC address 001f.9ee8.ffa0, MTU not set
    IP address unassigned
    0 packets input, 0 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 L2 decode drops
    0 switch ingress policy drops
    0 packets output, 0 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 rate limit drops
    0 switch egress policy drops
      Control Point Interface States:
    Interface number is unassigned
    Interface Ethernet0/7 "", is down, line protocol is down
      Hardware is 88E6095, BW 100 Mbps
    Auto-Duplex, Auto-Speed
    Available but not configured via nameif
    MAC address 001f.9ee8.ffa1, MTU not set
    IP address unassigned
    0 packets input, 0 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    <--- More --->
    0 L2 decode drops
    0 switch ingress policy drops
    0 packets output, 0 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collisions, 0 deferred
    0 lost carrier, 0 no carrier
    0 rate limit drops
    0 switch egress policy drops
      Control Point Interface States:
    Interface number is unassigned
    ------------------ show cpu usage ------------------
    CPU utilization for 5 seconds = 12%; 1 minute: 11%; 5 minutes: 11%
    ------------------ show cpu hogging process ------------------
    Process:      Dispatch Unit, NUMHOG: 1, MAXHOG: 133, LASTHOG: 140
    LASTHOG At:   04:45:59 UTC Nov 26 2013
    PC:           8be0f7
    Traceback:    8bed19  8bf553  302b87  3030a5  2fad69  7674bf  75ca16
                  c6251d  c62a4c  c62f6c  75c653  767820  797f64  769c85
    <--- More --->
    ------------------ show process ------------------
        PC       SP       STATE       Runtime    SBASE     Stack Process
    Mwe 00c9bb24 01bb8700 013e3250          0 01733fc8 15616/16384 emweb/cifs
    Lwe 001072ac 0176f9c4 013e32d0          0 0176d9f0 8132/8192 block_diag
    Mrd 00223a67 01783d5c 013e33b0     314854 0177be18 25752/32768 Dispatch Unit
    Msi 00f82847 01b07b84 013e3250        229 01b05bc0 7984/8192 y88acs06 OneSec Thread
    Mwe 0011b1a5 01b09cfc 013e3250          0 01b07d88 7864/8192 Reload Control Thread
    Mwe 00120606 01b1260c 013e5258          0 01b10988 7256/8192 aaa
    Mwe 001486aa 01b19404 013e5ae8          0 01b15450 16020/16384 CMGR Server Process
    Mwe 0014c3c5 01b1b4d4 013e3250          0 01b19570 7968/8192 CMGR Timer Process
    Lwe 002227a1 01b239b4 013ee360          0 01b219f0 7524/8192 dbgtrace
    Mwe 004e1ba5 01b29c34 013e3250        157 01b27d50 6436/8192 eswilp_svi_init
    Mwe 01064b1d 01b4a7f4 013e3250          0 01b48890 7848/8192 Chunk Manager
    Msi 008b61b6 01b52d54 013e3250        230 01b50da0 7856/8192 PIX Garbage Collector
    Lsi 00ecb6ac 01b54e94 013e3250         12 01b52ec0 7552/8192 route_process
    Mwe 008a5ddc 01b5dc04 0133b430          0 01b5bc40 8116/8192 IP Address Assign
    Mwe 00acb779 01b60604 01346e10          0 01b5e640 8116/8192 QoS Support Module
    Mwe 0091eba9 01b6275c 0133c530          0 01b60798 8116/8192 Client Update Task
    Lwe 01083c8e 01b656d4 013e3250     123088 01b63770 7840/8192 Checkheaps
    Mwe 00acfd7d 01b6b824 013e3250        623 01b69ad0 3476/8192 Quack process
    Mwe 00b2a260 01b6dad4 013e3250         22 01b6bbf0 7364/8192 Session Manager
    Mwe 00c55efd 01b78564 031d0478          4 01b74a50 14768/16384 uauth
    <--- More --->
    Mwe 00be3c9e 01b7aaec 0135c010          0 01b78b28 7524/8192 Uauth_Proxy
    Mwe 00c52759 01b80e0c 01361770          0 01b7ee88 7712/8192 SMTP
    Mwe 00c3f7b9 01b82eec 01361710          0 01b80fa8 7412/8192 Logger
    Mwe 00c3fd26 01b8502c 013e3250          0 01b830c8 7492/8192 Thread Logger
    Mwe 00f62272 01b9596c 013ac520          0 01b939c8 7188/8192 vpnlb_thread
    Msi 00b4097c 01c598c4 013e3250        190 01c578f0 8000/8192 emweb/cifs_timer
    Msi 005bd338 017a909c 013e3250      25855 017a7108 7412/8192 arp_timer
    Mwe 005c76bc 01b486e4 013fba50      20643 01b46770 7348/8192 arp_forward_thread
    Mwe 00c5a919 023fa5fc 013619e0          0 023f8648 7968/8192 tcp_fast
    Mwe 00c5a6e5 023fc624 013619e0          0 023fa670 7968/8192 tcp_slow
    Mwe 00c754d1 0240d42c 013628a0          0 0240b478 8100/8192 udp_timer
    Mwe 0019cb17 01b404a4 013e3250          0 01b3e530 7984/8192 CTCP Timer process
    Mwe 00efe8b3 0308c15c 013e3250          0 0308a208 7952/8192 L2TP data daemon
    Mwe 00efef23 0308e194 013e3250          0 0308c230 7968/8192 L2TP mgmt daemon
    Mwe 00eea02b 030c62ac 013a5c10         43 030c2338 16244/16384 ppp_timer_thread
    Msi 00f62d57 030c82f4 013e3250        264 030c6360 7924/8192 vpnlb_timer_thread
    Mwe 001b96e6 01b7cbbc 01b1e9c8          1 01b7ac48 7728/8192 IPsec message handler
    Msi 001c9bac 01b8d4dc 013e3250       2917 01b8b548 7648/8192 CTM message handler
    Mwe 00af93b8 031465b4 013e3250          0 03144640 7984/8192 ICMP event handler
    Mwe 00831003 0314a724 013e3250        387 031467b0 16100/16384 IP Background
    Mwe 0021b267 031a83c4 013123c0         31 03188450 123488/131072 tmatch compile thread
    Mwe 009f2405 03290044 013e3250          0 0328c0c0 16072/16384 Crypto PKI RECV
    Mwe 009f305a 03294144 013e3250          0 032901e0 16040/16384 Crypto CA
    Mwe 0064d4fd 01b3e24c 013e3250          8 01b3c2f8 7508/8192 ESW_MRVL switch interrupt service
    <--- More --->
    Msi 00646f5c 032c134c 013e3250    3059378 032bf448 7184/8192 esw_stats
    Lsi 008cbb80 032dc704 013e3250          3 032da730 7908/8192 uauth_urlb clean
    Lwe 008afee7 034a0914 013e3250        197 0349e9b0 6636/8192 pm_timer_thread
    Mwe 0052f0bf 034a35ac 013e3250          0 034a1648 7968/8192 IKE Timekeeper
    Mwe 00520f6b 034a8adc 0132e2b0          0 034a4e38 15448/16384 IKE Daemon
    Mwe 00bf5c78 034ac7ac 01360680          0 034aa7f8 8100/8192 RADIUS Proxy Event Daemon
    Mwe 00bc32de 034ae79c 034dcbe0          0 034ac918 7208/8192 RADIUS Proxy Listener
    Mwe 00bf5e0f 034b099c 013e3250          0 034aea38 7968/8192 RADIUS Proxy Time Keeper
    Mwe 005aac4c 034b3154 013fb980          0 034b1250 7492/8192 Integrity FW Task
    M*  008550a5 0009fefc 013e33b0       3183 034e3b20 24896/32768 ci/console
    Msi 008eb694 034ed9d4 013e3250       2370 034ebc40 6176/8192 update_cpu_usage
    Msi 008e6415 034f7dac 013e3250       1096 034f5eb8 6124/8192 NIC status poll
    Mwe 005b63e6 03517d1c 013fbd10       1963 03515d78 7636/8192 IP Thread
    Mwe 005becbe 03519e4c 013fbcb0          3 03517e98 7384/8192 ARP Thread
    Mwe 004c2b36 0351befc 013fbae0          0 03519fe8 7864/8192 icmp_thread
    Mwe 00c7722e 0351e06c 013e3250          0 0351c108 7848/8192 udp_thread
    Mwe 00c5d126 0352008c 013fbd00          0 0351e228 7688/8192 tcp_thread
    Mwe 00bc32de 03a6982c 03a5ee18          0 03a679b8 7512/8192 EAPoUDP-sock
    Mwe 00266c15 03a6b614 013e3250          0 03a699e0 7032/8192 EAPoUDP
    Mwe 005a6728 01b27b94 013e3250          0 01b25c30 7968/8192 Integrity Fw Timer Thread
    -     -        -         -      47686621    -         -     scheduler
    -     -        -         -      51253819    -         -     total elapsed
    ------------------ show failover ------------------
    <--- More --->
    ERROR: Command requires failover license
    ------------------ show traffic ------------------
    inside:
    received (in 51429.740 secs):
    7749585 packets905087345 bytes
    67 pkts/sec17013 bytes/sec
    transmitted (in 51429.740 secs):
    10653162 packets10355908020 bytes
    40 pkts/sec201026 bytes/sec
          1 minute input rate 412 pkts/sec,  51803 bytes/sec
          1 minute output rate 475 pkts/sec,  522952 bytes/sec
          1 minute drop rate, 24 pkts/sec
          5 minute input rate 399 pkts/sec,  59676 bytes/sec
          5 minute output rate 483 pkts/sec,  503200 bytes/sec
          5 minute drop rate, 9 pkts/sec
    outside:
    received (in 51430.240 secs):
    10758403 packets10441440193 bytes
    42 pkts/sec203021 bytes/sec
    transmitted (in 51430.240 secs):
    7548339 packets872053854 bytes
    <--- More --->
    63 pkts/sec16037 bytes/sec
          1 minute input rate 479 pkts/sec,  523680 bytes/sec
          1 minute output rate 387 pkts/sec,  46796 bytes/sec
          1 minute drop rate, 3 pkts/sec
          5 minute input rate 485 pkts/sec,  503789 bytes/sec
          5 minute output rate 387 pkts/sec,  57681 bytes/sec
          5 minute drop rate, 2 pkts/sec
    _internal_loopback:
    received (in 51430.740 secs):
    1 packets28 bytes
    0 pkts/sec0 bytes/sec
    transmitted (in 51430.740 secs):
    1 packets28 bytes
    0 pkts/sec0 bytes/sec
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Aggregated Traffic on Physical Interface
    <--- More --->
    Ethernet0/0:
    received (in 51431.740 secs):
    10758462 packets10640075825 bytes
    42 pkts/sec206042 bytes/sec
    transmitted (in 51431.740 secs):
    7548383 packets1029818127 bytes
    63 pkts/sec20023 bytes/sec
          1 minute input rate 485 pkts/sec,  537048 bytes/sec
          1 minute output rate 395 pkts/sec,  54546 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 485 pkts/sec,  511723 bytes/sec
          5 minute output rate 387 pkts/sec,  65495 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Ethernet0/1:
    received (in 51433.570 secs):
    7749780 packets1066328930 bytes
    67 pkts/sec20064 bytes/sec
    transmitted (in 51433.570 secs):
    10653359 packets10552787020 bytes
    40 pkts/sec205006 bytes/sec
          1 minute input rate 419 pkts/sec,  59621 bytes/sec
          1 minute output rate 480 pkts/sec,  533950 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 399 pkts/sec,  67618 bytes/sec
    <--- More --->
          5 minute output rate 482 pkts/sec,  511073 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Ethernet0/2:
    received (in 51434.730 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
    transmitted (in 51434.730 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Ethernet0/3:
    received (in 51434.730 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
    transmitted (in 51434.730 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
    <--- More --->
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Ethernet0/4:
    received (in 51434.870 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
    transmitted (in 51434.870 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Ethernet0/5:
    received (in 51434.870 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
    transmitted (in 51434.870 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
    <--- More --->
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Ethernet0/6:
    received (in 51435.010 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
    transmitted (in 51435.010 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Ethernet0/7:
    received (in 51435.010 secs):
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
    transmitted (in 51435.010 secs):
    <--- More --->
    0 packets0 bytes
    0 pkts/sec0 bytes/sec
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Internal-Data0/0:
    received (in 51435.510 secs):
    18513901 packets11784250044 bytes
    25 pkts/sec229023 bytes/sec
    transmitted (in 51435.510 secs):
    18207269 packets11641332179 bytes
    19 pkts/sec226078 bytes/sec
          1 minute input rate 891 pkts/sec,  595715 bytes/sec
          1 minute output rate 863 pkts/sec,  588935 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 885 pkts/sec,  584035 bytes/sec
          5 minute output rate 870 pkts/sec,  580393 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Internal-Data0/1:
    received (in 51436.010 secs):
    18207323 packets11641364184 bytes
    <--- More --->
    19 pkts/sec226076 bytes/sec
    transmitted (in 51436.010 secs):
    18513954 packets11784281987 bytes
    25 pkts/sec229022 bytes/sec
          1 minute input rate 855 pkts/sec,  575808 bytes/sec
          1 minute output rate 884 pkts/sec,  582339 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 869 pkts/sec,  578350 bytes/sec
          5 minute output rate 883 pkts/sec,  581924 bytes/sec
          5 minute drop rate, 0 pkts/sec
    ------------------ show perfmon ------------------
    PERFMON STATS:    Current      Average
    Xlates               0/s          0/s
    Connections         17/s          6/s
    TCP Conns            8/s          2/s
    UDP Conns            7/s          2/s
    URL Access           0/s          0/s
    URL Server Req       0/s          0/s
    TCP Fixup            0/s          0/s
    TCP Intercept        0/s          0/s
    HTTP Fixup           0/s          0/s
    <--- More --->
    FTP Fixup            0/s          0/s
    AAA Authen           0/s          0/s
    AAA Author           0/s          0/s
    AAA Account          0/s          0/s
    ------------------ show counters ------------------
    Protocol     Counter                     Value   Context
    IP           IN_PKTS                  168960   Summary
    IP           OUT_PKTS                 169304   Summary
    IP           TO_ARP                       61   Summary
    ------------------ show history ------------------
    ------------------ show firewall ------------------
    Firewall mode: Transparent
    ------------------ show running-config ------------------
    <--- More --->
    : Saved
    ASA Version 7.2(3)
    firewall transparent
    hostname ciscoasa
    enable password
    names
    interface Vlan1
    nameif inside
    security-level 100
    interface Vlan2
    nameif outside
    security-level 0
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    <--- More --->
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    passwd
    regex domain1 ".facebook\.com"
    regex domain2 ".fb\.com"
    regex domain3 ".youtube\.com"
    ftp mode passive
    access-list ACL_IN extended permit ip any any
    pager lines 24
    mtu inside 1500
    mtu outside 1500
    ip address 192.168.1.254 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-523.bin
    no asdm history enable
    <--- More --->
    arp timeout 14400
    access-group ACL_IN in interface outside
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout uauth 0:05:00 absolute
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    class-map type regex match-any DomainBlockList
    match regex domain1
    match regex domain2
    match regex domain3
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
    <--- More --->
      message-length maximum 512
    match domain-name regex class DomainBlockList
      drop-connection log
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:bb5115ea1d14ee42e7961ef0c9aaed86
    : end
    <--- More --->
    ------------------ show startup-config errors ------------------
    INFO: No configuration errors
    ------------------ console logs ------------------
    Message #1 : Message #2 : Message #3 : Message #4 : Message #5 : Message #6 : Message #7 : Message #8 : Message #9 : Message #10 : Message #11 : Message #12 : Message #13 : Message #14 :
    Total SSMs found: 0
    Message #15 :
    Total NICs found: 10
    Message #16 : 88E6095 rev 2 Gigabit Ethernet @ index 09Message #17 :  MAC: 0000.0003.0002
    Message #18 : 88E6095 rev 2 Ethernet @ index 08Message #19 :  MAC: 001f.9ee8.ffa1
    Message #20 : 88E6095 rev 2 Ethernet @ index 07Message #21 :  MAC: 001f.9ee8.ffa0
    Message #22 : 88E6095 rev 2 Ethernet @ index 06Message #23 :  MAC: 001f.9ee8.ff9f
    Message #24 : 88E6095 rev 2 Ethernet @ index 05Message #25 :  MAC: 001f.9ee8.ff9e
    Message #26 : 88E6095 rev 2 Ethernet @ index 04Message #27 :  MAC: 001f.9ee8.ff9d
    Message #28 : 88E6095 rev 2 Ethernet @ index 03Message #29 :  MAC: 001f.9ee8.ff9c
    Message #30 : 88E6095 rev 2 Ethernet @ index 02Message #31 :  MAC: 001f.9ee8.ff9b
    Message #32 : 88E6095 rev 2 Ethernet @ index 01Message #33 :  MAC: 001f.9ee8.ff9a
    Message #34 : y88acs06 rev16 Gigabit Ethernet @ index 00 MAC: 001f.9ee8.ffa2
    Message #35 :
    Licensed features for this platform:
    Message #36 : Maximum Physical Interfaces : 8        
    <--- More --->
    Message #37 : VLANs                       : 3, DMZ Restricted
    Message #38 : Inside Hosts                : Unlimited
    Message #39 : Failover                    : Disabled
    Message #40 : VPN-DES                     : Enabled  
    Message #41 : VPN-3DES-AES                : Enabled  
    Message #42 : VPN Peers                   : 10       
    Message #43 : WebVPN Peers                : 2        
    Message #44 : Dual ISPs                   : Disabled 
    Message #45 : VLAN Trunk Ports            : 0        
    Message #46 :
    This platform has a Base license.
    Message #47 :
    Message #48 : Encryption hardware device : Cisco ASA-5505 on-board accelerator (revision 0x0)
    Message #49 :                              Boot microcode   : CNlite-MC-Boot-Cisco-1.2
    Message #50 :                              SSL/IKE microcode: CNlite-MC-IPSEC-Admin-3.03
    Message #51 :                              IPSec microcode  : CNlite-MC-IPSECm-MAIN-2.04
    Message #52 :   --------------------------------------------------------------------------
    Message #53 :                                  .            .                            
    Message #54 :                                  |            |                            
    Message #55 :                                 |||          |||                           
    Message #56 :                               .|| ||.      .|| ||.                         
    Message #57 :                            .:||| | |||:..:||| | |||:.                      
    Message #58 :                             C i s c o  S y s t e m s                       
    Message #59 :   --------------------------------------------------------------------------
    <--- More --->
    Message #60 :
    Cisco Adaptive Security Appliance Software Version 7.2(3)
    Message #61 :
    Message #62 :   ****************************** Warning *******************************
    Message #63 :   This product contains cryptographic features and is
    Message #64 :   subject to United States and local country laws
    Message #65 :   governing, import, export, transfer, and use.
    Message #66 :   Delivery of Cisco cryptographic products does not
    Message #67 :   imply third-party authority to import, export,
    Message #68 :   distribute, or use encryption. Importers, exporters,
    Message #69 :   distributors and users are responsible for compliance
    Message #70 :   with U.S. and local country laws. By using this
    Message #71 :   product you agree to comply with applicable laws and
    Message #72 :   regulations. If you are unable to comply with U.S.
    Message #73 :   and local laws, return the enclosed items immediately.
    Message #74 :
    Message #75 :   A summary of U.S. laws governing Cisco cryptographic
    Message #76 :   products may be found at:
    Message #77 :   http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    Message #78 :
    Message #79 :   If you require further assistance please contact us by
    Message #80 :   sending email to [email protected].
    Message #81 :   ******************************* Warning *******************************
    Message #82 :
    <--- More --->
    Message #83 : Copyright (c) 1996-2007 by Cisco Systems, Inc.
    Message #84 :                 Restricted Rights Legend
    Message #85 : Use, duplication, or disclosure by the Government is
    Message #86 : subject to restrictions as set forth in subparagraph
    Message #87 : (c) of the Commercial Computer Software - Restricted
    Message #88 : Rights clause at FAR sec. 52.227-19 and subparagraph
    Message #89 : (c) (1) (ii) of the Rights in Technical Data and Computer
    Message #90 : Software clause at DFARS sec. 252.227-7013.
    Message #91 :                 Cisco Systems, Inc.
    Message #92 :                 170 West Tasman Drive
    Message #93 :                 San Jose, California 95134-1706
    ciscoasa#   

  • My hyperlinks have gone awry

    Help, my hyperlinks have done their own thing. I want all my hyperlinks to be blue as a:link. I defined my links in my external style sheet to be blue; however, when I visted my page in chrome or on my mobile phone some of my links are blue and the rest are purple. In chrome on the desktop, the "home" link in the navigation is blue and the rest of the links in the navigation are purple lol. This looks terrible to me and I'm sure others? How can I force each link to be blue, can I add a bit of code to the <a href ....> tad at every link to force each one blue? I have attached my source code and my external style sheet below. Please help me get this fixed. I've had this problem in previous designs as well. I know dreamweaver can be  buggy but there is usually a way around using the code. Thanks to all who help:
    Source code:
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>The Fat Loss Factor</title>
    <link href="externalstyles.css" rel="stylesheet" type="text/css"><style type="text/css">
    .sfadsf {font-family: 'Myriad Pro'}
    .size {font-family: 'Myriad Pro'; font-size: 19px; }
    .size {font-size: 19px}
    #Table {
              margin-left: 0px;
              font-family: "Myriad Pro";
              font-size: 14px;
    #PACKAGE {
              margin-left: 200px;
    .boldbig {
              font-size: 18px;
              font-weight: bold;
    a:link {
              color: #00F;
    a:hover {
              color: #F00;
    </style>
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/permanent-marker:n4:default.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="nav">
      <table width="100%" border="0">
        <tr>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/index.html">Home</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/terms.html">Terms</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/disclaimer.html">Disclaimer</a></th>
          <th width="25%" scope="col"><a href="http://www.lean-abs.net/privacy.html">Privacy</a></th>
        </tr>
      </table>
    </div>
    <div class="header" id="header"><p><center><img src="header.jpg" width="1000" height="294"  alt=""/></center></p></div>
    <div class="body">
      <h1 style="text-align: center"> </h1>
      <h1 style="text-align: center">&quot;Introducing <a href="http://dc06fet7mc2e2y31tboekenhis.hop.clickbank.net/">The Fat Loss Factor</a>, Your Detox and Solution to Weight Loss!&quot;</h1>
      <p style="text-align: center"> </p>
      <p style="text-align: center"> </p>
      <h2 style="text-align: center">Download The 1st Bonus &gt;&gt;&gt;</h2>
      <p style="text-align: center"> </p>
      <h3 style="text-align: center"><a href="http://bit.ly/14473an">DOWNLOAD THE BONUS HERE</a></h3>
      <p style="text-align: center; font-family: 'Myriad Pro';"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>The Fat Loss Factor 5 Toxins In Your Body That Sabotage Your Weight Loss,</strong> by Dr. Charles (a $9.99 value): This ebook created by A Board Certified Chiropractice Physician, Dr. Charles details parasites (how common they are) and how to get rid of them, food additives, interesting facts on protein, stress, emotional eating and more! </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"><a href="http://bit.ly/14473an"><img src="FLF_5_toxins.jpg" width="259" height="330"  alt=""/></a></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <h2 style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </h2>
      <h2>Download
        The 2nd Bonus &gt;&gt;&gt;
      </h2>
      <p> </p>
      <p> </p>
      <h3 style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><a href="http://bit.ly/14pMUL7">DOWNLOAD THE BONUS HERE</a></h3>
      <p style="text-align: center"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><span style="font-size: 19px">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>The 7 Habits Of Highly Effective Weight Loss,</strong> by Dr. Charles (a $4.99 value): This ebook created by A Board Certified Chiropractice Physician, Dr. Charles contains 7 highly effective habits plus one secret bonus habit. A few of the habits explained are the &quot;pyramid, grazer and holiday&quot; principles. </span>Make sure you know and master these basics. A new habit takes 300 repeptitions to implement and 3000 repepitions to break. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><img src="FLF_7_habits.jpg" width="259" height="330"  alt=""/></p>
      <p> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: Non;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-size: 24px; font-style: normal; font-weight: 400;">Download The 3rd Bonus &gt;&gt;&gt;<br>
        <br>
        <br>
        <br>
        <br>
        <br>
      </h2>
      <h3 style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><strong><br>
        <a href="http://bit.ly/19ZveOv">DOWNLOAD THE BONUS HERE</a></strong></h3>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;">The <span class="hightlighter">FREE</span> Bonus ebook - <strong>Lessons From The Miracle Doctors A Step-by-Step Guide To Optimum Health and Relief from Catastrophic Illness,</strong> by Jon Barron (a $19.99 value): This ebook created by Jon Barron is highly accepeted for its value and knowledge that has helped inform others about healthy practices and alternatives to traditional medicine.  178 pages in length, it is a must have for anyone serious about improving their health today, especially for those that have experimented with alternative medical treatments before. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px;"><img src="FLF_MD_lessons.jpg" width="259" height="330"  alt=""/></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-size: 24px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;">These bonus ebooks are highly recommended and will serve as a cumulative or additive effect to the results from The Fat Loss Factor. Make sure to experience this amazing remedy as the entire package, bonuses included. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-size: 19px; font-style: normal; font-weight: 400;"><span style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">THE FAT LOSS FACTOR REVIEW</span></h2>
      <p style="text-align: center; font-family: permanent-marker; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><a href="http://dc06fet7mc2e2y31tboekenhis.hop.clickbank.net/">The Fat Loss Factor</a> is here and <span class="hightlighter">exposed.</span> Do you have a weight related problem or maybe you are someone that just wants to lose some pounds to feel and look better? Perhaps you have stubborn bodyfat that won't come off. This is where The Fat Loss Factor can help you achieve your dream. It is a revolutionary program ready to be <span class="hightlighter">TAPPED</span> into today. Within 10 minutes you can begin to delve into the information that puts you closer to your goal or ideal body weight. Unlike your typical crash diet that may leave you heavier in the long run, the Fat Loss Factor preaches a novel, one-of-a-kind call to action; however, who is Dr. Charles, what does he know?</p>
      <p style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <div id="wrapper">
        <p> </p>
              <span style="font-family: 'Myriad Pro'; font-size: 19px;">Dr. Charles is: </span>
        <ul>
          <li>A Board-Certified chiropractic physician<span style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"></span></li>
        <li>Certified wellness practitioner </li>
        <li>Certified advanced nutritionist </li>
        <li>Speaker &amp; has </li>
        <li>Helped thousands reach their weight loss dream</li>
    </ul>
    </div>
      </ul>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;">Dr. Charles invented the Fat Loss Factor after an experiment with his favorite client. Lory, after her pregnancy was at a whopping 210 lbs; however, at the end of Dr. Charles' innovative weight loss solution, Lory weighed only 120 lbs total! That's a total weight loss of incredible <span class="hightlighter">90 pounds!</span> In addition, Lori's genes were tainted with diabetes and obesity  throughout her family lineage. Lory accomplished this feat while rearing her child. In the picture below, Lori stands accomplished on the beach at the fat left. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><span style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><img src="Before&Aftersnaps.jpg"  alt=""/></span></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">WHAT CAN THE FAT LOSS FACTOR DO FOR ME?</h2>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <ul>
      <ul>
        <ul>
        <ul>
          <ul>
          <ul>
            <ul>
            <ul>
              <ul>
                <p> </p></ul></ul></ul></ul></ul></ul>
          </ul>
        </ul>
      <p style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">Lori lost an incredible <span class="hightlighter">16 dress sizes</span>! She realizes a size even smaller than her highschool days, a goal you can accomplish as well! Women, especially need a program like The Fat Loss Factor when considering the barriers to their success. Let's review basic physiology to edify you in understanding the culprits. Success will be more practical when we have knowledge of what's working against us, right?</p>
      <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
      </ul>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"><!--- end wrapper div --->  <span style="font-size: 18px; font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400;"><img src="women_hurdles.jpg"  alt=""/></span></p>
      <p style="text-align: left; font-family: 'Myriad Pro'; font-size: 19px; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">SUCCESS WILL BE YOURS!</h2>
      <dl>
      </dl>
      <p><br>
        <br>
        <br>
        <br>
        <span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">Charles pondered, if Lori can do it, despite her barriers, than many people will experience asoulte weight loss through The Fat Loss Factor. Their bodies will be SOLD to fat loss. People will meet and exceed their expectations and guess what? There is proof. Go now, to this video page &gt;&gt;&gt; <a href="http://kimbroj.flfenglish.hop.clickbank.net">here</a> and scroll down to the bottom of the page to view the amazing quanity of facebook comments. Notice thousands of comments from people suceeding like you will, you can do it! Visualize your way to the finish line, you can become the next customer to post a success story. Why wait, &quot;<a href="http://kimbroj.flfenglish.hop.clickbank.net?pid=checkout">Get it</a>&quot; within minutes from now. Experience joy!</span></p>
      <p style="text-align: center"> </p><br>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">WHAT ONE CUSTOMER WANTS YOU TO EXPERIENCE</p>
      <p> </p>
      <p> </p>
      <div id="FLF Movie"><p><center><iframe width="420" height="315" src="//www.youtube.com/embed/vL5tYcuc5Jg" frameborder="0" allowfullscreen></iframe></center></p></div>
      <p style="text-align: center">Video Caption: The Incredible <a href="h.hop.clickbank.net?pid=checkout">Fat Loss Factor</a> yours now!</p>
      <p style="text-align: center"> </p>
      <p style="text-align: center"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">WHAT DOES THE FAT LOSS FACTOR <span class="hightlighter">PREACH</span>?</h2>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><br>
        <br>
      </p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">With an initial running time of 12 weeks, the first couple are dedicated to detox. After purchasing, you'll have many items to help you reach your goal. On page 30 of The Fat Loss Factor are recommended foods that will detox your system, binding fat and destroying it from the body. These handy foods are generally organic. You'll also learn which foods are hazardous to fat reduction. Not to mention Dr. Charles' mailing list will keep you current with what foods to intake. Image that, constant reminders to help you reach your goal, that's all included and very handy. You're beginning to see and realzie how it all comes together in unity to work for you.</span></p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
        <p style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"> </p>
        <h2 style="font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400; text-align: center;">TELL ME MORE ABOUT THIS POTENTIAL SOLUTION</h2>
        <br>
        <br>
        <br>
        <br>
      <span style="font-size: 19px; font-family: 'Myriad Pro'; color: #000; font-style: normal; font-weight: 400;">I want you to know exactly what you might decide to purchase which is why I have included the entire table of contents to the main ebook of the series: The Fat Loss Factor. Note this table of contents is condensed for the purpose of copyright. You'll actually get more than what you see below. Note The Fat Loss Factor is divdied into 12 principles and contains 141 pages</span></blockquote>
      <p style="text-align: left; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">TABLE OF CONTENTS (CONDENSED) CONTAINING &quot;SENSITIVE <span class="hightlighter">INSIDER</span> KNOWLEDGE&quot;</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <div id="Table">
        <p><span class="boldbig">PRINCIPLE 1 PREPARING FOR SUCCESS </span><br>
          <br>
          <span class="boldbig">PRINCIPLE 2 OUT WITH OLD, IN WITH NEW </span><br>
          <br>
          -PART 1 LAW OF UNADPTATION<br>
    -PART 2 GET RID OF TOXINS</p>
        <p><br>
                        <span class="boldbig">PRINCIPLE 3 LIFESTYLE UN-DIET</span><br>
                        <br>
                        -LIVER FUNCTION<br>
        -PHASE 1 - MASTER CLEANSE (3 TO 10 DAYS)<br>
        -D-I-E-T - A FOUR LETTER WORD<br>
        -FIBER FOR LIFE<br>
        -PROTEINS<br>
        -THE SKINNY ON FATS<br>
        - FAT LOSS FACTOR'S 15 FOODS FOr MAXIMUM WEIGHT LOSS <br>
        -DON'T DEPRIVE YOURSELF OF THESE<br>
        -EAT THESE FOODS TOGETHER TO PACK ON THE POUNDS<br>
        -SMOOTHIE IT UP<br>
        -FAT LOSS FACTOR'S 3 AXIOMS OF SUCCESS<br>
        -FOOD COMPANIES FATTEN YOU UP AND MAKE YOU SICK<br>
        -WHAT YOU DON'T WANT TO SEE ON A FOOD LABEL<br>
        -STRUCTURED EATING<br>
        -BREAKFAST: THE MOST IMPORTANT MEAL OF THE DAY - OR IS IT?<br>
        -THE FAT LOSS FACTOR DIET PLAN REVEALED<br>
        -PICK YOUR WEIGHT LOSS PLAN<br>
        -THE 48-HOUR FAST</p>
        <p><br>
          <span class="boldbig">PRINCIPLE 4 WASH AWAY FAT WITH WATER</span><br>
          <br>
          -BENEFITS OF DRINKING WATER</p>
        <p><br>
          <span class="boldbig">PRINCIPLE 5 GOOD HEALTHY SUPPLEMENTATION</span><br>
          <br>
          -TOP 12 SUPPLEMENTS FOR HEALTHLY WEIGHT LOSS</p>
        <p><br>
          <span class="boldbig">PRINCIPLE
          6 REBUILD YOUR BODY &amp; MELT FAT ALL DAY LONG</span><br>
          <br>
          -SIX WORK OUT EXERCISES<br>
          -REASONS WHY YOU SHOULD EXERCISE<br>
          -LINGO: THE LANGUAGE OF WORKING OUT<br>
          -PROPER POSTURE DEFINED<br>
          -THE LAW OF ADAPTATION<br>
          -BEST TIME TO EXERCISE<br>
          -SUGGESTED WORKOUT/TIMES</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 7 SCULPT MUSCLE AND TRIMFAT </strong><br>
          <br>
          - THE DREADED CARDIO<br>
          -HIGH INTESITY INTERVAL TRAINING<br>
          -ULTIMATE FAT BLASTER</p>
        <p><span class="boldbig"><br>
          <strong>PRINCIPLE 8 IT'S ALL A MIND GAME RELAX </strong></span><br>
          <br>
          -STRESS AND WEIGHT GAIN <br>
          -HOW TO DE-STRESS<br>
          -ELEMENTS OF A HEALTHLY MINDSET<br>
          -3 FORMS OF EXERCISE THAT CAN DE-STRESS YOU MIND</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 9 NO BREATHE, NO LIFE </strong><br>
          <br>
          -DEEP BREATING ROUTINE..<br>
          -TOP 7 REASONS TO GET A GOOD NIGHT'S SLEEP<br>
          -12 WAYS TO RELAX<br>
          PRINCIPLE 11 LOOK YOUR BEST TO FEEL YOUR BEST<br>
        -TOP TEN MAKEOVER TIPS</p>
        <p><br>
          <strong class="boldbig">PRINCIPLE 12 TURNING YOUR PROGRAM IN</strong><strong class="boldbig">TO A LIFESTYLE</strong><br>
          <br>
          -LIFESTLYE TIPS<br>
          -MOTIVATION TIPS<br>
          -DEPRESSION/SELF ESTEEM ISSUES<br>
          -BELLY FAT TIPS<br>
          -ADDRESSING HYPOTHYROIDISM<br>
        -BINGE EATING, EMOTIONAL FOOD CRAVINGS, AND PORTION CONTROL </p>
        <p><br>
          <span class="boldbig"><strong>APPENDIX </strong>  </span><br>
          <br>
          -TOOLS FOR A FAT LOSS FACTOR KITCHEN<br>
          -FAT LOSS FACTOR HOME GYM EQUIPMENT
          <br>
        </p>
      </div>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;">WHEN I PURCHASE, WHAT DOES THE &quot;PACKAGE CONTAIN&quot;?</h2>
      <div id="PACKAGE">
        <p> </p>
        <ul>
          <li>The Fat Loss Factor Ebook</li>
          <li>A Quick Start Guide (Start Here)</li>
          <li>10 Minute Raw Food Recipes</li>
          <li>90 Day Meal Plans</li>
          <li>Master Cleanse Videos (Access anytime)</li>
          <li>FooJoo Software</li>
          <li>Fat Loss Factor Diet/Exercise Log</li>
          <li>Fat Loss Factor Workout Beginner</li>
          <li>Fat Loss Factor Workout Intermediate</li>
          <li>Fat Loss Factor Workout Advanced</li>
          <li>Fat Loss Factor 15 Minute Sample Workouts 1-5</li>
          <li>Fat Loss Factor Goal Setting Guide</li>
          <li>Fat Loss Factor Grocery List</li>
          <li>Fat Loss Factor Measurements Form</li>
          <li>Fat Loss Factor Recipes eBook</li>
        </ul>
      </div>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Don't forget your bonuses above and check out these testimonals below</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <h2 style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;">FAT LOSS FACTOR SUCCESS STORIES</h2>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>Since starting this diet in April, I have lost 25 pounds!!! I love this diet…</strong>
    <p> </p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Hi Michael….Since starting this diet in April, I have lost 25 pounds!!! I love this diet…I eat plenty and have found</p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">many delicious recipes to sustain me. I eat an apple a day (along with a wide variety of other fruits) and have found that I actually crave the apple, I went to the fridge yesterday and found no apples in the fruit drawer, so I jumped in my car and headed straight for the local fruit stand to replenish my stock. ( like a smoker does for cigarettes) It&rsquo;s nice to know the many benefits I am getting with something I&rsquo;ve come to really enjoy!</p>
    <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> I have 5 pounds to go to accomplish my weight goal….once there, I may set a new one…just for fun!
      Warm Regards,
      Joyce Borodemos</p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>I had my 16-year old daughter run through it once school let out. In 2 weeks she dropped 24 pounds...</strong></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Hi Mike
    I just thought you might be interested on an update…
    I loved the 2-week phase diet so much that I had my 16-year-old daughter run through it once school let out. In 2 weeks, she dropped 24 pounds (including a significant amount of bloating around her midsection) and is under 200 pounds for the first time in years. She now has a waistline. Even more significantly, when she first started, she complained that the food was tasteless. That disappeared within a couple of days and my junk food-loving teen was able to appreciate the taste of fresh produce again. All the chemicals she was pumping into her body had so significantly altered her taste buds that she couldn&rsquo;t even taste real food until she&rsquo;d been able to cleanse her palate for a couple of days. Today was her first day off the meat-free diet and she really wanted a piece of marzipan (her favorite treat) and a bit of naan. Both repelled her when she tried to eat them. She complained that they tasted like chemicals! In fact, she ran to the fridge and piled a bunch of fresh veggies on plate to drown the awful taste of what used to be some of her favorite comfort foods.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Here&rsquo;s the best part…she&rsquo;d suffered from debilitating migraines on a DAILY basis. They were so bad that she missed a significant amount of school over the past few years. She has not had a migraine since the second day of the meat-free diet.
        As for me, I&rsquo;ve noticed significant changes too. I used to have to take 3 pain relief pills to even begin to combat the headaches I&rsquo;d get from working at my computer. Now, even a half dose (1 Advil) will do the trick if I even need it. But most of all, I appreciate the closer bond this process has forged between me and my daughter. Although we&rsquo;ve always been extremely close, she resented my being a personal trainer and was loathe to follow any of my professional advice. That was the one area where we could never see eye-to-eye. But between going through this nutritional change and the talking we did on our hour-long daily walks together, she&rsquo;s found a new interest in living a healthy lifestyle. As a trainer, I am inspired by the benefits of your program. As a parent, I&rsquo;ll be forever grateful to you because Fat Loss Factor is showing my daughter that she can, indeed, succeed at making positive changes to her body and her health that will last a lifetime!</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Now, we&rsquo;re really eager to start exercising together. (I&rsquo;m taking your advice and skipping the lemonade detox, and I&rsquo;m reluctant to have my daughter do it considering her age and health history)
        Thanks again! You&rsquo;re a true guru in my book!</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"><br>
      </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"><strong>I watched your video many times over a period of several months before finally deciding to try your program. Within a week I noticed a tremendous difference...</strong></p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 22px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">LOL Michael, </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I actually have hypothyroidism and take medicine everyday but do not use it as an excuse for being overweight. I am overweight because I made bad decisions about food and did not exercise properly. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Since starting your program I feel better and have gone down one size in clothing. Sure, there were a few modifications to ease into these changes. After all I am in my late 50s and have been out of shape for a long time. There has been a little cheating but not much. I am sticking with this and will tighten the reins more and more as time goes by.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">By saying that I FEEL better means exactly that. I get better sleep. My joints more freer. I breath easier without so much abdominal pressure pushing up on my diaphram. It never occured to me flushing my system would make me feel so great. This ha such a positive effect on my attitude also.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I recently tried the Flat Belly Diet. It had me eating every 4 hours and a MUFA with each meal. Yes there are 'good' fats but MUFAs are still fats. I was eating twice as much foods as before and about 10 times for fat then before. I gained weight and was demoralized. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I watched your video many times over a period of several months before finally deciding to try your program. Within a week I noticed a tremendous difference. Flushing out the toxins from my body has made me convinced you have me going in the right direction. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I am slowly trimming up. My whole attitude has changed. I FEEL better and am not starving myself or obessing over food. my appetite has decreased. It's that simple.</p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Thank you for helping me change for the better. </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">Sincerly, Hazel. </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400;"> </p>
      <p><span style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><span style="font-size: 18px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; color: #000; font-style: normal; font-weight: 400;"><img src="FinalReview.jpg"  alt="" id="final"/></span></span></p>
      <h2> </h2>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;"><strong>Program name: </strong><span class="hightlighter">The Fat Loss Factor</span><br>
        <strong>Author name: </strong>Dr. Charles D.C. and Lori A.<br>
      <strong>Summary: </strong>This is a unique and revolutionary approach to dieting which I understand many people are participating in and are repeating the benefits of fat loss from.The program preaches detoxification and dieting with updates delievered via email to keep me ontop of my game and current with the Jones'. Exercise is reviewed and expressed in moderation. I understand if I <span class="hightlighter">hate</span> the program and it fails to help me, I can return it without question for a full-money back guarantee within the first 60 days or 2 months. </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: 'Myriad Pro'; font-style: normal; font-weight: 400; font-size: 19px;">I understand this package is worth at least $97.00 but today am receiving a steal at the price of <span class="hightlighter">$47.00</span>. I know that Dr. Charles has used these techniques in his clinics charging clients upwards of $500.00 to reap the same benefits I can gain for only $47.00. I also understand the package which includes many items not just the Fat Loss Factor ebook comes with one year of consulting with Dr. Charles via email.<br>
        <strong>My bargin price: </strong><span class="hightlighter">$47.00 only</span><br>
        <span class="hightlighter"><strong>Guarantee: </strong>60 days</span>, no questions asked, hassle free, money back guarantee. <br>
      </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><span style="font-size: 24px; font-family: permanent-marker; color: #000; font-style: normal; font-weight: 400;"><img src="chevron.jpg"  alt="" id="chevron"/></span></p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"> </p>
      <p style="text-align: center; font-family: permanent-marker; font-style: normal; font-weight: 400; font-size: 23px;"><a href="http://kimbroj.flfenglish.hop.clickbank.net?pid=checkout"><img src="order4.png"  alt="" width="412" height="215" id="order"/></a></p>
      <p style="text-align: center; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;"> </p>
    </div>
    <div class="footer" id="footer">
    <p><center><img src="footer.jpg"  alt="" width="971" height="186" class="center"/></center></p></div>
    </body>
    </html>
    External style sheet:
    @charset "UTF-8";
    h1 {
              color: #000000;
              font-style: normal;
              font-weight: 400;
              font-family: permanent-marker;
              font-size: 30px;
              text-align: center;
    h2 {
              font-style: normal;
              font-weight: 400;
              font-family: permanent-marker;
              color: #000000;
              font-size: 24px;
              line-height: 10px;
              text-align: center;
    .adjustment {
              text-align: justify;
    .center {
              text-align: center;
    #wrapper {
              margin-left: 200px;
              text-align: left;
    li {
              background: url(sunny3.png) left center no-repeat;
              list-style: none;
              padding-bottom: 5px;
              padding-left: 26px;
              padding-right: 30px;
              padding-top: 7px;
              text-align: left;
              font-family: "Myriad Pro";
              font-size: 19px
    .hightlighter {
              background-color: #FFFF00;
              font-family: permanent-marker;
              font-size: 23px;
              font-style: normal;
              font-weight: 400;
    .title {
              font-family: "Myriad Pro";
              font-size: 19px;
              font-weight: bold;
    p {
              font-family: "Myriad Pro";
              font-size: 19px;
              text-align: center;
    a:link {color:#00F;
    h3 {
              font-family: "Myriad Pro";
              font-size: 19px;
              text-align: center;
    Thanks so much, as above you can see I defined a:link {color: blue;}

    In CSS, there are five states for links
    a:link
    a:visited
    a:hover
    a:active
    a:focus
    a:link (=unvisited, or never clicked)
    a:visited (=clicked at least once)
    a:visited is purple in most browsers by default.
    Thus, you need to define a:visited in your CSS and it should come after a:link (otherwise you'll never see it)
    One solution would be:
    a:link, a:visited {
              color: #00F;
    but bear in mind that visitors find it handy if a:visited is a different color to a:link so they know which links they've already clicked on.
    a:link {
              color: #00F;
    a:visIted {
              color: #SOME OTHER COLOR TO A:LINK;
    a:hover {
              color: #F00;

  • SALES ORDER: Total of a Field from the Grid in a User-Defined Field in ORDR

    Hello!
    I created a User-Defined Field called "U_Soma" in table ORDR (Marketing Documents / Title).
    I need this U_Soma field Totalize the content of another User-Difined Field called "U_TotalPorUM" created in table RDR1 (Marketing Documents / Rows). It must get the Sum the value of all rows in the current record being edited.
    Using the Query below, it works fine with already saved records:
    SELECT SUM(T1.[U_TotalPorUM]) FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.DocEntry = $[ORDR.DocEntry]
    However, I need that it work with non saved (yet) records.
    Thank you!
    VALERIO OLIVEIRA
    Edited by: ValerioOliveira on Apr 22, 2010 10:14 PM

    Gordon, thank you for your fast answers!
    In other circumstances I would agree with you.
    But the U_Soma field must be used to control the maximum weight of a charge.
    It becames very usefull if user can see that the charge limit is reached, still when the Sales Order is being edited.
    (The U_TotalPorUM field shows the weight of each item).
    I would appreciate any help!
    Thanks a lot!
    VALERIO OLIVEIRA
    Edited by: ValerioOliveira on Apr 23, 2010 7:28 PM

  • Create the stock in storage bin level

    Hai all
         while i am doing transfer of order it is asking that storage unit type and the material stock is not maintained in storage bin .
    can anybody tell me how to maintain the stock in bin level .please help me is there any tcode for that
    regards
    satish

    Dear Satish
    A storage type generally contains several storage spaces or slots. These are called storage bins in Warehouse Management (WM). The storage bin is the smallest available unit of space in a warehouse. The storage bin therefore describes the position in the warehouse where the goods are or can be stored.
    Since the address of a storage bin is frequently derived from a coordinate system, a storage bin is often referred to as a coordinate. The coordinate 01-02-03 for example, can refer to a storage bin in row 1, stack 2, and level 3.
    You assign each storage bin to a specific warehouse number and storage type according to its location. You must also assign each storage bin to a storage section.
    You can also define the following additional characteristics of a storage bin:
             --> Maximum weight
             --> Total capacity
             --> Fire containment section
             --> Storage bin type (for example, for small or large pallets)
    With certain stock placement strategies, the storage bin type plays a significant role in optimizing the automatic search for a storage bin in connection with the pallet type. For example, you can define the WM putaway strategy to place large industrial pallets into a specific large bin type and smaller pallets into small bins.
    <i><b>For information on how to define storage bins, call up the Implementation Guide (IMG) for Warehouse Management and see under Master Data --> Storage Bins .</b></i>
    Generally speaking, you can use any combination of letters and numbers for a storage bin coordinate with the exception of certain alphanumeric characters that are used for stock placement strategy P (according to pallet or storage unit type).
    When goods are placed into storage, the system selects coordinates in ascending order according to specific sort criteria, and assigns the next available storage bin based on the coordinate structure you define for creating bins.
    Thanks
    G. Lakshmipathi

  • Access the properties of an xy-plot (eg: cursor x,y values, scale etc)

    Is there a way to do the following:
    - access the (x,y) coordinates of a plot cursor so that I can use them further in the program? I need to mark certain points in a plot and store them in an array. Right now I have to copy them by hand(!) from the cursor legend, and then paste them as the elements of the array.
    -access the scale of the plot (set on autoscale), for example the y-scale? I would like to be able to run a while loop (where data is acquired) until the |max| of
    the scale is above or under a specific value.
    Thanks a lot!

    1. Create a property node for the graph and select the property "active cursor", expand the property node to another property and select cursor.position -> all elements...The two elements are the x and y position of the cursor you set active by wiring the index of the cursor to the active cursor property (0 is the first cursor...1 is the next etc.).
    2. The Y scale maximum can be read from the Y scale range maximum property of the graph. Instead of using autoscaling and and decide when to stop by reading the current scale I would rather check the incoming aquired values directly though.
    MTO

  • Monitor on top?

    A friend of mine with limited desk space just bought a mini. We are wondering if it's okay to put the monitor (22" LCD) on top of the computer. The aluminum frame certainly seems strong enough and the DSL modem is close by (I've heard of some concerns that placing a monitor on the mini may disrupt Wi-Fi reception.)

    I was actually wondering this as well. Why isn't their a posted specification on maximum weight the new macmini's can bear. It seems given all the operating spec's this needs to be included. The alternatives are fine, but I work at a University and we do routine setups of workstations. This information would be handy to KNOW what we can and cannot do when it comes to setting up the footprint of our stations. I called Apple and asked this very question and I got some non-technical hear-say type answer. The individual stated, "Well I used a 19" monitor (not an apple monitor) for 2 years and I've never had a problem. You would probably be ok, but if you have any concerns about it, if it were me I wouldn't do it." I pressed him more and said, "So, you're saying its ok?" Then he said, "Well the only thing I can think about is the optical drive possibly being damaged and maybe heat dissipation being a factor." This is dumbing UP what he said. So he continued to vacillate back and forth so much so as to destroy the confidence of getting any conclusive answer. I tried to get to someone more suited to the question, but he lacked the imagination to understand the relevance of my concern, and marginalized its importance. So I would like to have ideas as to who I could contact short of manually performing experiments on cases to establish experimentally what the weight tolerances are of the new macmini's. Isn't that Apple's job?

  • Is coding ok for coursework?

    So i have a class with the specifications as so
    The Aircraft
    This must be an object which contains the passengers.  You must use a Java Collection object (not an array) to hold the Passengers and this must limit the number of passengers either when the maximum seat number is reached (250 for this demo) or if the maximum weight is reached (21300). The aircraft should calculate the fare for each passenger as they are added and keep track of the revenue being generated (total fares of all the passengers).  There are also other things like the aircraft seat number is dependant on the aircraft wait, and there is a rule for the price the Person pays depending on their total weight. This is what i have done
    import java.util.*;
    public class Aircraft
         private List<Passenger> passengers = new ArrayList<Passenger>();
              public Aircraft(Passenger element)
                   this.addPassenger(element);
              public void addPassenger(Passenger element)
                   try
                        if (passengers.size()<numberOfSeats() && aircraftWeight()<21300.00)
                             passengers.add(element);
                   catch(Exception e)
                        System.out.println(e);
                        System.out.println("Passenger number reached or Passenger total weight reached");
              public double passengerTotalWeight()
                   double weight = 0.0;
                        for(Passenger a: passengers)
                             weight = a.getWeight() + a.getLuggage().getWeight();
                   return weight;
              public double aircraftWeight()
                   double weight = 0.0;
                        for(Passenger a: passengers)
                             weight += passengerTotalWeight();
                   return weight;
              public double passengerFair()
                   double fair = 400.0;
                   double weight = passengerTotalWeight();
                        for(Passenger a: passengers)
                             if(weight >= 50 && weight < 100)
                                  fair = 400 + ((weight - 50) * 5);
                             else if(weight >= 100 && weight < 150)
                                  fair = 650 + ((weight - 100) * 10);
                             else if(weight > 150)
                                  fair = 1150;
                   return fair;
              public int numberOfSeats()
                   int seats = 250;
                   double weight = passengerTotalWeight();
                        if(weight>100)
                             seats = 213;
                        else if(weight>150)
                             seats = 142;
                   return seats;
    }I just basically wanted to know if the programming and style is ok. I am just a bit unsure whether sections like this
    if (passengers.size()<numberOfSeats() && aircraftWeight()<21300.00)Where i am doing it with methods is ok. I am basically looking for the best way to do this class as a professional programmer would. Any advise would be great
    cheers

    Looking at it, i would say that it is adding 0.0 each time or its going to produce too high a value due to it not being assigned the weight of just one Passenger each time, but the total weight. I havnt got a tester going yet, but i think its really about time i work on that so i can do some println's.
    I just thought of somthing else, so i changed my code slightly. The passengerTotalWeight method returns the total weight (their weight plus luggage weight) for a single Passenger (not for all passengers). Its the aircraftWeight method which returns the passengerTotalWeight for all passengers. So for the aircraftWeight method, i didnt think an extended for loop was needed. I also added a new variable. This is how it looks at the moment
    public double passengerTotalWeight()
                   double weight = 0.0;
                        for(Passenger a: passengers)
                             weight = a.getWeight() + a.getLuggage().getWeight();
                   return weight;
              public double aircraftWeight()
                   double weight = 0.0;
                   double totalWeight = 0.0;
                        for(int x=0; x<=passengers.size(); x++)
                             double newWeight = passengerTotalWeight();
                             totalWeight = weight + newWeight;
                   return totalWeight;
              }   Not too sure if i am getting closer. I will start working on a tester.

Maybe you are looking for

  • Ipod Classic doesn't play video with Component cables

    I just bought a new Ipod Classic and I have it connected to my Denon receiver using the Denon dock.  I am able to play music and movies from the ipod.  But when I try to play movies thru my small LG tv (Apple red, rellow white component cable) I only

  • WHERE ARE THE .JPG FILES IN THE MXP1700????

    Where can I find the .jpg files in the MXP1700 using the serial interface??? Need to down load to my desktop ... have to use serial for this issue. Thanks.

  • Dump for Shopper On Behalf of Field

    Hi Srm Gurus, My requirement was to restrict the search help for Shopper on Behalf in SRM. I Implemented the BADI 'BBP_F4_READ_ON_ENTRY' for method 'GET_BOBUSER'. In testing i got the expected result in the Search Help. When i try to select the entry

  • How can I restore my Navagation App (Blue Arrow) on my phone.

    I could not hear a voice giving directions on my Navation Blue Arrow) app.  I tried to do what a search result told me to do, and I lost my app!!!  How do I retrieve the blue arrow Navagation app.  I have tried going to application manager, maps, uni

  • Replacing a fields value with somethingelse in PLD

    Hi All, In the Batch Number Transaction Report's PLD, I want to replace Doc. Type OWTR with Production Order. I have some idea that it would be handled through a formula field but dont know the exact work flow. Could anybody tell me how to handle it