I'm willing to donate $50 in btc to someone who can set up a website that runs the openbazzar program letting people browse the openbazaar market without the need of downloading and installing the progrom.
Anyone?
Seems rather hard to do... Openbazaar is a piece of p2p software you run on your local machine.
In order to do this, you'd have to run a server where you run the openbazaar software and then use an api (don't even know if this is implemented, if it isn't implement you'd have to edit the sourcecode to add API functionality) to connect your webserver to the running openbazaar program.
In this case, every user of your website would be using the same account to buy/sell stuff...
IF openbazaar has an API (which i doubt), this would be possible, but it would cost a hell of a lot more than $50 i'm afraid...
You would have to create your own payment gateway, user management, interface,... actually completely reinvent openbazaar, only pull the items off openbazaar and place the payments trough the API...
Basically, you'd have to make a complete online store, but you'd have to pull your inventory from the openbazaar api, your users should send coins to your hot wallet, afterwards buy an item (your api should send a buy request to the p2p program) and substract the amount of coins from their account on your site.
Expect a couple hundred hours development if an API is already present, a lot more if an API has to be included in the P2P program. I personally charge around $35/hour... So it would cost a lot.