Return to Snippet

Revision: 34286
at October 20, 2010 11:21 by system


Initial Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html> 
<head> 
<title>Concert Tickets, Music Festivals &amp; Live Gigs | moshtix</title> 
 
<meta http-equiv="Imagetoolbar" content="no"> 
 
<link rel="stylesheet" href="branding/global.css" type="text/css"> 
<!--[if IE 6]>
<link rel="stylesheet" href="branding/global_IE6.css" type="text/css">
<![endif]--> 
 
<script language="javascript">		
  // Check whether cookies are enabled.		
	document.cookie = "TestCookie=1";
	var testCookie = document.cookie;
 
	// Try to retrieve the value we just set.
	if (testCookie.indexOf("TestCookie=1") == -1)
	{
		
		    document.location = "error.asp?nocookie=";
		
    }
	else
		document.cookie = "TestCookie=;expires=Thu, 01-Jan-1970 00:00:00 GMT";
</script> 
<script language="JavaScript" src="browser_detect.js"></script> 
<script language="JavaScript"> 
  var genericConfirmationMessage = "Are you sure?";
  var offerExpired = "Your order has expired due to exceeding the time limit on the selected tickets.";
  var admissionsExpired = "The time limit on one or more of your tickets has expired and have been removed from your order.";
  var alertHeaderText = "Attention";
  var helpHeaderText = "Help";
  var sectionHeaderText = "More Information";
  
  var okayButtonText = "OK";
  var cancelButtonText = "Cancel";
 
  var sTokenName = 'sToken';
  var sToken = '1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=';
</script> 
<script language="JavaScript" src="../Common/online-jscript.js"></script> 
<script language="JavaScript" src="../Common/Widgets/widgetParent.js"></script> 
<script language="JavaScript"> 
/*
 
*/
function displayMessage()
{
 
}
 
function tsOrderChanged( url )
{
  new showConfirmPopup( '', 'The current order has unsaved changes that may be lost. Continue anyway?', function () { document.location = url }, '' );  
}
 
// Used for drop-down menu in IE 6
<!--//--><![CDATA[//><!--
function startList() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("menuTop");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];			
			if (node.name=="menuTopItem") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
//--><!]]>
</script> 
<noscript> 
  <meta http-equiv="refresh" content="0; URL=error.asp"> 
</noscript> 
 
<script language="JavaScript"> 
var monthsOfYear = new Array();
monthsOfYear[ 0 ] = "Jan";
monthsOfYear[ 1 ] = "Feb";
monthsOfYear[ 2 ] = "Mar";
monthsOfYear[ 3 ] = "Apr";
monthsOfYear[ 4 ] = "May";
monthsOfYear[ 5 ] = "Jun";
monthsOfYear[ 6 ] = "Jul";
monthsOfYear[ 7 ] = "Aug";
monthsOfYear[ 8 ] = "Sep";
monthsOfYear[ 9 ] = "Oct";
monthsOfYear[ 10 ] = "Nov";
monthsOfYear[ 11 ] = "Dec";
var longMonthsOfYear = new Array();
longMonthsOfYear[ 0 ] = "January";
longMonthsOfYear[ 1 ] = "February";
longMonthsOfYear[ 2 ] = "March";
longMonthsOfYear[ 3 ] = "April";
longMonthsOfYear[ 4 ] = "May";
longMonthsOfYear[ 5 ] = "June";
longMonthsOfYear[ 6 ] = "July";
longMonthsOfYear[ 7 ] = "August";
longMonthsOfYear[ 8 ] = "September";
longMonthsOfYear[ 9 ] = "October";
longMonthsOfYear[ 10 ] = "November";
longMonthsOfYear[ 11 ] = "December";
var daysOfWeek = new Array();
daysOfWeek[ 0 ] = "Sun";
daysOfWeek[ 1 ] = "Mon";
daysOfWeek[ 2 ] = "Tue";
daysOfWeek[ 3 ] = "Wed";
daysOfWeek[ 4 ] = "Thu";
daysOfWeek[ 5 ] = "Fri";
daysOfWeek[ 6 ] = "Sat";
var longDaysOfWeek = new Array();
longDaysOfWeek[ 0 ] = "Sunday";
longDaysOfWeek[ 1 ] = "Monday";
longDaysOfWeek[ 2 ] = "Tuesday";
longDaysOfWeek[ 3 ] = "Wednesday";
longDaysOfWeek[ 4 ] = "Thursday";
longDaysOfWeek[ 5 ] = "Friday";
longDaysOfWeek[ 6 ] = "Saturday";
var timeIndicator = new Array();
timeIndicator[ 0 ] = "AM";
timeIndicator[ 1 ] = "PM";
 
