Using eMiniMalls in non-contextual mode
By default eMiniMalls service is set to be non-contextual. That means you can set your own keywords. The following lines in your customized code can be edited to include keywords of your choice:
ch_non_contextual = 1; v
ar ch_queries = new Array("laptop", "ipod");
var ch_selected=Math.floor((Math.random()*ch_queries.length));
ch_query = ch_queries[ch_selected];