Press Resources for ArtWeb /* */ ログイン 登録 作品 アーティスト サービス サービス アート販売 資料 ブログ $(document).ready(function() { $('.password').pstrength(); $('.datemask').mask("9999-99-99"); }); You are in: ホーム » Press Press Resources Press Kit You can download all our press resources as a zip archive: click here Press Images You can browse and download images for press use click here Press Release Archive We also publish all press releases here: click here We warmly welcome contact from all journalists, writers and bloggers! To get you started, we have some press resources for download - see the links in the sideboxes. We always have plenty of interesting tales to tell, be it success stories of artists making a career on the internet, or the amusing antics of our headstand obsessed CEO. Drop us a line! If you would like to contact our PR team, please see our contact page for who to call. Member Testimonials Managing your own site can be a daunting thought; but just look at what other Artists Web members have to say about their experiences of doing just that: "Just want to say I'm really pleased with my website and the whole Artists Web caboodle." - Corrina Rothwell "I think Artweb is the best current site of its type - easy to use and looks good." - Guy Lewis "I'm very pleased with the website and have been telling people how good it is. People seen to say what a good deal it is. Keep up the good work." - mark willenbruch 主なアーティスト martin cheek mosaics 複合メディア ガラス工芸 var rollOverImages= new Array(); rollOverImages['rollOverImage319685'] = 'http://aw2staticfiles.s3.amazonaws.com/users/753/ts_319685_untitled.jpg'; rollOverImages['rollOverImage310902'] = 'http://aw2staticfiles.s3.amazonaws.com/users/753/ts_310902_arctic_fox.jpg'; rollOverImages['rollOverImage310412'] = 'http://aw2staticfiles.s3.amazonaws.com/users/753/ts_310412_fused_glass_mosaic_book_cover.jpg'; rollOverImages['rollOverImage310411'] = 'http://aw2staticfiles.s3.amazonaws.com/users/753/ts_310411_untitled.jpg'; rollOverImages['rollOverImage296446'] = 'http://aw2staticfiles.s3.amazonaws.com/users/753/ts_296446_untitled.jpg'; rollOverImages['rollOverImage296445'] = 'http://aw2staticfiles.s3.amazonaws.com/users/753/ts_296445_fused_glass_mosaics_book_cover.jpg'; ArtWeb ツアー プレス ブログ お問い合わせ 利用規約 プライバシーポリシー アート 最新の作品 最新のアーティスト 人気作品 最新のコメント ランダム作品 作品をお探しの皆様へ アーティスト アート販売 FAQ サポート 設定 言語 通貨 AUD CAD EUR GBP JPY NZD USD follow us on twitter add us on facebook .share_buttons ul li { list-style: none; display: block; float: left; width: 80px; margin-right: 10px; } // preload images after page has loaded $( function() { if (typeof(rollOverImages) != "undefined") { for(var Image_ID in rollOverImages) { $("#"+Image_ID).mouseover( function() { newSrc = rollOverImages[$(this).attr('id')]; $("#featuredImage img").attr('src',newSrc); } ) } } } ) _uacct = ""; urchinTracker(); function isImageOk(img) {     if (!img.complete) {         return false;     }     if (typeof img.naturalWidth != "undefined" && img.naturalWidth == 0) {         return false;     }     return true; } function fixImage() { var j = 0;     for (var i = 0; i < document.images.length; i++) {         if (!isImageOk(document.images[i])) {             var src = document.images[i].src; if (src.indexOf('aw2staticfiles') > 0) { var time = new Date().getTime(); var iid = src.split('/')[(src.split('/').length - 1)].match(/d+_/)[0].replace(/_/g,''); var width = $(document.images[i]).width(); var height = width; //var height = $(document.images[i]).height(); $(document.images[i]).attr('src', "http://placehold.it/"+width+"x"+height+"&text=Processing+image"); if(j < 2) $.get("http://www.artweb.com/regen.php",{"iid":iid,"rnd":time}); j++; };         }     } } if (!window.addEventListener) { window.attachEvent('onload',fixImage); } else { window.addEventListener('load',fixImage, false); }