var focusDate = new Date( '10/21/2010 00:00:00');
 
var endDate = new Date( '10/21/2010 23:59:59');
 
var dateStr = "%Y-%m-%d %H:%M:%S";
var showTime = true;
var isDefault = true;
 
var rowFrom = -1;
var celFrom = -1;
var mouseIsDown = false;
      
function loadLocalPage()
{
  tsPageLoad();
  var calendarTable = document.getElementById("calendarTable");
  disableSelection(calendarTable);
  
  calendarTable.onmousedown = function() 
  {   
    mouseIsDown = true;
  }
  document.onmouseup = function() 
  {  
    mouseIsDown = false;
  }   
  
 
}
 
var sTokenName = "sToken"
var sToken = "1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=";
 
var dayBold = new Array();
 
dayBold[ 20 ] = "true";
 
dayBold[ 25 ] = "true";
 
dayBold[ 26 ] = "true";
 
dayBold[ 27 ] = "true";
 
dayBold[ 28 ] = "true";
 
dayBold[ 29 ] = "true";
 
dayBold[ 30 ] = "true";
 
dayBold[ 31 ] = "true";
 
dayBold[ 22 ] = "true";
 
dayBold[ 23 ] = "true";
 
dayBold[ 24 ] = "true";
 
dayBold[ 21 ] = "true";
 
 
</script> 
 
<script language="JavaScript" src="calendar.js" type="text/javascript"></script> 
</head> 
 
<body onLoad="startList();loadLocalPage(); displayMessage(); displayOnOfferTimeout();" onUnload="closeChildren()"> 
<!-- CONTENT START --> 
<div id="content"> 
 
<div id="header"> 
<img alt="" height="129" src="/uploads/foxtix/header_logo.png" width="1026" xmlns="http://www.w3.org/1999/xhtml" xmlns:av="http://www.audienceview.com/xml/email/"></img> 
 
  </div> 
 
<div id="orderInfo">    
  <div id="orderInfoImage" onclick="document.location='shoppingCart.asp'"></div> 
  <div id="orderInfoSummary"> 
    <h2>Order for&nbsp;</h2> 
 
      <span id="orderInfoEmptyMessage">Your Order is empty.</span> 
      
      <a id="orderInfoCartLink" href="shoppingCart.asp?sToken=1%2C29fc7d5e%2C4cbe34cf%2CBA6BCEDB-4908-417F-AE2A-C24067A9EE7E%2CX26xVitlaC0iiXxpvmJ6pbJ0dCc%3D">Your Order</a> 
  
  </div> 
</div> 
 
<div id="menu"> 
  <div class="menuContainer"> 
<!--[if (IE 6)|(IE 7)]>    
    <table>   
      <tr>
        <td>
<![endif]-->         
  <ul id="menuTop"> 
 
        <li class="menuTopItem" name="menuTopItem" id="menuTopItem0">      
          <a  href="default.asp?menu_id=E8DA1016-9E16-4114-A585-3CAD8DB9BA52">Tickets</a> 
 
        </li> 
 
        <li class="menuTopItem" name="menuTopItem" id="menuTopItem1">      
          <a  href="maintainAccount.asp?menu_id=E285E3B4-9EC9-4711-95E1-B94C1F2E5031">My Account</a> 
 
        </li> 
 
        <li class="menuTopItem" name="menuTopItem" id="menuTopItem2">      
          <a  href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=038AC4DA-1872-47BB-AC3A-2997A2923C12&amp;menu_id=8913C3CD-EC35-45BA-86FD-6FC0CE41DD19">About</a> 
 
          <ul class="menuSub"> 
 
            <li class="menuSubItem"> 
              <a href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=2727E03B-E647-42F3-B975-FFEDBB40F551&amp;menu_id=8913C3CD-EC35-45BA-86FD-6FC0CE41DD19">Buying Tickets</a> 
            </li> 
 
            <li class="menuSubItem"> 
              <a href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D3CFBC81-99A8-4FF1-9353-E14BE0996296&amp;menu_id=8913C3CD-EC35-45BA-86FD-6FC0CE41DD19">Newsletter</a> 
            </li> 
 
            <li class="menuSubItem"> 
              <a href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D95179C8-8E4D-4F9F-BA90-A046FAD82DF8&amp;menu_id=8913C3CD-EC35-45BA-86FD-6FC0CE41DD19">Media Centre</a> 
            </li> 
          
          </ul>        
 
        </li> 
 
        <li class="menuTopItem" name="menuTopItem" id="menuTopItem3">      
          <a  href="default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D5820DF0-911E-4C14-9C09-3640097BE2A5&amp;menu_id=35FEDA2A-2013-4E21-8766-9FDC75B2FD9E">Contact</a> 
 
        </li> 
 
      <li class="menuTopItem"> 
        <a href="javascript:var jsPop=new showInformationPopup( 'Help', 'loadArticle.asp?BOparam::WScontent::loadArticle::article_id=F8103D8C-7EA0-4B4B-A37E-9DE398B93104' )">Help</a> 
      </li> 
 
    </ul>    
