// JavaScript Document

  var url="";
  
  switch(document.domain)
  {
      case 'localhost':
      url="http://localhost/Jenson/Sbal/SpinSnap/wcloud.php";
      break;
      
      case 'lamp.mudrait.net':
      url="http://lamp.mudrait.net/spinsnap/wcloud.php";
      break;

      default:
          url="http://spinsnap.com/wcloud.php";
      break;
          
  }

 document.write('<div style="height:250px;width:300px;border:1px solid #000000;" ><div style="width:100%;height:37px;"><div style="float:left;"><a href="http://www.spinsnap.com"><img src="http://www.spinsnap.com/images/wid_logo.gif" style="border:none;"></a></div> <div style="float:left;font-size:19px;font-weight:bold;padding-left:55px; padding-top:7px;">choose a topic...</div></div><div style="width:100%;"><iframe src="'+url+'" height="210" width="297" scrolling="no" style="border:none;padding:1px;"></iframe></div></div>');
  //Width=125 & Height=16

