Home Las Vegas Casinos Hotels Shows Dining Nightlife Golf Transportation Attractions
 Search
   
Arrival Date:   Nights:  Adults:  Beds:  
 
  Featured Event

Celine Dion

Celine Dion is the quintessential Diva. Fabulous voice, minions of fans, beauty appreciated by woman from across the globe, and living the fairy tale is what Celine Dion and her life is all about. Celine Dion comes back to the stage with....continued
 
Las Vegas Events
  -- Most Visited Casinos --
· Bellagio · Harrah's · O'shea's Casino
· Caesar's Palace · Hilton · Stardust
· Golden Nugget · Mirage · Tropicana
· Hard Rock · New York New York · Luxor Hotel
· MGM Grand · Monte Carlo · Venetian
-- Browse Hotels and Casino by Regions --
· North Strip · South Strip · Downtown

· Convention Center

· Boulder Strip - Other
 
% for my $venue(@{$venues}){ % my $events =$m->comp ("/lib/data/event_functions.mas", % expire_cache_now=>$expire_cache_now, % venue_id =>$venue->{id}, % order_by =>'min_date', % method=>'eventListing', % exclude_event_category=>'{19}', %# DBG =>1, % ); % for my $event(@{$events}){ % my $performances =$m->comp ("/lib/data/event_functions.mas", % expire_cache_now=>$expire_cache_now, % event_id =>$event->{id}, % venue_id =>$venue->{id}, % order_by =>'date,time', % method=>'performanceListing', % limit =>1, %# DBG =>1, % ); %## use this to grab detail and headline data %my $performance_data=$performances->[0]; %my ($ticketsnetwork_count,$ticketsnow_count,@ticketsnetwork_performances,@ticketsnow_performances); %$ticketsnetwork_count = @ticketsnetwork_performances = grep{ $_->{ticketsnetwork_external_prodid} } @{$performances}; %$ticketsnow_count = @ticketsnow_performances = grep{ $_->{ticketsnow_external_prodid} } @{$performances}; %} ##end for--events %} ##end for--venue
   % ############ <% $venue->{name} %> % ###########   ( % ############## Click for ALL <% $venue->{name} %> Events % ########### )
<% $event->{name} %>
%if($performance_data->{room_name}){ Room: <% $performance_data->{room_name} %>
%}##end if <% Bender::TokenLang::Ops::trunc $performance_data->{details} ,90 %>
%if( $event->{primary_event_category_name} eq 'Hot Picks' ){ Hot Picks Events in Las Vegas % }

%if ( $event->{ongoing} ) { print "Ongoing"; } %elsif ( $event->{min_date} ne $event->{max_date}) { <% $event->{min_date} %>
<% $event->{max_date} %> %} ##end elsif %else { print $event->{min_date}; } %if ($venue->{id} eq 5352){
Buy <% $event->{name} %> Tickets %} ##end if %elsif($ticketsnetwork_count >0){
Buy <% $event->{name} %> Tickets %} ##end elsif %elsif(!$ticketsnetwork_count && $ticketsnow_count){
Buy <% $event->{name} %> Tickets %} ##end elsif

  ( % ############# ALL <% $venue->{name} %> Events % ######### )
 

Listings By Type:

   All Events
   Hot Picks
    Headliners
    Revue Shows
    Sporting Events
    Comedy Shows 
    Concerts
    Parties or Festivals
    Live Music
    Family Shows
 

Events by Month
All Atlantic City Shows and Events Listed by Month

Todays Weather
 Sun-06/21

 High:53°F
 Low:35°F
Partly Sunny
 
 

 Join Newsletter:

Access to VIP Parties
Discounted Rooms
The Scoop on Las Vegas
Email:

Tough Tickets:

Rolling Stones
03/04/2006
MGM Grand Casino
Barry Manilow
2/15/2006 - 12/16/2006
Las Vegas Hilton
Elton John
2/10/2006 - 4/9/2006
Coliseums - Caesars Palace

Celine Dion
2/23/2006 - 6/30/2006
Coliseums - Caesars Palace

All Las Vegas Tickets

Copyright 123LasVegas.com 2005-2006, all right reserved
Advertise with us
   Contact Us

Las Vegas Hotels I Las Vegas Casinos I Las Vegas Dining
Las Vegas Golf I Las Vegas Nightlife

 

<%init> my $city_standard_id ='17848'; my $expire_cache_now=$ARGS{expire_cache_now}; my $venues=$m->comp ("/lib/data/event_functions.mas", city_standard_id=>$city_standard_id, expire_cache_now=>$expire_cache_now, having_performances =>1, method =>'venueListing', # DBG =>1, );