<!--[if (IE 6)|(IE 7)]>   
        </td>
      </tr>
    </table>
<![endif]-->    
  </div> 
</div> 
	
<div class="bodyDetails" id="calendar"> 
  <div id="searchBox">  
    <form id="searchKeywords" action="searchResults.asp" method="post">        
      <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=" >      
      <input type="hidden" name="BOset::WScontent::SearchCriteria::venue_filter" value=""> 
      <input type="hidden" name="BOset::WScontent::SearchCriteria::city_filter" value=""> 
      <input type="hidden" name="BOset::WScontent::SearchCriteria::month_filter" value=""> 
      <input type="hidden" name="BOset::WScontent::SearchCriteria::search_from" value=""> 
      <input type="hidden" name="BOset::WScontent::SearchCriteria::search_to" value=""> 
      
      <span class="searchBoxLabel">Search Events</span> 
      <input type="text" name="BOset::WScontent::SearchCriteria::search_criteria" value="" title="">&nbsp;
      <input type="submit" name="doWork::WScontent::search" value="Go">&nbsp;
    </form>  
 
    <form id="searchDates" action="searchResults.asp" method="post">        
      <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=" >      
      <input type="hidden" name="BOset::WScontent::SearchCriteria::venue_filter" value=""> 
      <input type="hidden" name="BOset::WScontent::SearchCriteria::city_filter" value=""> 
      <input type="hidden" name="BOset::WScontent::SearchCriteria::month_filter" value=""> 
      <input type="hidden" name="BOset::WScontent::SearchCriteria::search_criteria" value="">      
         
      <span class="searchBoxLabel">Event Dates</span> 
      <input type="text" name="BOset::WScontent::SearchCriteria::search_from" value="" title="" id="BOset::WScontent::SearchCriteria::search_from::0">&nbsp;<img src="/Images/cal.gif" datestr="" border=0 onClick="tsOpenCalendar( event, &quot;BOset::WScontent::SearchCriteria::search_from::0&quot;, &quot;0&quot;, this.getAttribute( 'datestr' ), &quot;%d-%m-%Y %#I:%M %p&quot;, &quot;true&quot;, &quot;sToken&quot;, &quot;1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=&quot;);" class="iconup" format="%d-%m-%Y %#I:%M %p" onmousedown="this.className='icondown'" onmouseout="this.className='iconup'" onmouseup="this.className='iconup'" id="cal::BOset::WScontent::SearchCriteria::search_from::0">&nbsp;
      <span class="searchBoxLabel">to</span> 
      <input type="text" name="BOset::WScontent::SearchCriteria::search_to" value="" title="" id="BOset::WScontent::SearchCriteria::search_to::0">&nbsp;<img src="/Images/cal.gif" datestr="" border=0 onClick="tsOpenCalendar( event, &quot;BOset::WScontent::SearchCriteria::search_to::0&quot;, &quot;0&quot;, this.getAttribute( 'datestr' ), &quot;%d-%m-%Y %#I:%M %p&quot;, &quot;true&quot;, &quot;sToken&quot;, &quot;1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=&quot;);" class="iconup" format="%d-%m-%Y %#I:%M %p" onmousedown="this.className='icondown'" onmouseout="this.className='iconup'" onmouseup="this.className='iconup'" id="cal::BOset::WScontent::SearchCriteria::search_to::0">&nbsp;
      <input type="submit" name="doWork::WScontent::search" value="Go">   
    </form> 
  </div> 	
 
