﻿var logos = new Array("nc.png", "g5.png", "mpo.png", "mu.png", "pu.png", "totm.png", "tarm.png", "vm.png");
var text_heading = new Array("Newsclip", "Gate5", "MyPressOffice", "Media Update", "Publicity Update", "TotallyMAd", "Target Media", "ViaMobile");
var constFooter = '<div style="font-size:0.9em;padding-top:20px;">For more info on this service and others contact us on (011) 288 6600 or info@newsclip.co.za, or click on the logo above.</div>';
var text_body = ['Newsclip is a Johannesburg-based 360-degree media monitoring company, with nearly three decades of experience in providing clients with up-to-the-minute access to clips obtained in the monitoring process. Newsclip monitors over 1 400 print media; hundreds of commercially-viable websites; and dozens of television and radio stations.  The company has expanded to include a fully-fledged publishing division that produces <i>Media Update</i>, <i>Publicity Update</i> and <i>totallyMAd</i>; and incorporates the Via Mobile newsroom, which produces News Reviews and the company&quot;s mobile communication solutions. In addition, Newsclip Education caters for quarterly seminars and corporate media training.',
                 'Gate 5 is our password-protected web-based delivery service, providing clients with immediate access to the monitoring database. As an information management tool, Gate 5’s database offers full keyword search and the sorting and moving of articles. Gate 5 has completely changed the way that South African communicators think of media management.',
                 'MyPressOffice is a comprehensive online press portal that makes use of new media elements, alongside traditional text-based press releases. Mypressoffice was created to assist companies with creating and disseminating press releases and related content easily onto the internet. Mypressoffice can be viewed as an aggregator providing a central point for journalists to source information. You are able to direct journalists to your online press portal by creating a link from your current website to your press office. Mypressoffice is the online platform for your personalised profile where all your company information is centralised, readily available and searchable.',
                 '<i>Media Update</i> is a media-centric newsletter that provides a space for publishers; producers; journalists; and media mavens to find information relevant to the local media environment. It is supported by a website, www.mediaupdate.co.za, which is updated on a daily basis with the latest news from the dynamic and ever-changing world of media. In 2008, the <i>Media Update</i> website was revamped to include many cutting-edge interactive features, and the weekly <i>Media Update</i> vodcast.',
                 '<i>Publicity Update</i> is a multiple information source that caters to the South African public relations and communications industries. It supplies information on awareness initiatives; publicity campaigns; new appointments; publicity profiles; and case studies about successes in the local industry. The website, www.publicityupdate.co.za, also provides information about trends; tenders; new accounts; and awards, and is linked to the <i>Media Update</i> blog; gallery; glossary; and calendar. The website features the <i>Publicity Update</i> vodcast, presented each week to keep you in the know.',
                 '<i>totallyMAd</i> is a newsletter focused on the marketing and advertising industries, with elements of design and creative award work included. Every week, the newsletter summarises the latest news from these sectors of the media world, including account gains; case studies; and snippets of the latest print and broadcast campaigns, with the full stories available online at www.totallymad.co.za. One can also browse through the weekly publications online, and view the weekly <i>totallyMAd</i> vodcast.',
                 'Target Media is Newsclip Media Monitoring’s comprehensive media database, providing up-to-date and accurate information about more than 2 500 media outlets across all media platforms in South Africa. With Target Media, you can, at the push of a button, access and plan your media exposure across all media channels, giving you full contact and demographic details for newspapers; magazines; broadcast stations; and commercially-viable online websites',
                 'Newsclip’s publishing division produces 17 daily and weekly News Reviews. Its resulting mobile delivery service is known as ViaMobile. This service is an sms-based news service intent on delivering selected snippets of news before they become news. It pushes information to people’s mobile devices, and is customised to individual tastes and interests.'];

//Grey
var color_bg = new Array("992222", "eeeeee", "430070", "ffb33e", "60094e", "99bbdd", "ffcc00", "009900");
var color_text = new Array("fff", "000", "fff", "000", "fff", "000", "000", "fff");

function getWebsiteHTML(num) {
    return returnString = '<div style="background-color:#fff; border-bottom:solid 1px #000; padding:10px;"><img src="/images/websites/' + logos[num] + '"></div><div style="padding: 10px; color: #' + color_text[num] + '; background-color:#' + color_bg[num] + '"><h2 style="margin: 0px; font-weight: normal;">' + text_heading[num] + '</h2><p style="text-align: left;">' + text_body[num] + '</p>' + constFooter + '</div>';
}









