var pos = null;
var pos2 = null;
var pos3 = null;
var tid = null;
var tid2 = null;
var tid3 = null;
var id = null;
var slides = new Array(4);
var slideStr = null;
var httpReq = null;
var frmObj = null;
var city = null;
var maxLen = null;

// Function returns a XML Request Object
function getXMLReqObject()
{

 var objReq = null;
 // branch for native XMLHttpRequest object
 if (window.XMLHttpRequest){
  objReq = new XMLHttpRequest();
 }

 // branch for IE/Windows ActiveX version
 else if (window.ActiveXObject){
  objReq = new ActiveXObject("Microsoft.XMLHTTP");
 }

return objReq;
}

function loadings(f){

if(f == 0) 
   id = id + 1;
else
   id = id - 1;

if(id == maxLen)
   id = 0;
else if(id == -1)
   id = maxLen-1;

document.getElementById("homeshow").innerHTML = slides[id];

}

function loadings2(f){

var httpReq = getXMLReqObject();
var url = "http://www.birthdaypartyreservations.com/get-place.php?id=" + (f) + "&city=" + city;

if(httpReq){
  httpReq.open("GET", url, false);
  httpReq.send(null);
  
  if(httpReq.readyState == 4){
    slideStr = httpReq.responseText;
    //alert(slideStr.substring(0, 100));
  }else{
    alert('Error, Please try again in a moment...');
  }

}else{
  alert('error with http req');
}

}

window.onload = function(){
   pos = 1;
   pos2 = 1;
   pos3 = 1;
   id = 1;
   city = document.getElementById("citySS").innerHTML;
   slideStr = "";
   maxLen = 0;

   loadings2(4);
   slides = slideStr.split("=======");
   maxLen = slides.length-1;

   //tid = setInterval("loadImgs(1)", 4000);
   tid = setInterval("loadings(0)", 7000);
   tid2 = setInterval("loadTest2()", 6000);
   //tid3 = setInterval("loadPromos()", 8000);
}

function next(){
   //id = id + 1;
   //if(id == maxLen) id = 0;
   clearTimeout(tid);
   //loadImgs2();
   loadings(0);
}

function prev(){
   //id = id - 1;
   //if(id == 0) id = 1;
   clearTimeout(tid);
   //loadImgs2();
   loadings(1);
}

function loadPromos(){

var str = "";
pos3 = pos3 + 1;
if(pos3 == 4) pos3 = 1;

if(pos3 == 1){

//alert('step 1');
str += "<div style=\"border-bottom:1px solid black;height:55px;\"><img src=\"images/caintmb.jpg\" alt=\"Cain Luxe NYC\" align=\"left\" /><p><b>Pranna</b>: Buy 1 bottle get a comp bottle of champagne  &amp; 1 dozen cupcakes...<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Pranna\">more</a></p></div><div style=\"height:55px;\"><img src=\"images/touchtmb.jpg\" alt=\"Touch NYC\" align=\"left\" /><p><b>Touch NYC</b>: Free bottle of champagne for your birthday!...<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Touch\">more</a></p></div>";

}else if(pos3 == 2){

str += "<div style=\"border-bottom:1px solid black;height:55px;\"><img src=\"images/katwalktmb.jpg\" alt=\"Katwalk NYC\" align=\"left\" /><p><b>Katwalk NYC</b>: Complimentary bottle of Champagne for 20 or more guests...<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Katwalk\">more</a></p></div><div style=\"height:55px;\"><img src=\"images/katwalktmb.jpg\" alt=\"Katwalk NYC\" align=\"left\" /><p><b>Katwalk NYC</b>: Complimentary bottle of Premium Vodka for 40 or more guests...<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Katwalk\">more</a></p></div>";

}else if(pos3 == 3){
//alert('step 2');
str += "<div style=\"border-bottom:1px solid black;height:55px;\"><img src=\"images/aerotmb.jpg\" alt=\"Aero Bar Miami\" align=\"left\" /><p><b>Aero Bar MIAMI</b>: Aero Bar Miami: Free bottle of champagne with purchase of package...<a href=\"http://www.birthdaypartyreservations.com/city/miami/southbeach/birthdaypartyplaces/venue/index.php?c=Aero Bar\">more</a></p></div><div style=\"height:55px;\"><img src=\"images/honeytmb.jpg\" alt=\"Honey NYC\" align=\"left\" /><p><b>Honey NYC</b>: Free bottle of champagne with 20+ guests...<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Honey\">more</a></p></div>";

}

document.getElementById("promos").innerHTML = str;

}

