global_start.php
Code:
$result = $DB->query("SELECT * FROM {$CONF['sql_prefix']}_sites WHERE premium_flag = 1 ORDER BY RAND() DESC LIMIT 5", __FILE__, __LINE__);
The Limit at the end. so it grabs 5 random members and rotates them.
Looks like on your site it dont scroll to the next set of 2. Try to remove your mouse from the display ( dont hover it, since that stops it )
If that aint work also, i gotto test out myself, been some time since i used this
EDIT: I see Mark removed css folder from vl for version 1.0, that deleted also a required css file for the plugin. Ill test out myself tomorrow and post an update if required