<!--
/*
Random Image Link Script
By Website Abstraction (http://www.wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/

function random_imglink(){

  var ry=Math.floor(Math.random())

  if (ry==0)
     ry=1
     document.write('<strong>SITES IN THE CASTLIST NETWORK:</strong> <a style="text-decoration:underline;" href="http://ministryofburlesque.com" title="Ministry Of Burlesque" target="_blank">Ministry Of Burlesque</a> | <a style="text-decoration:underline;" href="http://castlist.tv" title="Castlist TV" target="_blank">Castlist TV</a> | <a style="text-decoration:underline;" href="http://radiotimperley.com" title="Radio Timperley" target="_blank">Radio Timperley</a> | <a style="text-decoration:underline;" href="http://mobspeakeasy.com" title="MoB Speakeasy" target="_blank">MoB Speakeasy</a> | <a style="text-decoration:underline;" href="http://castlistmedia.com" title="Castlist Media" target="_blank">Castlist Media</a> | <a style="text-decoration:underline;" href="http://castlistproductions.com" title="Castlist Productions" target="_blank">Castlist Productions</a> | <a style="text-decoration:underline;" href="http://tasseltime.net" title="TasselTime" target="_blank">TasselTime</a> | <a style="text-decoration:underline;" href="http://hightease.info" title="High Tease" target="_blank">High Tease</a> | <a style="text-decoration:underline;" href="http://victorianvalues.info" title="Victorian Values" target="_blank">Victorian Values</a> | <a style="text-decoration:underline;" href="http://kittie.me.uk" title="Kittie\'s World" target="_blank">Kittie\'s World</a> | <a style="text-decoration:underline;" href="http://jimdevereaux.com" title="Jim Devereaux" target="_blank">Jim Devereaux</a><!-- | <a style="text-decoration:underline;" href="http://mobspeakeasy.com" title="MoB Speakeasy" target="_blank">MoB Speakeasy</a> | <a style="text-decoration:underline;" href="http://this-is-elvis.com" title="Coming Soon..." target="_blank">This Is Elvis</a> |<a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Battle Of Burlesque</a> | <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Castlist Media</a> | <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Wasteland Dating</a> | <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Wasteland Channel</a> | <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Radio Timperley</a> | <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Kitschtube</a> | <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Show Us Your Titters</a> | <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Ministry Of Burlesque NL</a> | <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Toff And Tales</a> |  <a style="text-decoration:underline;" href="#" title="Coming Soon..." target="_blank">Castlist Advertising</a>-->')
}

  random_imglink()
//-->