function loadTest(){

var str = "";

pos2 = pos2 + 1;
if(pos2 == 11) pos2 = 1;

if(pos2 == 1){

str += "<div style=\"height:195px;\"><br /><center><img src=\"images/test1.jpg\" alt=\"Testimonial 1\" style=\"display:block;\" width=\"220\" /></center></div>";

}else if(pos2 == 2){

str += "<div style=\"text-align:left;height:195px;font-style:italic;\"><div style=\"width:220px;margin-left:auto;margin-right:auto;\"><br /><br /><p>\"I want to send a shout out to BirthdayPartyReservations.com for helping orchestrate a night I will never forget... I'll be back to celebrate my next big day!\" - Jillian, NYC</p></div></div>";

}else if(pos2 == 3){

str += "<div style=\"height:195px;\"><br /><center><img src=\"images/test2.jpg\" alt=\"Testimonial 2\" style=\"display:block;\" width=\"220\" /></center></div>";

}else if(pos2 == 4){

str += "<div style=\"text-align:left;height:195px;font-style:italic;\"><div style=\"width:220px;margin-left:auto;margin-right:auto;\"><br /><br /><p>\"Thank goodness for BPR; they organized it all from start to finish and everything was exactly what I was looking for. Their website was quick and easy to use and I plan on doing all of my events through them in the future.\" - Joseph, NYC</p></div></div>";

}else if(pos2 == 5){

str += "<div style=\"height:195px;\"><br /><center><img src=\"images/test3.jpg\" alt=\"Testimonial 3\" style=\"display:block;\" width=\"220\" /></center></div>";

}else if(pos2 == 6){

str += "<div style=\"text-align:left;height:195px;font-style:italic;\"><div style=\"width:220px;margin-left:auto;margin-right:auto;\"><br /><br /><p>\"With the perfect lounge atmosphere, great friends and a personal drink, 49 Grove turned out to be the best place for me to celebrate my last night as a single lady and I could not have done it without BPR.\" - Antonella, NYC</p></div></div>";

}else if(pos2 == 7){

str += "<div style=\"height:195px;\"><br /><center><img src=\"images/test4.jpg\" alt=\"Testimonial 4\" style=\"display:block;\" width=\"220\" /></center></div>";

}else if(pos2 == 8){

str += "<div style=\"text-align:left;height:195px;font-style:italic;\"><div style=\"width:220px;margin-left:auto;margin-right:auto;\"><br /><br /><p>\"A friend of mine recommended www.BirthdayPartyReservations.com, so I figured I would give them a shot. As soon as I called I knew I had made the right decision. My personal birthday specialist was kind and eager to assist in whatever I needed taken care of.\" - Elizabeth</p></div></div>";

}else if(pos2 == 9){

str += "<div style=\"height:195px;\"><br /><center><img src=\"images/test5.jpg\" alt=\"Testimonial 5\" style=\"display:block;\" width=\"220\" /></center></div>";

}else if(pos2 == 10){

str += "<div style=\"text-align:left;height:195px;font-style:italic;\"><div style=\"width:220px;margin-left:auto;margin-right:auto;\"><br /><br /><p>\"I came across about a dozen site on the web and then I found www.BirthdayPartyReservations.com. I was drawn to their website because of the fun and inviting elements that they highlighted, it was also easy to use.\" - Allan</p></div></div>";

}

document.getElementById("testimonials").innerHTML = str;

}

