// Create arrays of articles syndicate.article_title = new Array; syndicate.article_url = new Array; syndicate.article_date = new Array; syndicate.article_summary = new Array; syndicate.article_content = new Array; // This section of the script is published by Article Manager syndicate.index = 0; syndicate.article_title[ syndicate.index ] = 'Joseph Smolinski: After the Fall'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_737.shtml'; syndicate.article_date[ syndicate.index ] = 'Dec 28, 2008'; syndicate.article_summary[ syndicate.index ] = 'New York, NY - Mixed Greens is thrilled to present Joseph Smolinski\'s first solo exhibition in New York. He will debut a series of graphite drawings, sculptures and a video commenting on the contemporary landscape. Smolinski\'s view of the landscape changed the day he spotted an enormous fake tree used to camouflage a cellular communication tower...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'Talia Greene at \'SWARM\''; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_734.shtml'; syndicate.article_date[ syndicate.index ] = 'Jul 10, 2008'; syndicate.article_summary[ syndicate.index ] = 'Philadelphia, PA - The Schuylkill Center presents SWARM, an exhibition that draws attention to the insect world by presenting artists’ perspectives on the relationship between insects and humans. In understanding the important role insects play in human welfare and survival, we find new reasons to commit ourselves to the survival of all species...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'Leigh Ledare: Pretend You\'re Actually Alive'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_733.shtml'; syndicate.article_date[ syndicate.index ] = 'Apr 28, 2008'; syndicate.article_summary[ syndicate.index ] = 'New York, NY (Uptown) - Andrew Roth is pleased to present a new artist’s book and exhibition by Leigh Ledare. Composed in its entirety of photographs, written anecdotes and ephemera, Leigh Ledare’s first book, Pretend You’re Actually Alive, is a searingly intimate investigation of the artist’s relationship with his mother, a once-promising prodigy ballerina...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'David Plowden Vanishing Point'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_732.shtml'; syndicate.article_date[ syndicate.index ] = 'Apr 27, 2008'; syndicate.article_summary[ syndicate.index ] = 'New York, NY (Midtown) - From April 3 – May 31, 2008 Laurence Miller Gallery will feature a small selection of iconic images from David Plowden’s new book Vanishing Point that document an American past: trains, bridges, farms, industries, and landscapes that have gradually, almost imperceptibly, vanished...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'Michael Light: 100 Suns'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_731.shtml'; syndicate.article_date[ syndicate.index ] = 'Apr 27, 2008'; syndicate.article_summary[ syndicate.index ] = 'Tennessee, Knoxville - Terrifying and beautiful at the same time, the 100 color and black and white photographs of blasts featured document the destructive force unleashed during nuclear tests following World War II. Light, a San Francisco-based photographer, has achieved international attention for his large-scale photographic projects examining humanity’s relationship with its environment...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'Natalie Larson at IPCNY\'s Chelsea Gallery'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_725.shtml'; syndicate.article_date[ syndicate.index ] = 'Dec 6, 2007'; syndicate.article_summary[ syndicate.index ] = 'Two of Natalie Larson pieces were accepted for the exhibition in the IPCNY\'s Chelsea district gallery. She also received an honorarium from the IPCNY for participation in their New Prints 2007 exhibition series...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'Mike Bell at the American Juried Art Salon\'s 2007 show'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_724.shtml'; syndicate.article_date[ syndicate.index ] = 'Dec 4, 2007'; syndicate.article_summary[ syndicate.index ] = 'UK Artist Mike Bell, of West Woodburn in Northumberland , has had two works accepted into the prestigious American Juried Art Salon\'s 2007 Fall/Winter show. The twice-a-year online competition attracts entries from throughout Europe and North America...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'Erin Treacy Nominated for Best Show: Art Inter/National Exhibition'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_723.shtml'; syndicate.article_date[ syndicate.index ] = 'Dec 4, 2007'; syndicate.article_summary[ syndicate.index ] = 'From over 275 entries, two are given Box Heart Gallery\'s "Best of Show Nominations." These artists are: Xuan Anh Nguygen and Erin Treacy. The result of obsessing over both details and patterns found in nature, Erin Treacy\'s organic abstractions are created through layers of mark-making and textures...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'Katrina Moorhead Awarded 2007 Arthouse Texas Prize'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_718.shtml'; syndicate.article_date[ syndicate.index ] = 'Nov 5, 2007'; syndicate.article_summary[ syndicate.index ] = 'Arthouse Texas is proud to announce that Katrina Moorhead has been awarded the 2007 Arthouse Texas Prize. The $30,000 juried prize is one of the largest regional arts awards in the United States...'; syndicate.index++; syndicate.article_title[ syndicate.index ] = 'Laurie Vaughn at the Artists For Human Rights Art Show'; syndicate.article_url[ syndicate.index ] = 'http://accessarts.org/artman/publish/article_710.shtml'; syndicate.article_date[ syndicate.index ] = 'Nov 4, 2007'; syndicate.article_summary[ syndicate.index ] = 'Laurie Vaughn\'s painting entitled, \'Can You Hear Me Now?\' has been selected for inclusion in the Artists For Human Rights fine art show, at the James Gray Gallery. Her piece will be featured alongside paintings, sculptures, and multimedia presentations by thirty-two international artists each reflecting some aspect of the thirty points of the United Nation’s Universal Declaration of Human Rights...'; syndicate.index++; // Set defaults for arguments if user hasn't set them if (syndicate.title_fontface == null) { syndicate.title_fontface = 'Geneva, Arial, sans-serif'; } if (syndicate.title_fontsize == null) { syndicate.title_fontsize = '2'; } if (syndicate.title_fontcolor == null) { syndicate.title_fontcolor = '#003399'; } if (syndicate.title_fontbold == null) { syndicate.title_fontbold = true; } if (syndicate.title_fontital == null) { syndicate.title_fontital = false; } if (syndicate.date_fontface == null) { syndicate.date_fontface = 'Geneva, Arial, sans-serif'; } if (syndicate.date_fontsize == null) { syndicate.date_fontsize = '1'; } if (syndicate.date_fontcolor == null) { syndicate.date_fontcolor = '#6699cc'; } if (syndicate.date_fontbold == null) { syndicate.date_fontbold = false; } if (syndicate.date_fontital == null) { syndicate.date_fontital = false; } if (syndicate.date_fontunder == null) { syndicate.date_fontunder = false; } if (syndicate.summary_fontface == null) { syndicate.summary_fontface = 'Geneva, Arial, sans-serif'; } if (syndicate.summary_fontsize == null) { syndicate.summary_fontsize = '2'; } if (syndicate.summary_fontcolor == null) { syndicate.summary_fontcolor = '#6699cc'; } if (syndicate.summary_fontbold == null) { syndicate.summary_fontbold = false; } if (syndicate.summary_fontital == null) { syndicate.summary_fontital = false; } if (syndicate.summary_fontunder == null) { syndicate.summary_fontunder = false; } if (syndicate.title_maxlength == null) { syndicate.title_maxlength = 0; } if (syndicate.summary_maxlength == null) { syndicate.summary_maxlength = 0; } if (syndicate.bgcolor == null) { syndicate.bgcolor = '#ffffff'; } if (!syndicate.max_articles) { syndicate.max_articles = syndicate.article_title.length; } // !syndicate.max_articles catches null and zero if (syndicate.display_date == null) { syndicate.display_date = true; } if (syndicate.display_summaries == null) { syndicate.display_summaries = true; } // Don't allow user to display too many articles if (syndicate.max_articles > syndicate.article_title.length) { syndicate.max_articles = syndicate.article_title.length; } /* //Function to crop text on word boundaries function crop_text(text, max_length) { // If the string is already small enough, return it unscathed if (text.length <= max_length) { return( text ); } // If the user has specified a length of 0, it means he wants the whole thing if (max_length == 0) { return( text ); } // Start looking for a space, leaving space for an elipsis on the end var test_length = (max_length - 3); if (test_length < 1) { return( '...' ); } // max_length too small while (text.charAt(test_length) != ' ') { test_length--; // If we didn't find any spaces to break on, return the string broken at max_length if (test_length == 0) { return( text.substring(0, max_length - 3) + '...' ); } } return text.substring(0, test_length) + '...'; } */ // List our articles, stopping if the user doesn't want any more for ( syndicate.index = 0; syndicate.index < syndicate.max_articles ; syndicate.index++ ) { /*syndicate.article_title[syndicate.index] = crop_text(syndicate.article_title[syndicate.index], syndicate.title_maxlength); syndicate.article_summary[syndicate.index] = crop_text(syndicate.article_summary[syndicate.index], syndicate.summary_maxlength);*/ document.write(''); document.write(''); if (syndicate.title_fontbold) { document.write(''); } if (syndicate.title_fontital) { document.write(''); } document.write(''); document.write(syndicate.article_title[syndicate.index]); document.write('
'); if (syndicate.title_fontital) { document.write('
'); } if (syndicate.title_fontbold) { document.write('
'); } document.write('
'); if (syndicate.display_date) { if (syndicate.date_fontbold) { document.write(''); } if (syndicate.date_fontital) { document.write(''); } if (syndicate.date_fontunder) { document.write(''); } document.write(''); document.write(syndicate.article_date[syndicate.index]); document.write('
'); if (syndicate.date_fontunder) { document.write('
'); } if (syndicate.date_fontital) { document.write('
'); } if (syndicate.date_fontbold) { document.write('
'); } } if (syndicate.display_summaries) { if (syndicate.summary_fontbold) { document.write(''); } if (syndicate.summary_fontital) { document.write(''); } if (syndicate.summary_fontunder) { document.write(''); } document.write(''); document.write(syndicate.article_summary[syndicate.index]); document.write('
'); if (syndicate.summary_fontunder) { document.write('
'); } if (syndicate.summary_fontital) { document.write('
'); } if (syndicate.summary_fontbold) { document.write('
'); } } document.write('
\n'); } // If you want your Webfeeds to be branded, uncomment the following lines. // To do this, remove the // at the beginning of the next five lines: //document.write(''); //document.write(''); //document.write(''); //document.write('Powered by SITENAME.com'); //document.write('

\n');