<table id="main_table" width="100%"> 
  <tr> 
    <td id="av_left"> 
 
<form method="get"> 
  <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc="> 
 
    <input type="hidden" name="BOparam::WScontent::searchCalendar::article_id" value="F4C978DF-6749-414C-BB75-2F0FB234FD72"> 
 
  <div id="promoCodeBox"> 
    <h2>Promotional Code</h2> 
 
    <p>If you have a promo code, please enter it here.</p> 
 
    <input id="promoCodeBoxInput" type="text" name="BOparam::WScontent::searchCalendar::promo_code"> 
    <input type="submit" name="doWork::WScontent::searchCalendar" value="Go"> 
 
  </div> 
</form> 
 
<div style="border-right: #eb8200 1px solid; padding-right: 8px; border-top: #eb8200 1px solid; padding-left: 8px; background: #f5f5f5; padding-bottom: 8px; margin: 10px 0px 20px; behavior: url(/css/border-radius.htc); border-left: #eb8200 1px solid; width: 170px; color: #4d4f53; padding-top: 8px; border-bottom: #eb8200 1px solid; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px" xmlns="http://www.w3.org/1999/xhtml" xmlns:av="http://www.audienceview.com/xml/email/"><!-- Music Events Start--><div class="Music-HeaderContainer" style="padding-right: 10px; padding-left: 10px; background: #838383; padding-bottom: 5px; behavior: url(/css/border-radius.htc); color: #ffffff; padding-top: 5px; height: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px"><span style="font-weight: bold; font-size: 16px; margin-bottom: 0px; color: #ffffff; font-family: arial, helvetica, sans-serif">Music<br clear="none"></br> 
</span> 
</div> 
<div style="padding-right: 5px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px"><p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=94AA96E8-7409-4E85-998B-0D8E9B40E62E" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">David Campbell</a> 
</p> 
<p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			21st October 2010</p> 
<p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			Southern Cross Club, ACT</p> 
<hr style="color: #cccccc; size: 1"></hr> 
</div><!-- Music Events End--><!-- Arts Events Start--><div class="Arts-HeaderContainer" style="padding-right: 10px; padding-left: 10px; background: #838383; padding-bottom: 5px; behavior: url(/css/border-radius.htc); color: #ffffff; padding-top: 5px; height: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px"><span style="font-weight: bold; font-size: 16px; margin-bottom: 0px; color: #ffffff; font-family: arial, helvetica, sans-serif">Arts<br clear="none"></br> 
</span> 
</div> 
<div style="padding-right: 5px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px"><p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=E995AF4B-5FFC-49C2-ACF0-1710EA66D89C" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">Gaff Aff</a> 
</p> 
<p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			18 - 24 October, 2010</p> 
<p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			Playhouse, Sydney Opera House, NSW</p> 
<hr style="color: #cccccc; size: 1"></hr> 
</div><!-- Arts Events Start--><!-- Experience Events Start--><div class="Experience-HeaderContainer" style="padding-right: 10px; padding-left: 10px; background: #838383; padding-bottom: 5px; behavior: url(/css/border-radius.htc); color: #ffffff; padding-top: 5px; height: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px"><span style="font-weight: bold; font-size: 16px; margin-bottom: 0px; color: #ffffff; font-family: arial, helvetica, sans-serif">Experience<br clear="none"></br> 
</span> 
</div> 
<div style="padding-right: 5px; padding-left: 10px; padding-bottom: 5px; padding-top: 5px"><p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=67DAF87D-A2D5-43AF-A98B-96D63A12A8F3" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">Amazing Bodies Exhibition</a> 
</p> 
<p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			Now - 31 Oct 2010</p> 
<p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			Waterfront City Pavilion, Docklands Drive, Melbourne Docklands</p> 
<hr style="color: #cccccc; size: 1"></hr> 
<p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=3A93D2E7-BDD0-48BE-BFC7-9612D8AB7A49" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">Midnight at the Oasis</a> 
</p> 
<p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			31 December, 2010</p> 
<p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			Fleet Steps, Mrs Macquaries Point, Royal Botanic Gardens, Sydney</p> 
<hr style="color: #cccccc; size: 1"></hr> 
<p style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=B976F899-D44E-40AB-BE37-D0FE6FA7EF59" style="font-weight: bold; font-size: 12px; margin: 0px; color: #eb8200; font-family: arial, helvetica, sans-serif; text-decoration: none" shape="rect">Lawn with the View</a> 
</p> 
<p style="font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			31 December, 2010</p> 
<p style="font-weight: bold; font-size: 12px; margin: 0px; color: #444444; font-family: arial, helvetica, sans-serif"> 
			Bennelong Lawn, Royal Botanic Gardens, Sydney</p> 