function loadTest2(){

var str = "";

pos2 = pos2 + 1;
if(pos2 == 6) pos2 = 1;

if(pos2 == 1){

str += "<div style=\"height:375px;\"><br /><center><img src=\"http://www.birthdaypartyreservations.com/images/test1.jpg\" alt=\"Testimonial 1\" style=\"display:block;\" width=\"220\" /></center><p>\"I want to send a shout out to BirthdayPartyReservations.com for helping orchestrate a night I will never forget... I'll be back to celebrate my next big day!\" - Jillian, NYC</p></div>";

}else if(pos2 == 2){

str += "<div style=\"height:375px;\"><br /><center><img src=\"http://www.birthdaypartyreservations.com/images/test2.jpg\" alt=\"Testimonial 2\" style=\"display:block;\" width=\"220\" /></center><p>\"Thank goodness for BPR; they organized it all from start to finish and everything was exactly what I was looking for. Their website was quick and easy to use and I plan on doing all of my events through them in the future.\" - Joseph, NYC</p></div>";

}else if(pos2 == 3){

str += "<div style=\"height:375px;\"><br /><center><img src=\"http://www.birthdaypartyreservations.com/images/test3.jpg\" alt=\"Testimonial 3\" style=\"display:block;\" width=\"220\" /></center><p>\"With the perfect lounge atmosphere, great friends and a personal drink, 49 Grove turned out to be the best place for me to celebrate my last night as a single lady and I could not have done it without BPR.\" - Antonella, NYC</p></div>";

}else if(pos2 == 4){

str += "<div style=\"height:375px;\"><br /><center><img src=\"http://www.birthdaypartyreservations.com/images/test4.jpg\" alt=\"Testimonial 4\" style=\"display:block;\" width=\"220\" /></center><p>\"A friend of mine recommended www.BirthdayPartyReservations.com, so I figured I would give them a shot. As soon as I called I knew I had made the right decision. My personal birthday specialist was kind and eager to assist in whatever I needed taken care of.\" - Elizabeth</p></div>";

}else if(pos2 == 5){

str += "<div style=\"height:375px;\"><br /><center><img src=\"http://www.birthdaypartyreservations.com/images/test5.jpg\" alt=\"Testimonial 5\" style=\"display:block;\" width=\"220\" /></center><p>\"I came across about a dozen site on the web and then I found www.BirthdayPartyReservations.com. I was drawn to their website because of the fun and inviting elements that they highlighted, it was also easy to use.\" - Allan</p></div>";

}

document.getElementById("testimonials").innerHTML = str;

}

