// JavaScript Document
<!--
/*Full screen window opener script: Written by JavaScript Kit (www.javascriptkit.com) More free scripts here*/
function winopen(){
var targeturl="ticket_blank.html"
newwin=window.open("","","scrollbars")
//if (document.all){
//newwin.moveTo(0,0)
//newwin.resizeTo(screen.width,screen.height)
//}
newwin.location=targeturl
}
//-->
function winopen2(){
var targeturl="http://www.brownpapertickets.com/event/209601"
newwin=window.open("","","scrollbars")
//if (document.all){
//newwin.moveTo(0,0)
//newwin.resizeTo(screen.width,screen.height)
//}
newwin.location=targeturl
}