<hr style="color: #cccccc; size: 1"></hr> 
</div><!-- Experience Events End--><!-- Sport Events Start--><!-- Sport Events End--><div></div> 
</div> 
      
    </td> 
    <td valign="top"> 
      <div id="calendarBox"> 
      <form id="calendarForm" name="calendarForm" action="calendar.asp">      
        <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=">        
        <table>          
          <tr align='center'> 
            <td width="31%">&nbsp;</td> 
            <td class='smallText handCursor' id='lastmonth' width='20' onClick="tsCalendarSetMonth( -1 )">&lt;</td> 
            <td class='smallText' id='calmonth' width='150'>&nbsp;</td> 
            <td class='smallText handCursor' id='nextmonth' width='20' onClick="tsCalendarSetMonth( 1 )">&gt;</td> 
            <td width="31%">&nbsp;</td> 
          </tr> 
        </table>     
          <table id="calendarHeader"> 
            <tr> 
              <td id='day0'>Sun</td> 
              <td id='day1'>Mon</td> 
              <td id='day2'>Tue</td> 
              <td id='day3'>Wed</td> 
              <td id='day4'>Thu</td> 
              <td id='day5'>Fri</td> 
              <td id='day6'>Sat</td> 
            </tr> 
          </table> 
          <table id="calendarTable"> 
            <tr id='week0' style='display: none;'> 
              <td id="w0d0"></td> 
              <td id="w0d1"></td> 
              <td id="w0d2"></td> 
              <td id="w0d3"></td> 
              <td id="w0d4"></td> 
              <td id="w0d5"></td> 
              <td id="w0d6"></td> 
            </tr> 
            <tr id='week1' style='display: none;'> 
              <td id="w1d0"></td> 
              <td id="w1d1"></td> 
              <td id="w1d2"></td> 
              <td id="w1d3"></td> 
              <td id="w1d4"></td> 
              <td id="w1d5"></td> 
              <td id="w1d6"></td> 
            </tr> 
            <tr id='week2' style='display: none;'> 
              <td id="w2d0"></td> 
              <td id="w2d1"></td> 
              <td id="w2d2"></td> 
              <td id="w2d3"></td> 
              <td id="w2d4"></td> 
              <td id="w2d5"></td> 
              <td id="w2d6"></td> 
            </tr> 
            <tr id='week3' style='display: none;'> 
              <td id="w3d0"></td> 
              <td id="w3d1"></td> 
              <td id="w3d2"></td> 
              <td id="w3d3"></td> 
              <td id="w3d4"></td> 
              <td id="w3d5"></td> 
              <td id="w3d6"></td> 
            </tr> 
            <tr id='week4' style='display: none;'> 
              <td id="w4d0"></td> 
              <td id="w4d1"></td> 
              <td id="w4d2"></td> 
              <td id="w4d3"></td> 
              <td id="w4d4"></td> 
              <td id="w4d5"></td> 
              <td id="w4d6"></td> 
            </tr> 
            <tr id='week5' style='display: none;'> 
              <td id="w5d0"></td> 
              <td id="w5d1"></td> 
              <td id="w5d2"></td> 
              <td id="w5d3"></td> 
              <td id="w5d4"></td> 
              <td id="w5d5"></td> 
              <td id="w5d6"></td> 
            </tr> 
        </table>        
      </form> 
    </div> 
 
      <p class="attention">We are sorry, there are no events matching your search.</p> 
 
 
    </td> 
    <td valign="top"> 
    
    </td> 
  </tr> 
</table> 
</div> 
 