function loadImgs(np){
   var str = "";

   if(np == 1){
      pos = pos + 1;
      if(pos == 11) pos = 1;
   }else{
      pos = pos - 1;
      if(pos == 0) pos = 10;
   }

str += "<br /><div style=\"margin-left:8px;float:left;width:20px;\"><a href=\"javascript:prev();\"><img src=\"images/prev.jpg\" border=\"0\" alt=\"Previous Arrow\" /></a></div>";
str += "<div style=\"width:560px;float:left;margin-left:20px;\"><div style=\"float:left;width:225px;\">";

   if(pos == 1){ //NYC

str += "<img src=\"images/nyc/fv1.jpg\" alt=\"Carnival\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Carnival</h1><p>Coney Island boardwalk meets Manhattan nightclub- with an elaborate 60ft tented ceiling, VIP funhouse, costumed staff and working carnival Midway. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Carnival\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 2){ //NYC

str += "<img src=\"images/nyc/fv2.jpg\" alt=\"Hudson Terrace\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Hudson Terrace</h1><p>A rooftop venue with a remote controlled, retractable glass cover.  Hudson Terrace  overlooks the Hudson River and NYC skyline. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Hudson Terrace\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 3){ //NYC

str += "<img src=\"images/nyc/fv3.jpg\" alt=\"Amnesia NYC\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Amnesia NYC</h1><p>Located in West Chelsea, Amnesia combines non-stop energy and entertainment that give guests an experience not felt in NY nightlife. Amnesia Nightclub offers a state of the art sound and lighting system. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Amnesia\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 4){ //NYC

str += "<img src=\"images/nyc/fv4.jpg\" alt=\"La Pomme\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>La Pomme</h1><p>La Pomme, or \"the apple\" in French, has already generated buzz as the place to be. La Pomme has an air of sophistication and elegance; spend a little time inside and you'll see that just beneath the surfaces lies fun surprises of debauchery and mischief. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=La Pomme\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 5){ //NYC

str += "<img src=\"images/nyc/fv5.jpg\" alt=\"Honey\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Honey</h1><p>Honey is a charming environment catering to the locals, foodies and night owls.  With exposed brick, warm mahogany paneling, chocolate brown leather banquettes and a 25 foot amber backlit bar, this 3000 square foot venue is set to be the Chelsea/Meatpacking hot spot. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Honey\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 6){ //NYC

str += "<img src=\"images/nyc/fv6.jpg\" alt=\"49 Grove\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>49 Grove</h1><p>A dramatic showplace for private parties and special events. The decadent environment is highlighted by the spaces modern classic decor that features oversized velvet couches, supple leather ottomans Studded Leather, Chrome sconces, and huge silver framed mirrors. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=49 Grove\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 7){ //NYC

str += "<img src=\"images/nyc/fv7.jpg\" alt=\"Katwalk\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Katwalk</h1><p>Katwalk provides an actual Catwalk for fashion shows; 5 Large HD LCD Screens to brand event, company logo(s); 25 Promotional Showcases for product display; State-of-the-art sound and intelligent lighting system; High-speed internet access; Wireless Microphone; On-site event professional present; On-site storage available! ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Katwalk\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 8){ //NYC

str += "<img src=\"images/nyc/fv8.jpg\" alt=\"Johnny Utahs\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Johnny Utahs</h1><p>Johnny Utah's, home of Manhattan's original mechanical bull, has redefined the urban cowboy experience. The 6,000 square foot restaurant comes equipped with three 15 foot projection screens and can accommodate parties from 15-400 guests and is located steps from Rockefeller Center. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Johnny Utahs\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 9){ //NYC

str += "<img src=\"images/nyc/fv9.jpg\" alt=\"Slate\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Slate</h1><p>Slates decor is sleek while staying true to comfort and functionality. The cavernous venue mixes industrial elements of exposed ceilings and chic lounges with an abundance of pool, ping pong, and foosball tables to create a multi-faceted ambiance. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Slate\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 10){ //NYC

str += "<img src=\"images/nyc/fv10.jpg\" alt=\"Aspen Social Club\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Pranna</h1><p>A 'Breath of Life' on Madison Avenue, Pranna represents value in an elegant atmosphere. The unique cocktails create a synergy between kitchen and the bar, while the wine list, made up of environmentally responsible vineyards, further compliments the menu’s bold flavors. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Pranna\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}

str += "<div style=\"float:left;width:20px;margin-left:20px;\"><a href=\"javascript:next();\"><img src=\"images/next.jpg\" border=\"0\" alt=\"Next Arrow\" /></a></div><br style=\"clear:both;\" />";

   document.getElementById("homeshow").innerHTML = str;
}

function loadImgs2(){
   var str = "";

str += "<br /><div style=\"margin-left:8px;float:left;width:20px;\"><a href=\"javascript:prev();\"><img src=\"images/prev.jpg\" border=\"0\" alt=\"Previous Arrow\" /></a></div>";
str += "<div style=\"width:560px;float:left;margin-left:20px;\"><div style=\"float:left;width:225px;\">";

   if(pos == 1){ //NYC

str += "<img src=\"images/nyc/fv1.jpg\" alt=\"Carnival\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Carnival</h1><p>Coney Island boardwalk meets Manhattan nightclub- with an elaborate 60ft tented ceiling, VIP funhouse, costumed staff and working carnival Midway. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Carnival\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 2){ //NYC

str += "<img src=\"images/nyc/fv2.jpg\" alt=\"Hudson Terrace\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Hudson Terrace</h1><p>A rooftop venue with a remote controlled, retractable glass cover.  Hudson Terrace  overlooks the Hudson River and NYC skyline. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Hudson Terrace\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 3){ //NYC

str += "<img src=\"images/nyc/fv3.jpg\" alt=\"Amnesia NYC\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Amnesia NYC</h1><p>Located in West Chelsea, Amnesia combines non-stop energy and entertainment that give guests an experience not felt in NY nightlife. Amnesia Nightclub offers a state of the art sound and lighting system. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Amnesia\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 4){ //NYC

str += "<img src=\"images/nyc/fv4.jpg\" alt=\"La Pomme\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>La Pomme</h1><p>La Pomme, or \"the apple\" in French, has already generated buzz as the place to be. La Pomme has an air of sophistication and elegance; spend a little time inside and you'll see that just beneath the surfaces lies fun surprises of debauchery and mischief. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=La Pomme\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 5){ //NYC

str += "<img src=\"images/nyc/fv5.jpg\" alt=\"Honey\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Honey</h1><p>Honey is a charming environment catering to the locals, foodies and night owls.  With exposed brick, warm mahogany paneling, chocolate brown leather banquettes and a 25 foot amber backlit bar, this 3000 square foot venue is set to be the Chelsea/Meatpacking hot spot. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Honey\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 6){ //NYC

str += "<img src=\"images/nyc/fv6.jpg\" alt=\"49 Grove\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>49 Grove</h1><p>A dramatic showplace for private parties and special events. The decadent environment is highlighted by the spaces modern classic decor that features oversized velvet couches, supple leather ottomans Studded Leather, Chrome sconces, and huge silver framed mirrors. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=49 Grove\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 7){ //NYC

str += "<img src=\"images/nyc/fv7.jpg\" alt=\"Katwalk\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Katwalk</h1><p>Katwalk provides an actual Catwalk for fashion shows; 5 Large HD LCD Screens to brand event, company logo(s); 25 Promotional Showcases for product display; State-of-the-art sound and intelligent lighting system; High-speed internet access; Wireless Microphone; On-site event professional present; On-site storage available! ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Katwalk\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 8){ //NYC

str += "<img src=\"images/nyc/fv8.jpg\" alt=\"Johnny Utahs\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Johnny Utahs</h1><p>Johnny Utah's, home of Manhattan's original mechanical bull, has redefined the urban cowboy experience. The 6,000 square foot restaurant comes equipped with three 15 foot projection screens and can accommodate parties from 15-400 guests and is located steps from Rockefeller Center. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Johnny Utahs\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 9){ //NYC

str += "<img src=\"images/nyc/fv9.jpg\" alt=\"Slate\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Slate</h1><p>Slates decor is sleek while staying true to comfort and functionality. The cavernous venue mixes industrial elements of exposed ceilings and chic lounges with an abundance of pool, ping pong, and foosball tables to create a multi-faceted ambiance. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Slate\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}else if(pos == 10){ //NYC

str += "<img src=\"images/nyc/fv10.jpg\" alt=\"Aspen Social Club\" /></div><div style=\"float:right;margin-left:5px;width:310px;\">";
str += "<h1>Pranna</h1><p>A 'Breath of Life' on Madison Avenue, Pranna represents value in an elegant atmosphere. The unique cocktails create a synergy between kitchen and the bar, while the wine list, made up of environmentally responsible vineyards, further compliments the menu’s bold flavors. ";
str += "<a href=\"http://www.birthdaypartyreservations.com/city/newyork/nyc/birthdaypartyplaces/venue/index.php?c=Pranna\">more...</a></p></div><br style=\"clear:both;\" /></div>";

}

str += "<div style=\"float:left;width:20px;margin-left:20px;\"><a href=\"javascript:next();\"><img src=\"images/next.jpg\" border=\"0\" alt=\"Next Arrow\" /></a></div><br style=\"clear:both;\" />";

   document.getElementById("homeshow").innerHTML = str;
}
