The world's largest tattoo expo kicked off Friday at the Arizona State Fairgrounds.
The Body Art Expo 2013 will feature an extreme body suspension exhibition, the Extreme Freak Show by Enigma, a Miss Body Art competition and, of course, tattooing and body piercing.
"We are expecting 12,000 to 15,000 people over the course of the weekend," said Baba, owner of Vintage Tattoo in L.A. and sponsor of the show.
The event, which is open to people of all ages, runs until Sunday.
0 Comments ? | ? Join the conversation ?
'); } else { var subject = oView.find('.subject').html(); subject += ' ( Flagged as Abuse )'; oView.find('.subject').html(subject); comment_close(); } }); return false; }; comment_abuse.template = ""; comment_reply = new function comment_reply_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = 'comment_reply'; }; comment_reply.open = function(obj) { if (member_id ' + x + ': ' + data.errors[x] + ''; } oForm.find('.note').html('
' + message + '
'); } else { comment_close(); comment_view.open(obj, data.data, '( New Entry )'); } }); return false; }; comment_reply.template = ""; comment_login = new function comment_login_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = 'comment_login'; }; comment_login.saved_widget = null; comment_login.saved_obj = null; comment_login.open = function(obj, widget) { comment_close(); var oLogin = this.newWidget(obj); var oView = this.getWidget(obj,'comment_view'); oLogin.slideDown('medium'); this.saved_widget = widget; this.saved_obj = obj; comment_widget = oLogin; return false; }; comment_login.submit = function(obj) { var oForm = this.getWidget(obj); var oThis = this; oForm.find('.note').html('Logging in...'); this.submitForm(oForm, function(data) { var mid = parseInt(data.data.id); if (isNaN(mid)) { oForm.find('.note').html('Incorrect Username or Password'); } else { member_id = mid; if (oThis.saved_widget != null) { oThis.saved_widget.open(oThis.saved_obj); } } }); return false; }; comment_login.template = ""; comment_votes = new function comment_votes_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = 'comment_votes'; }; var label = ''; var vote_complete = new Array(); comment_votes.open = function(obj) { if (member_id max_score) { max_score = vscore; max_label = vlabel; }else{ max_label = vlabel; } comment_vote.update(oVote,id,sum); }); prev_label = 0; for ( label in vote_totals[id] ) { curr_label = Math.abs(vote_totals[id][label]); if(curr_label > prev_label){ display_label = label; } prev_label = Math.abs(vote_totals[id][label]) } $('.score', this).html(vote_totals[id]['score']); $('.vote_view_label', oView).html(display_label); $('.votelabel', this).html(display_label); scr = $('.vote_view_score', oView).html(); score = parseInt(scr) + vote_value; $('.score', this).html(score); if (vote_updates.length >= 1){ vote_updates[id][label_fin] = display_label; vote_updates[id][score_fin] = score; } $('.vote_view_score', oView).html(score); $('.vote_view_label', oView).html(display_label); $('.vote_stat', oView).show('medium'); return false; }; comment_votes.template = ""; comment_vote = new function comment_vote_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = 'comment_vote'; }; comment_vote.open = function(obj, label, id) { if (label == undefined) label = ''; var oVote = this.newWidget(obj); $('.vote_label', oVote).html(label); $(':input', oVote).val(label); if (vote_totals[id] == undefined) vote_totals[id] = { }; if (vote_totals[id][label] == undefined) vote_totals[id][label] = 0; comment_vote.update(oVote, id, this.total(id)); return false; }; comment_vote.total = function(id) { var sum = 0; for (lbl in vote_totals[id]) { if (vote_totals[id][lbl] != undefined) { sum += Math.abs(parseInt(vote_totals[id][lbl])); } } return sum; }; comment_vote.update = function(oVote, id, sum) { var label = $('.vote_label', oVote).html(); var score = parseInt(vote_totals[id][label]); if ((sum == 0) || (score == 0)) { $('.vote_bar_start', oVote).hide(); $('.vote_bar_mid', oVote).hide(); $('.vote_bar_end', oVote).hide(); oVote.show('fast'); } else { oVote.show('fast'); bar_fill = Math.floor((Math.abs(score) * 320) / sum); bar_mid = parseInt(bar_fill) - 6; $('.vote_bar_fill', oVote).show('fast'); $('.vote_bar_mid', oVote).animate({ width: bar_mid + 'px' }, 600); $('.vote_score', oVote).html(score); $('.vote_bar_end', oVote).animate({ width: '3px' }, 600); $('.vote_bar_start', oVote).animate({ width: '3px' }, 600); } }; comment_vote.template = ""; comment_view = new function comment_view_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = 'comment_view'; }; var comment_widget = null; var data = null; function comment_close() { if (comment_widget == null) return false; comment_widget.remove(); comment_widget = null; return false; }; function comment_abuse_toggle(id) { $('.'+id+'text').toggle('slow'); return false; }; comment_view.open = function(obj, data, newflag) { var oView = this.makeWidget('li'); var vote_labels = $('.scores').html(); if (data != undefined) { this.dataToView(oView, data); if(comment.nest == undefined){ var depth = data.depth * 15; }else{ var depth = 0; } oView.find('.comment').css({marginLeft: depth}); oView.find('.comment_id').html(data.id); } var subject_new = ""; if(data.status == 'new'){ oView.find('.subject').css({color : '#c8c8c8'}); oView.find('.screenname').css({color : '#c8c8c8'}); oView.find('.message').css({color : '#c8c8c8'}); oView.find('.signature').css({color : '#c8c8c8'}); subject_new = " - Your comment has been submitted for review. This comment will not be visible untill approved by the moderator."; } if (newflag != undefined) { var subject = oView.find('.subject').html(); oView.find('.subject').html(subject + ' ' + newflag + subject_new + ''); } var wObj = null; var cList = $('#commentList').find('.comment_view').each(function(i) { var cObj = $(this); var pid = cObj.find('.parent_comment_id').html(); var id = cObj.find('.comment_id').html(); if ((pid == data.parent_comment_id) || (id == data.parent_comment_id)) wObj = cObj; }); var mtotal = $('.mTotal', this).html(); intm = parseInt(mtotal); var nmtotal = intm + 1; $('.mTotal', this).html(nmtotal); if (wObj == null) { oView.appendTo($('#commentList')); } else { oView.insertAfter(wObj); } $('.replyX', oView).show(); $('.abuse', oView).show(); $('.image', oView).show(); $('#vcontrol', oView).show(); $('.comment', oView).css({ 'border-top':'1px dashed #999999' }); oView.slideDown('medium'); return false; }; comment_view.template = ""; comment_page = new function comment_page_class() { this.inheritFrom = widget; this.inheritFrom(); this.widgetName = 'comment_page'; }; comment_page.template = "";Source: http://ktar.com/22/1610883/Body-art-expo-kicks-off-at-Arizona-State-Fairgrounds
miranda kerr lindsay lohan Ronda Rousey BCS Bowls palestine powerball winner powerball winner
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.