<form name="calendarDateSearch" action="calendar.asp" method="post">        
  <input type="hidden" name="sToken" value="1,29fc7d5e,4cbe34cf,BA6BCEDB-4908-417F-AE2A-C24067A9EE7E,X26xVitlaC0iiXxpvmJ6pbJ0dCc=" >           
  <input type="hidden" name="BOset::WScontent::SearchCriteria::calendar_search_from" value="21-10-2010 12:00 AM" title="21-10-2010 12:00 AM" id="calendar_search_from::0"><input type="hidden" name="BOset::WScontent::SearchCriteria::calendar_search_to" value="21-10-2010 11:59 PM" title="21-10-2010 11:59 PM" id="calendar_search_to::0"><input type="hidden" name="BOset::WScontent::SearchCriteria::calendar_month_filter" value="" title="" id="calendar_month_filter::0"> 
  <input type="hidden" name="doWork::WScontent::searchCalendar" value="1"> 
</form> 
      
 
  <div id="footer"> 
<div style="background: url(/uploads/foxtix/footer-graphic.png); width: 1026px; height: 300px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; no-repeat: " xmlns="http://www.w3.org/1999/xhtml" xmlns:av="http://www.audienceview.com/xml/email/"><!--about foxtix--><div id="about" style="border-right: rgb(153,153,153) 1px solid; left: 80px; float: left; width: 140px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold"> 
			ABOUT FOXTIX</h3> 
<ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=038AC4DA-1872-47BB-AC3A-2997A2923C12" style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none; text-decoration: none" shape="rect">Who we are</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D3CFBC81-99A8-4FF1-9353-E14BE0996296" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Your Account</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D95179C8-8E4D-4F9F-BA90-A046FAD82DF8" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Media Centre</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D5820DF0-911E-4C14-9C09-3640097BE2A5" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Contact Foxtix </a> 
</li> 
<li><a href="http://www.moshtix.com.au" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Visit moshtix</a> 
</li> 
</ul> 
</div><!--about foxtix--><!--newsletter--><div id="newsletter" style="border-right: rgb(153,153,153) 1px solid; left: 110px; float: left; width: 150px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold"> 
			NEWSLETTER</h3> 
<ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li> 
				Our e-newsletter will keep you in the know.</li> 
<li><strong><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D3CFBC81-99A8-4FF1-9353-E14BE0996296" style="color: rgb(255,255,255); font-family: arial,helvetica,sans-serif; text-decoration: none" shape="rect">Sign up now!</a> 
</strong> 
</li> 
</ul> 
</div><!--newsletter--><!--help--><div id="help" style="border-right: rgb(153,153,153) 1px solid; left: 140px; float: left; width: 130px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold"> 
			HELP</h3> 
<ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=2727E03B-E647-42F3-B975-FFEDBB40F551" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Buyer FAQ's</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=9817D75D-1DF7-4CFD-A36E-25730A9A825F" style="color: rgb(255,255,255); text-decoration: none" shape="rect">List your event</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=5DFD02F3-2BD0-4509-883E-441FBD52D6CC" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Privacy Policy</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=ABC436CF-CC7D-4AD3-B023-B8285BAAC002" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Terms of Use</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=CB26E22C-58D2-41F0-BD0C-F22201FAF0F5" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Refund Policy</a> 
</li> 
</ul> 
</div><!--help--><!--social media--><div id="social media" style="border-right: rgb(153,153,153) 1px solid; left: 170px; float: left; width: 160px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold"> 
			SOCIAL MEDIA</h3> 
<ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li> 
				Join us on our favourite networks</li> 
