Thats from the bottom of the main page with disabled CSS: Code (text): [/FONT][/SIZE] [SIZE=2][FONT=Verdana][FONT=Courier New][% _.each(data.artists, function(artist){ %] Follow [%=artist.name=%] [% }); %] Follow [%=data.label.name=%] [% if(data.saleType === 'purchase') { %] [% print(BP.functions.formatCurrency(data.price, "usd")); %] [% } else { %] View Track [% } %] [% _.each(data, function(item){ %] [% var classes = [], active = '', small = ''; if(item.children){ classes.push('parent'); } if(item.played){ classes.push('played'); } if(item.parentId){ classes.push('child'); small = 'small'; } if(item.queuePosition === (BP.queuePosition||-1) ){ classes.push('active'); active = 'active'; } %] [% if(item.type == 'track'){ %] [%=item.title=%] [% } else { %] [%=item.name=%] [% } %] [% if(item.artists){ %] [%=BP.functions.renderTemplate('tmpl-player-artists', item )=%] [% } %] [% if(item.label){ %] [%=item.label.name=%] [% } %] [% if(item.releaseDate){ %] [%=item.releaseDate=%] [% } %] [% if(item.type==="track"||item.type==="release"||item.type==="chart"){ %] [%=BP.functions.renderTemplate('tmpl-btn-buy-small', item)=%] [% } %] X [% }); %][/FONT] [SIZE=2][FONT=verdana][COLOR=#000000][/code][/COLOR][/FONT][/SIZE][/FONT][/SIZE] [SIZE=2][FONT=Verdana][SIZE=2][FONT=verdana][COLOR=#000000]It looks a little bit like JavaScript, but I am not sure... By the way, how do you think the website is implemented (music store, about 250k hits per day)? What programming language do they use (or what would be the best language for a site like that)? Do they play (preview) tracks from the disk evrytime somebody wants to listen (reference to files in MySQL, but actual files read from a disk etc)? Just wondering... Thank you. [/COLOR][/FONT][/SIZE][/FONT][/SIZE][/code][/FONT][/SIZE]