<?PHPinclude 'html_friends.php';$a = new html_friends();echo $a-> order_list_init();$ar = array('foo1' => 'Foo1', 'foo2' => 'Bar', 'foo3' => 'Something', 'foo4' => 'Barrr');print_r($a->order_list($ar, 'Save'));?>