</ul> 
<table border="0" cellpadding="0" cellspacing="0" width="126"><tbody><tr><td width="25%" rowspan="1" colspan="1"><a href="http://www.myspace.com/foxtix" shape="rect"><img alt="myspace" border="0" height="24" src="/uploads/foxtix/myspace.png" width="24"></img> 
</a> 
</td> 
<td width="25%" rowspan="1" colspan="1"><a href="http://www.facebook.com/pages/Foxtix/147007235312572" shape="rect"><img alt="Facebook" border="0" height="24" src="/uploads/foxtix/facebook.png" width="24"></img> 
</a> 
</td> 
<td width="25%" rowspan="1" colspan="1"><a href="http://twitter.com/Foxtix_com_au" shape="rect"><img alt="twitter" border="0" height="24" src="/uploads/foxtix/twitter.png" width="24"></img> 
</a> 
</td> 
<td width="25%" rowspan="1" colspan="1"><a href="http://www.youtube.com/user/FoxtixTV" shape="rect"><img alt="YouTube" border="0" height="24" src="/uploads/foxtix/youtube.png" width="24"></img> 
</a> 
</td> 
</tr> 
</tbody> 
</table> 
</div><!--social media--><!--venues & promoters--><div id="venues &amp; promoters" style="left: 200px; float: left; width: 200px; position: relative; top: 35px; height: 110px"><h3 style="font-weight: bold; font-size: 14px; margin: 0px; color: rgb(255,255,255); font-family: arial,helvetica,sans-serif bold"> 
			VENUES &amp; PROMOTERS</h3> 
<ul style="padding-right: 0px; padding-left: 0px; font-size: 12px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=9817D75D-1DF7-4CFD-A36E-25730A9A825F" style="color: rgb(255,255,255); text-decoration: none" shape="rect">List your event on Foxtix</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D95179C8-8E4D-4F9F-BA90-A046FAD82DF8" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Logo Download</a> 
</li> 
<li><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D5820DF0-911E-4C14-9C09-3640097BE2A5" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Contact Foxtix</a> 
</li> 
<li><a href="mailto:[email protected]" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Advertise with us</a> 
</li> 
</ul> 
</div><!--venues & promoters--><div class="clear" style="clear: both; padding-right: 0px; padding-left: 0px; font-size: 1px; padding-bottom: 0px; margin: 0px; line-height: 0pt; padding-top: 0px; height: 0px"> 
		 </div><!--logo--><div style="left: 440px; float: left; width: 120px; position: relative; top: 65px; height: 56px"><a href="http://www.foxtix.com.au" shape="rect"><img alt="Foxtix" border="0" src="/uploads/foxtix/footer-logo.png"></img> 
</a> 
</div><!--logo--><!--footer links--><div style="left: 170px; float: left; width: 450px; position: relative; top: 130px"><ul style="padding-right: 0px; padding-left: 0px; font-size: 11px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li style="border-right: rgb(153,153,153) 1px solid; padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=038AC4DA-1872-47BB-AC3A-2997A2923C12" style="padding-right: 0px; padding-left: 0px; font-size: 11px; padding-bottom: 0px; margin: 0px; color: rgb(255,255,255); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none; text-decoration: none" shape="rect">About</a> 
</li> 
<li style="border-right: rgb(153,153,153) 1px solid; padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=D5820DF0-911E-4C14-9C09-3640097BE2A5" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Contact</a> 
</li> 
<li style="border-right: rgb(153,153,153) 1px solid; padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=5DFD02F3-2BD0-4509-883E-441FBD52D6CC" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Privacy Policy</a> 
</li> 
<li style="border-right: rgb(153,153,153) 1px solid; padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="/online/default.asp?doWork::WScontent::loadArticle=Load&amp;BOparam::WScontent::loadArticle::article_id=ABC436CF-CC7D-4AD3-B023-B8285BAAC002" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Terms &amp; Conditons</a> 
</li> 
<li style="padding-right: 10px; display: inline; padding-left: 10px; padding-bottom: 0px; padding-top: 0px"><a href="mailto:[email protected]" style="color: rgb(255,255,255); text-decoration: none" shape="rect">Advertise with us</a> 
</li> 
</ul> 
</div><!--footer links--><!--copyright--><div style="right: 180px; float: left; width: 210px; position: relative; top: 150px"><ul style="padding-right: 0px; padding-left: 0px; font-size: 11px; padding-bottom: 0px; margin: 0px; color: rgb(181,181,181); padding-top: 0px; font-family: arial,helvetica,sans-serif; list-style-type: none"><li> 
				.</li> 
</ul> 
</div><!--copyright--></div> 
 
  </div> 
    
</div> 
<div id="fade" class="black_overlay"></div> 
<!-- CONTENT END --> 
 
</body> 
</html> 
 
 
%>

Initial URL
https://foxtix.com.au/Online/calendar.asp

Initial Description
Words fail me - <img></img>

Initial Title
Moshtix calendar HTML, or how not to mark up

Initial Tags
html

Initial Language
HTML