// JavaScript Document
//virl share js - Created by: Andy Sowards - AndySowards.com
(function(){
		  
		  var _url		= window.location.href;
		  var _url		= _url.replace(/((?:\?|&)?fbc_receiver=.+)?(?:#.*)?$/,"");
		  var _title 	= escape(document.title);

		  /* Start filtering and give them what they asked for */
		  switch(virlType)
		  {
			  case "text":
			  document.write('<a href="http://www.virl.com/link_view.php?ssubmit=Go!&source=drag_drop&url=' + _url + '&title=' + _title + '" target="_blank" title="Shorten and Share this page on Virl!">' + virlOpt + '</a>');
			  break;
			  
			  case "img":
			  document.write('<a href="http://www.virl.com/link_view.php?ssubmit=Go!&source=drag_drop&url=' + _url + '&title=' + _title + '" target="_blank"><img src="http://virl.com/images/badges/' + virlOpt + '.png" width="139" height="48" border="0" alt="Shorten and Share this page on Virl!" title="Shorten and Share this page on Virl!" /></a>');
			  break;
			  
			  default:
			  document.write('<a href="http://www.virl.com/link_view.php?ssubmit=Go!&source=drag_drop&url=' + _url + '&title=' + _title + '" target="_blank"><img src="http://virl.com/images/badges/shorten-and-share-virl.png" width="139" height="48" border="0" alt="Shorten and Share this page on Virl!" title="Shorten and Share this page on Virl!" /></a>');
			  break;
		  }
		  
		  })();