<%@LANGUAGE="JAVASCRIPT" LCID=2057%> dot dash - Info and Contacts <% var AdvertRS_cmd = Server.CreateObject ("ADODB.Command"); AdvertRS_cmd.ActiveConnection = MM_connRemoteControlRecords_STRING; AdvertRS_cmd.CommandText = "SELECT * FROM tblFlashAd WHERE Active = 1"; AdvertRS_cmd.Prepared = true; var AdvertRS = AdvertRS_cmd.Execute(); var AdvertRS_numRows = 0; // Select a random row number AdvertRS.MoveFirst(); var i = 1; while (!AdvertRS.EOF) { AdvertRS.MoveNext(); i++ } var rndMax = i; var rndNumber; rndNumber = Math.floor(rndMax * Math.random()); rndNumber = rndNumber + 1; //Add one to prevent it from going to zero, and to make it count the last record too if (rndMax > 0) { AdvertRS.MoveFirst(); var i = 1; while (i < rndNumber) { AdvertRS.MoveNext(); i++ } } %>

News

Releases

Artists Blog

Info

Links

Subscribers

<% if (rndMax > 0) { var flashDisplay = ""; %>
<%=flashDisplay%>
<% } %>

Dot Dash Recordings

Introducing Dot Dash Recordings

Having spent years resisting the temptation, Remote Control set up Dot Dash in mid 2004 as a new label for Australian artists.

Dot Dash is a collaboration between the two companies - Remote Control provides publicity, marketing and label management while Inertia looks after distribution and sales.

The label works exclusively with Australian artists, at a time when a surge of new acts and new music fans are emerging on the scene.

Contact Dot Dash

PO Box 182
Ascot Vale VIC 3032
Australia

+61 3 9329-8850
info[at]remotecontrolrecords[dot]com[dot]au


Web design by Media Empire.
<% AdvertRS.Close(); %>